Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: components/safe_browsing/password_protection/password_protection_service.h

Issue 2929533002: Fill has_password_field for password reuse ping (Closed)
Patch Set: fix broken test due to rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698