| Index: components/safe_browsing/password_protection/password_protection_service.h
|
| diff --git a/components/safe_browsing/password_protection/password_protection_service.h b/components/safe_browsing/password_protection/password_protection_service.h
|
| index 4800ae9739fa5218cb7543626f299e8a033736a3..aedc8dd7ae918acb3017af6fe8a9b75d98361a18 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_service.h
|
| +++ b/components/safe_browsing/password_protection/password_protection_service.h
|
| @@ -106,7 +106,8 @@ class PasswordProtectionService : public history::HistoryServiceObserver {
|
| const GURL& password_form_action,
|
| const GURL& password_form_frame_url,
|
| const std::string& saved_domain,
|
| - LoginReputationClientRequest::TriggerType type);
|
| + LoginReputationClientRequest::TriggerType type,
|
| + bool has_password_field);
|
|
|
| virtual void MaybeStartPasswordFieldOnFocusRequest(
|
| content::WebContents* web_contents,
|
| @@ -117,7 +118,8 @@ class PasswordProtectionService : public history::HistoryServiceObserver {
|
| virtual void MaybeStartProtectedPasswordEntryRequest(
|
| content::WebContents* web_contents,
|
| const GURL& main_frame_url,
|
| - const std::string& saved_domain);
|
| + const std::string& saved_domain,
|
| + bool has_password_field);
|
|
|
| scoped_refptr<SafeBrowsingDatabaseManager> database_manager();
|
|
|
|
|