| 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 5f2e8d405a9a8f45897fb39f04426a3b27599c55..d608ad79478612e0f3123d09907e37b113a15e05 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
|
| @@ -83,10 +83,6 @@ const char kEnableDataReductionProxyBypassWarning[] =
|
| const char kEnableDataReductionProxyCarrierTest[] =
|
| "enable-data-reduction-proxy-carrier-test";
|
|
|
| -// Enable the data reduction proxy config client.
|
| -const char kEnableDataReductionProxyConfigClient[] =
|
| - "enable-data-reduction-proxy-config-client";
|
| -
|
| // Enables the origin of the data reduction proxy dev.
|
| const char kEnableDataReductionProxyDev[] = "enable-spdy-proxy-dev-auth-origin";
|
|
|
|
|