| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc
|
| index 11e7a1b21475c6011d526acf97b3470c42968816..e20ae9a744cc50c27573464474869dda665b2bc5 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc
|
| @@ -43,6 +43,7 @@ void DataReductionProxyConfigurator::Enable(
|
| net::ProxyConfig DataReductionProxyConfigurator::CreateProxyConfig(
|
| bool secure_transport_restricted,
|
| const std::vector<net::ProxyServer>& proxies_for_http) const {
|
| + DCHECK(thread_checker_.CalledOnValidThread());
|
| net::ProxyConfig config;
|
| config.proxy_rules().type =
|
| net::ProxyConfig::ProxyRules::TYPE_PROXY_PER_SCHEME;
|
|
|