| Index: chrome/browser/password_manager/chrome_password_manager_client.h
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| index 3575afd64c29cb46459f54197e407f31d623848b..a6956083d2899971dee6fa7d6a8f03ecef43b2f9 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -160,6 +160,12 @@ class ChromePasswordManagerClient
|
| // without custom sync passphrase.
|
| static bool ShouldAnnotateNavigationEntries(Profile* profile);
|
|
|
| +#if defined(SAFE_BROWSING_DB_LOCAL) || defined(SAFE_BROWSING_DB_REMOTE)
|
| + // Return true if we can set PasswordProtectionService in
|
| + // |password_reuse_detection_manager_|.
|
| + static bool CanSetPasswordProtectionService();
|
| +#endif
|
| +
|
| Profile* const profile_;
|
|
|
| password_manager::PasswordManager password_manager_;
|
|
|