| 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 1b0ea8987cb06a4dc626e5b894e6001eeef0dc7f..7004aee79abcdbf891c14210ec25f3bebbf38feb 100644
|
| --- a/components/password_manager/core/browser/password_manager_client.h
|
| +++ b/components/password_manager/core/browser/password_manager_client.h
|
| @@ -207,6 +207,11 @@ class PasswordManagerClient {
|
| // username/password field is on.
|
| virtual void CheckSafeBrowsingReputation(const GURL& form_action,
|
| const GURL& frame_url) = 0;
|
| +
|
| + // Checks the safe browsing reputation of the webpage where password reuse
|
| + // happens.
|
| + virtual void CheckProtectedPasswordEntry(
|
| + const std::string& password_saved_domain) = 0;
|
| #endif
|
|
|
| private:
|
|
|