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

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

Issue 403323004: C++ readability CL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final comment Created 6 years, 3 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 | « no previous file | components/password_manager/core/browser/password_syncable_service.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 1f5205c0bc0872668fb93a3aedd0157c3b388420..8f37e39cb9235fbd00f551d0d169d0d0fda269f3 100644
--- a/components/password_manager/core/browser/mock_password_store.h
+++ b/components/password_manager/core/browser/mock_password_store.h
@@ -48,6 +48,7 @@ class MockPasswordStore : public PasswordStore {
bool(std::vector<autofill::PasswordForm*>*));
MOCK_METHOD1(FillBlacklistLogins,
bool(std::vector<autofill::PasswordForm*>*));
+ MOCK_METHOD1(NotifyLoginsChanged, void(const PasswordStoreChangeList&));
PasswordStoreSync* GetSyncInterface() { return this; }
« no previous file with comments | « no previous file | components/password_manager/core/browser/password_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698