blob: 6fcd10d3e7e865f56b9b0239e91bf0e9ff8f9129 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_SAFE_BROWSING_MODEL_FEATURES_H_
#define IOS_CHROME_BROWSER_SAFE_BROWSING_MODEL_FEATURES_H_
// Returns true if password reuse detection is enabled.
bool IsPasswordReuseDetectionEnabled();
#endif // IOS_CHROME_BROWSER_SAFE_BROWSING_MODEL_FEATURES_H_