| 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 72f995f6f37254a07bedbcbcf93c085df69f3da6..719b0f992481a6d4b352dcbbbb7a6572f9399f25 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -107,6 +107,7 @@ class ChromePasswordManagerClient
|
| #if defined(SAFE_BROWSING_DB_LOCAL)
|
| safe_browsing::PasswordProtectionService* GetPasswordProtectionService()
|
| const override;
|
| + void CheckSafeBrowsingReputation(const GURL& form_action) override;
|
| #endif
|
|
|
| static void CreateForWebContentsWithAutofillClient(
|
|
|