Chromium Code Reviews| 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 1181d532760a4af2e0959bad47b88c772337f0a8..9255f042e6b467e2ea3658d1419e5f715fd9fadc 100644 |
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h |
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h |
| @@ -161,6 +161,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_. |
|
dvadym
2017/03/07 15:12:48
Nit: password_reuse_detection_manager_ -> |passwor
Jialiu Lin
2017/03/07 18:02:15
Done.
|
| + static bool CanSetPasswordProtectionService(); |
| +#endif |
| + |
| Profile* const profile_; |
| password_manager::PasswordManager password_manager_; |