Chromium Code Reviews| 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. |