| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| index c47a06d56fee720902d55878f9b253e3ae0ba842..3951d091bd21914277ca1b1628b01f660f0c491e 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
| @@ -148,6 +148,10 @@ bool DataReductionProxyParams::ShouldUseSecureProxyByDefault() {
|
| kDataReductionProxyStartSecureDisabled))
|
| return false;
|
|
|
| + if (FieldTrialList::FindFullName("DataReductionProxySecureProxyAfterCheck") ==
|
| + kEnabled)
|
| + return false;
|
| +
|
| return true;
|
| }
|
|
|
|
|