Index: components/data_reduction_proxy/common/data_reduction_proxy_switches.h |
diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_switches.h b/components/data_reduction_proxy/common/data_reduction_proxy_switches.h |
index ed09a3ca0ab75c34d7cecfca9fd2ff80448d4be3..da3b4e2ebdc4e38fc09128c2e0c9c1e2c784ed3d 100644 |
--- a/components/data_reduction_proxy/common/data_reduction_proxy_switches.h |
+++ b/components/data_reduction_proxy/common/data_reduction_proxy_switches.h |
@@ -12,11 +12,15 @@ namespace switches { |
// alongside the definition of their values in the .cc file. |
extern const char kDataReductionProxy[]; |
+extern const char kDataReductionProxyAlt[]; |
+extern const char kDataReductionProxyAltFallback[]; |
extern const char kDataReductionProxyDev[]; |
extern const char kDataReductionProxyFallback[]; |
extern const char kDataReductionProxyKey[]; |
extern const char kDataReductionProxyProbeURL[]; |
+extern const char kDataReductionSSLProxy[]; |
extern const char kEnableDataReductionProxy[]; |
+extern const char kEnableDataReductionProxyAlt[]; |
} // namespace switches |
} // namespace data_reduction_proxy |