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

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

Issue 1083293004: Implement the statistics table for the passwords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/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 96f6104a638688b970e3152c0b31d3d872d51690..23210866ae49cd26f9b771c628eba190c01acdf0 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -66,6 +66,9 @@ class TestPasswordStore : public PasswordStore {
ScopedVector<autofill::PasswordForm>* forms) override;
bool FillBlacklistLogins(
ScopedVector<autofill::PasswordForm>* forms) override;
+ void AddSiteStatsImpl(const InteractionsStats& stats) override;
+ void RemoveSiteStatsImpl(const GURL& origin_domain) override;
+ InteractionsStats* GetSiteStatsImpl(const GURL& origin_domain) override;
private:
PasswordMap stored_passwords_;

Powered by Google App Engine
This is Rietveld 408576698