| 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 9d7a5b2c696206055b0b9a6cb4740bc3ebccf071..9d739314480b4d305a33515fa7d9251159ed2ccd 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
|
| @@ -51,5 +51,9 @@ const char kEnableDataReductionProxy[] = "enable-spdy-proxy-auth";
|
| // Enable the alternative data reduction proxy.
|
| const char kEnableDataReductionProxyAlt[] = "enable-data-reduction-proxy-alt";
|
|
|
| +// Enable the data reduction proxy bypass warning.
|
| +const char kEnableDataReductionProxyBypassWarning[] =
|
| + "enable-data-reduction-proxy-bypass-warning";
|
| +
|
| } // namespace switches
|
| } // namespace data_reduction_proxy
|
|
|