Chromium Code Reviews| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
| index 26fad478e18f7411bbebe146fa19f8d22395c8fa..7e8119cd3e69441a89193b57f88e19adffd8bec2 100644 |
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc |
| @@ -150,6 +150,11 @@ void DataReductionProxySettings::InitDataReductionProxySettings( |
| net::NetworkChangeNotifier::AddIPAddressObserver(this); |
| } |
| +void DataReductionProxySettings::EnableQUIC( |
| + bool quic_enabled_for_proxies) { |
| + params()->EnableQUIC(quic_enabled_for_proxies); |
|
bengr
2015/02/11 23:57:28
DCHECK(params())
tbansal1
2015/02/12 02:27:21
Done.
|
| +} |
| + |
| void DataReductionProxySettings::SetDataReductionProxyStatisticsPrefs( |
| DataReductionProxyStatisticsPrefs* statistics_prefs) { |
| statistics_prefs_ = statistics_prefs; |