| 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 017652ee6a490abefa89e2325feaddf19ec7c3af..abd3f6763ca769c79f7b4575d21b085598ade9d5 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -112,8 +112,8 @@ class ChromePasswordManagerClient
|
| void CheckSafeBrowsingReputation(const GURL& form_action,
|
| const GURL& frame_url) override;
|
|
|
| - void CheckProtectedPasswordEntry(
|
| - const std::string& password_saved_domain) override;
|
| + void CheckProtectedPasswordEntry(const std::string& password_saved_domain,
|
| + bool has_password_field) override;
|
| #endif
|
|
|
| static void CreateForWebContentsWithAutofillClient(
|
|
|