| 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 8b74b49e1c3783d36de716d879d4c97c5fbb96cc..c4f13fbfcc0e8ce554ac6005bf9bfb64a31002ce 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
|
| @@ -115,7 +115,8 @@ DataReductionProxyIOData::DataReductionProxyIOData(
|
| event_creator_.reset(new DataReductionProxyEventCreator(this));
|
| configurator_.reset(
|
| new DataReductionProxyConfigurator(net_log, event_creator_.get()));
|
| - bool use_config_client = params::IsConfigClientEnabled();
|
| + bool use_config_client =
|
| + params::IsConfigClientEnabled() && client_ != CRONET_ANDROID;
|
| DataReductionProxyMutableConfigValues* raw_mutable_config = nullptr;
|
| if (use_config_client) {
|
| scoped_ptr<DataReductionProxyMutableConfigValues> mutable_config =
|
|
|