| // 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_ |