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

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

Issue 2673053002: Obsolete HTTP Cleaner (Closed)
Patch Set: Created 3 years, 10 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 845042ec7629962c4ceb81c32ec0227c128a524c..4d0deb66557463ec2ed38b4f68061677c1d5532c 100644
--- a/components/password_manager/core/browser/mock_password_store.h
+++ b/components/password_manager/core/browser/mock_password_store.h
@@ -28,6 +28,7 @@ class MockPasswordStore : public PasswordStore {
void(const autofill::PasswordForm&,
const autofill::PasswordForm&));
MOCK_METHOD2(ReportMetrics, void(const std::string&, bool));
+ MOCK_METHOD1(RemoveSiteStats, void(const GURL&));
jdoerrie 2017/02/03 16:49:15 I failed to get the |RemoveSiteStatsImpl| mock to
jdoerrie 2017/02/06 10:34:15 Figured it out, I had to use |base::RunLoop().RunU
MOCK_METHOD2(ReportMetricsImpl, void(const std::string&, bool));
MOCK_METHOD1(AddLoginImpl,
PasswordStoreChangeList(const autofill::PasswordForm&));

Powered by Google App Engine
This is Rietveld 408576698