| 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 d2e6f097f926ffa6cbc8f7fb5c2e77b5075a0317..5747e99e31becfdb01905d7d7decdbf5c0e20f2b 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -104,6 +104,11 @@ class ChromePasswordManagerClient
|
| void GenerationAvailableForForm(const autofill::PasswordForm& form) override;
|
| void HidePasswordGenerationPopup() override;
|
|
|
| +#if defined(SAFE_BROWSING_DB_LOCAL)
|
| + safe_browsing::PasswordProtectionService* GetPasswordProtectionService()
|
| + const override;
|
| +#endif
|
| +
|
| static void CreateForWebContentsWithAutofillClient(
|
| content::WebContents* contents,
|
| autofill::AutofillClient* autofill_client);
|
| @@ -164,12 +169,6 @@ 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_;
|
|
|