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

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

Issue 802303002: Credential Manager: Switch 'request()' to GetAutofillableLogins(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ScopedVector Created 6 years 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/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 e28a474ab4e18bf74f52312cfcc379771411440b..a58208ed12b974284bf655fe7d10f6a03debde02 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -51,6 +51,8 @@ class TestPasswordStore : public PasswordStore {
PasswordStore::AuthorizationPromptPolicy prompt_policy,
const ConsumerCallbackRunner& runner) override;
void WrapModificationTask(ModificationTask task) override;
+ void GetAutofillableLoginsImpl(
+ PasswordStore::GetLoginsRequest* request) override;
// Unused portions of PasswordStore interface
void ReportMetricsImpl(const std::string& sync_username,
@@ -61,8 +63,6 @@ class TestPasswordStore : public PasswordStore {
PasswordStoreChangeList RemoveLoginsSyncedBetweenImpl(
base::Time delete_begin,
base::Time delete_end) override;
- void GetAutofillableLoginsImpl(
- PasswordStore::GetLoginsRequest* request) override {}
void GetBlacklistLoginsImpl(
PasswordStore::GetLoginsRequest* request) override {}
bool FillAutofillableLogins(

Powered by Google App Engine
This is Rietveld 408576698