| 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..89870aa2361fb48d88ff1d648814d6b2f8f4d85e 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 password_field_exists);
|
|
|
| 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 password_field_exists);
|
|
|
| scoped_refptr<SafeBrowsingDatabaseManager> database_manager();
|
|
|
|
|