Chromium Code Reviews| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc |
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc |
| index 053b0bcde26d9b861fc3f4e7fd025b37dc17c6ab..a11002dc3825d176540fead6c0c5d7d093707fbd 100644 |
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc |
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc |
| @@ -269,11 +269,9 @@ void DataReductionProxySettingsTestBase::CheckInitDataReductionProxy( |
| scoped_refptr<net::TestURLRequestContextGetter> request_context = |
| new net::TestURLRequestContextGetter(base::MessageLoopProxy::current()); |
| - settings_->InitDataReductionProxySettings( |
| - &pref_service_, |
| - request_context.get(), |
| - &net_log_, |
| - event_store_.get()); |
| + settings_->InitDataReductionProxySettings(&pref_service_, |
| + request_context.get(), &net_log_, |
| + event_store_.get(), true); |
|
bengr
2015/02/10 20:18:31
Do we also test with quic off?
tbansal1
2015/02/10 22:24:38
Added in data_reduction_proxy_settings_unittest.cc
|
| settings_->SetOnDataReductionEnabledCallback( |
| base::Bind(&DataReductionProxySettingsTestBase:: |
| RegisterSyntheticFieldTrialCallback, |