Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
index 911668705fed33cf74bf7068c2e001c537e635ec..d4a8b179a47dbfb0082545cb4e7757ce894caaac 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h |
@@ -87,6 +87,9 @@ class DataReductionProxySettings |
net::NetLog* net_log, |
DataReductionProxyEventStore* event_store); |
+ // Sets DataReductionProxy params. |
bengr
2015/02/11 23:57:28
Say that params() must be non-null.
tbansal1
2015/02/12 02:27:21
Done.
|
+ void EnableQUIC(bool quic_enabled_for_proxies); |
bengr
2015/02/11 23:57:28
EnableQuic, as per rch's recommendation and rename
tbansal1
2015/02/12 02:27:21
Done.
|
+ |
// Sets the |statistics_prefs_| to be used for data reduction proxy pref reads |
// and writes. |
void SetDataReductionProxyStatisticsPrefs( |