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

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

Issue 2447013003: Remove unused DRP code for migrating prefs (Closed)
Patch Set: Created 4 years, 2 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_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,

Powered by Google App Engine
This is Rietveld 408576698