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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h

Issue 1010083002: Flag to clear data savings when Chrome starts up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 5 years, 9 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/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
index 7c5070b649f2c133806a9d8803bb740f161d8f5d..2da036159aafea20920ca509beaf3936607cfa91 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
@@ -98,6 +98,9 @@ private:
// index.
int64 GetListPrefInt64Value(const base::ListValue& list_update, size_t index);
+ // Clears all data saving statistics.
+ void ClearDataSavingStatistics();
+
PrefService* pref_service_;
scoped_refptr<base::SequencedTaskRunner> task_runner_;
const base::TimeDelta delay_;
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698