Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
index 01e64738eae61162791b714106ebda5622fc64c5..7967199a7df44db41ce6e417baeaadc8df9b4dc5 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
@@ -78,14 +78,6 @@ class DataReductionProxyService |
// final step in initialization. |
bool Initialized() const; |
- // Constructs compression stats with a noop |DataReductionProxyStore|; load |
- // and store calls do nothing. This should not be called |
- // if a valid compression stats is passed into the constructor. |
- void EnableCompressionStatisticsLogging( |
- PrefService* prefs, |
- const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner, |
- const base::TimeDelta& commit_delay); |
- |
// Records daily data savings statistics in |compression_stats_|. |
void UpdateContentLengths(int64_t data_used, |
int64_t original_size, |