| Index: chrome/browser/password_manager/chrome_password_manager_client.h
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| index 24c65930fd6d2aba016c5ab94e55fb8717c50484..c0435f89f83527f5c0a97d2ea0f2aa446057e82f 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client.h
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.h
|
| @@ -42,7 +42,8 @@ class ChromePasswordManagerClient
|
| password_manager::PasswordFormManager* form_to_save) OVERRIDE;
|
| virtual void PasswordWasAutofilled(
|
| const autofill::PasswordFormMap& best_matches) const OVERRIDE;
|
| - virtual void PasswordAutofillWasBlocked() const OVERRIDE;
|
| + virtual void PasswordAutofillWasBlocked(
|
| + const autofill::PasswordFormMap& best_matches) const OVERRIDE;
|
| virtual void AuthenticateAutofillAndFillForm(
|
| scoped_ptr<autofill::PasswordFormFillData> fill_data) OVERRIDE;
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
|
|