Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
index 88d15d6b1d1afdcce59ab250ef3e1859deb9a663..e48f7f36cbd8f08a9f851b8f53d701b2ca66cd2d 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
@@ -60,11 +60,12 @@ DataReductionProxyIOData::~DataReductionProxyIOData() { |
DCHECK(shutdown_on_ui_); |
} |
-void DataReductionProxyIOData::Init() { |
+void DataReductionProxyIOData::Init(bool enable_quic) { |
DCHECK(!initialized_); |
DCHECK(!network_delegate_created_); |
initialized_ = true; |
request_options_->Init(); |
+ params_->EnableQuic(enable_quic); |
} |
void DataReductionProxyIOData::InitOnUIThread(PrefService* pref_service) { |