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

Unified Diff: components/password_manager/core/browser/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/password_store.h
diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
index c6151cc93e1f380faf3b56c5344ba82da2472c76..a8ccfcec79339fc09ae29ebbba9cc97bc18368c2 100644
--- a/components/password_manager/core/browser/password_store.h
+++ b/components/password_manager/core/browser/password_store.h
@@ -206,7 +206,7 @@ class PasswordStore : protected PasswordStoreSync,
void AddSiteStats(const InteractionsStats& stats);
// Removes the statistics for |origin_domain|.
- void RemoveSiteStats(const GURL& origin_domain);
+ virtual void RemoveSiteStats(const GURL& origin_domain);
// Retrieves the statistics for |origin_domain| and notifies |consumer| on
// completion. The request will be cancelled if the consumer is destroyed.

Powered by Google App Engine
This is Rietveld 408576698