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 59bcff8b3f93b18b4c45c837179a434bdd006024..998bed13eef1f615fe4f9a0dfcaacd8316760b5d 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 |
@@ -81,5 +81,10 @@ const char kEnableDataReductionProxyConfigClient[] = |
// The URL from which to retrieve the Data Reduction Proxy configuration. |
const char kDataReductionProxyConfigURL[] = "data-reduction-proxy-config-url"; |
+// The semicolon-separated list of proxy server URIs to override the list of |
+// HTTP proxies returned by the Data Saver API. |
+const char kDataReductionProxyConfigHttpProxiesOverride[] = |
+ "data-reduction-proxy-config-http-proxies-override"; |
bengr
2015/09/17 17:27:34
Egad. How about data-reduction-http-proxies? Could
sclittle
2015/09/22 19:01:59
Renamed the flag, and added TODO in mutable_config
|
+ |
} // namespace switches |
} // namespace data_reduction_proxy |