| 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 8e2caccccc31f3f5a8ca5cffc213a4fc0b5001d5..82dc96a2074bd5ab37ba162de165cfd93e725503 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
|
| @@ -80,10 +80,6 @@ const char kEnableDataReductionProxyLitePage[] =
|
| const char kEnableDataReductionProxyForcePingback[] =
|
| "enable-data-reduction-proxy-force-pingback";
|
|
|
| -// If set, enables use of QUIC with non core data reduction proxies.
|
| -const char kDataReductionProxyEnableQuicOnNonCoreProxies[] =
|
| - "data-reduction-proxy-enable-quic-on-non-core-proxies";
|
| -
|
| // Enables a 1 MB savings promo for the data reduction proxy.
|
| const char kEnableDataReductionProxySavingsPromo[] =
|
| "enable-data-reduction-proxy-savings-promo";
|
|
|