| 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_;
|
|
|