| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
|
| index 5cc99eefb6cc103cc362dc4d11aefa5af17aa61e..cecb13740e080fdf06716ea6c1eb00253f23eecf 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
|
| @@ -53,6 +53,10 @@ const char kDataReductionProxyLoFiValueSlowConnectionsOnly[] =
|
| const char kDataReductionProxySecureProxyCheckURL[] =
|
| "data-reduction-proxy-secure-proxy-check-url";
|
|
|
| +// Disables server experiments that may be enabled through field trial.
|
| +const char kDataReductionProxyServerExperimentsDisabled[] =
|
| + "data-reduction-proxy-server-experiments-disabled";
|
| +
|
| // Starts the secure Data Reduction Proxy in the disabled state until the secure
|
| // proxy check succeeds.
|
| const char kDataReductionProxyStartSecureDisabled[] =
|
|
|