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..b85f89bc2eaf4fca9cce6ca4404ad75208c30cf4 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. params() must be non-null. |
+ void EnableQuic(bool enable); |
+ |
// Sets the |statistics_prefs_| to be used for data reduction proxy pref reads |
// and writes. |
void SetDataReductionProxyStatisticsPrefs( |