| Index: components/password_manager/core/browser/password_manager_client.h
|
| diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h
|
| index 5e854e16db4e0bb924f7ad06d3771c7143bdd588..c6ce86e4b4f303e4651e2f4ccb7f382a825629a2 100644
|
| --- a/components/password_manager/core/browser/password_manager_client.h
|
| +++ b/components/password_manager/core/browser/password_manager_client.h
|
| @@ -202,6 +202,8 @@ class PasswordManagerClient {
|
| // Return the PasswordProtectionService associated with this instance.
|
| virtual safe_browsing::PasswordProtectionService*
|
| GetPasswordProtectionService() const = 0;
|
| +
|
| + virtual void CheckSafeBrowsingReputation(const GURL& form_action) = 0;
|
| #endif
|
|
|
| private:
|
|
|