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

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

Issue 1200603003: Integrate PasswordStoreProxyMac instead of PasswordStoreMac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 years, 6 months 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/password_manager/core/browser/password_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/mock_password_store.h
diff --git a/components/password_manager/core/browser/mock_password_store.h b/components/password_manager/core/browser/mock_password_store.h
index 7b76b91822ed48fd9ecdd4f9efc04184966e6e3d..8bd256cb988183c2b154a3fc97970ef3d25dc1a9 100644
--- a/components/password_manager/core/browser/mock_password_store.h
+++ b/components/password_manager/core/browser/mock_password_store.h
@@ -39,9 +39,6 @@ class MockPasswordStore : public PasswordStore {
PasswordStore::AuthorizationPromptPolicy prompt_policy) override {
return ScopedVector<autofill::PasswordForm>();
}
- void GetAutofillableLoginsImpl(
- scoped_ptr<GetLoginsRequest> request) override {}
- void GetBlacklistLoginsImpl(scoped_ptr<GetLoginsRequest> request) override {}
MOCK_METHOD1(FillAutofillableLogins,
bool(ScopedVector<autofill::PasswordForm>*));
MOCK_METHOD1(FillBlacklistLogins,
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/password_manager/core/browser/password_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698