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

Unified Diff: components/password_manager/core/browser/password_manager_client.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/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 7004aee79abcdbf891c14210ec25f3bebbf38feb..13cf9451ec7c5f1154c2e2325bcf3a34e1d9be6c 100644
--- a/components/password_manager/core/browser/password_manager_client.h
+++ b/components/password_manager/core/browser/password_manager_client.h
@@ -211,7 +211,8 @@ class PasswordManagerClient {
// Checks the safe browsing reputation of the webpage where password reuse
// happens.
virtual void CheckProtectedPasswordEntry(
- const std::string& password_saved_domain) = 0;
+ const std::string& password_saved_domain,
+ bool password_field_exists) = 0;
#endif
private:

Powered by Google App Engine
This is Rietveld 408576698