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

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

Issue 734263003: Move data reduction proxy logic out of chrome and android webview network delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix Created 6 years 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_metrics.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
index 02e0d1fa30ca1cec8ba3eef6c51de9548e28a115..0fe5f902e57f85e64f1c300f360d57108eb7db3f 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h
@@ -55,7 +55,7 @@ void UpdateContentLengthPrefsForDataReductionProxy(
void UpdateContentLengthPrefs(
int received_content_length,
int original_content_length,
- PrefService* profile_prefs,
+ bool data_reduction_proxy_enabled,
DataReductionProxyRequestType request_type,
DataReductionProxyStatisticsPrefs* prefs);

Powered by Google App Engine
This is Rietveld 408576698