| Index: chrome/browser/password_manager/password_store_x.h
|
| diff --git a/chrome/browser/password_manager/password_store_x.h b/chrome/browser/password_manager/password_store_x.h
|
| index 92295df15701361f28b8e9d56a1a5897e60d4335..53d3884989eb72766e83ba772a190d60735ce638 100644
|
| --- a/chrome/browser/password_manager/password_store_x.h
|
| +++ b/chrome/browser/password_manager/password_store_x.h
|
| @@ -86,6 +86,7 @@ class PasswordStoreX : public PasswordStoreDefault {
|
| const base::Time& delete_begin, const base::Time& delete_end) OVERRIDE;
|
| virtual void GetLoginsImpl(
|
| const autofill::PasswordForm& form,
|
| + AuthorizationPromptPolicy prompt_policy,
|
| const ConsumerCallbackRunner& callback_runner) OVERRIDE;
|
| virtual void GetAutofillableLoginsImpl(GetLoginsRequest* request) OVERRIDE;
|
| virtual void GetBlacklistLoginsImpl(GetLoginsRequest* request) OVERRIDE;
|
|
|