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

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

Issue 2320763002: Support origin-based deletion for password store statistics (Closed)
Patch Set: Mac-specific code Created 4 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
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 ab9512f649dc7146de1675a2b2527c5b8f804dc0..9975a2cbcb95ae6a241c8d7b70759bee27bff0db 100644
--- a/components/password_manager/core/browser/mock_password_store.h
+++ b/components/password_manager/core/browser/mock_password_store.h
@@ -43,8 +43,10 @@ class MockPasswordStore : public PasswordStore {
PasswordStoreChangeList(base::Time, base::Time));
MOCK_METHOD2(RemoveLoginsSyncedBetweenImpl,
PasswordStoreChangeList(base::Time, base::Time));
- MOCK_METHOD2(RemoveStatisticsCreatedBetweenImpl,
- bool(base::Time, base::Time));
+ MOCK_METHOD3(RemoveStatisticsByOriginAndTimeImpl,
+ bool(const base::Callback<bool(const GURL&)>&,
+ base::Time,
+ base::Time));
MOCK_METHOD1(
DisableAutoSignInForOriginsImpl,
PasswordStoreChangeList(const base::Callback<bool(const GURL&)>&));
« no previous file with comments | « chrome/browser/password_manager/password_store_proxy_mac.cc ('k') | components/password_manager/core/browser/password_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698