| Index: components/password_manager/core/browser/test_password_store.h
|
| diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h
|
| index 72addcdfeaaa58642f86f784ffa294fd39a50f43..36d88dff5b41893a1598172b024d0bb3a001b108 100644
|
| --- a/components/password_manager/core/browser/test_password_store.h
|
| +++ b/components/password_manager/core/browser/test_password_store.h
|
| @@ -50,7 +50,6 @@ class TestPasswordStore : public PasswordStore {
|
| ScopedVector<autofill::PasswordForm> FillMatchingLogins(
|
| const autofill::PasswordForm& form,
|
| PasswordStore::AuthorizationPromptPolicy prompt_policy) override;
|
| - void GetAutofillableLoginsImpl(scoped_ptr<GetLoginsRequest> request) override;
|
|
|
| // Unused portions of PasswordStore interface
|
| void ReportMetricsImpl(const std::string& sync_username,
|
| @@ -61,7 +60,6 @@ class TestPasswordStore : public PasswordStore {
|
| PasswordStoreChangeList RemoveLoginsSyncedBetweenImpl(
|
| base::Time delete_begin,
|
| base::Time delete_end) override;
|
| - void GetBlacklistLoginsImpl(scoped_ptr<GetLoginsRequest> request) override;
|
| bool FillAutofillableLogins(
|
| ScopedVector<autofill::PasswordForm>* forms) override;
|
| bool FillBlacklistLogins(
|
|
|