| 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 bab1889904b9ef5ccfbefdacf6b0aa12205e6e55..0bc693d29bc58847e001216540422859da36c351 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
|
| @@ -280,7 +280,8 @@ void DataReductionProxySettingsTestBase::CheckInitDataReductionProxy(
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyStatisticsPrefs>(),
|
| request_context.get(),
|
| &net_log_,
|
| - event_store_.get());
|
| + event_store_.get(),
|
| + false);
|
| settings_->SetOnDataReductionEnabledCallback(
|
| base::Bind(&DataReductionProxySettingsTestBase::
|
| RegisterSyntheticFieldTrialCallback,
|
|
|