blob: 40b3cc23fc65255503ca1dee3fe8a3be8bd160ef [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_FEATURES_H_
#define IOS_CHROME_BROWSER_SAFE_BROWSING_FEATURES_H_
// Returns true if password reuse detection is enabled.
bool IsPasswordReuseDetectionEnabled();
#endif // IOS_CHROME_BROWSER_SAFE_BROWSING_FEATURES_H_