| 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 bf676d32f03413a099d5d20372388e19309c264c..fb3d730a7dc7295619813be674ce08d286ff5c64 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
|
| @@ -37,6 +37,11 @@ const char kDataReductionProxyKey[] = "spdy-proxy-auth-value";
|
| const char kDataReductionProxySecureProxyCheckURL[] =
|
| "data-reduction-proxy-secure-proxy-check-url";
|
|
|
| +// Starts the secure Data Reduction Proxy in the disabled state until the secure
|
| +// proxy check succeeds.
|
| +const char kDataReductionProxyStartSecureDisabled[] =
|
| + "data-reduction-proxy-secure-proxy-disabled";
|
| +
|
| // Sets a URL to fetch to warm up the data reduction proxy on startup and
|
| // network changes.
|
| const char kDataReductionProxyWarmupURL[] = "data-reduction-proxy-warmup-url";
|
|
|