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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove incorrect DCHECK from drp_statistics_prefs.cc Created 6 years, 3 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/browser/data_reduction_proxy_metrics.h
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h b/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h
index 68fdb21770064c6b0c91804e6c8d87d0669ed187..3fe17dcd4c6250ca6024a6504486ed59ae650b5c 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h
@@ -11,6 +11,8 @@ namespace net {
class URLRequest;
}
+class PrefService;
+
namespace data_reduction_proxy {
class DataReductionProxyStatisticsPrefs;
@@ -53,7 +55,7 @@ void UpdateContentLengthPrefsForDataReductionProxy(
void UpdateContentLengthPrefs(
int received_content_length,
int original_content_length,
- bool with_data_reduction_proxy_enabled,
+ PrefService* profile_prefs,
DataReductionProxyRequestType request_type,
DataReductionProxyStatisticsPrefs* prefs);

Powered by Google App Engine
This is Rietveld 408576698