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

Unified Diff: components/password_manager/core/browser/password_manager_client.h

Issue 259153004: Password bubble: Give users the option of unblacklisting a site. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 ef9c8b0f8d19a4447fed86a57a38610750c5e516..8288e2086608615b6edc5e84c95aa3afddd7901c 100644
--- a/components/password_manager/core/browser/password_manager_client.h
+++ b/components/password_manager/core/browser/password_manager_client.h
@@ -36,7 +36,8 @@ class PasswordManagerClient {
// Called when password autofill is blocked by the blacklist. Default
// implementation is a no-op.
- virtual void PasswordAutofillWasBlocked() const {}
+ virtual void PasswordAutofillWasBlocked(
+ const autofill::PasswordFormMap& best_matches) const {}
vabr (Chromium) 2014/04/29 13:30:12 nit: Please comment on the role of |best_matches|.
Mike West 2014/04/30 10:39:32 Done.
// Called to authenticate the autofill password data. If authentication is
// successful, this should continue filling the form.

Powered by Google App Engine
This is Rietveld 408576698