Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: components/data_reduction_proxy/common/data_reduction_proxy_switches.h

Issue 286013002: Added alternative configuration for the data reduction proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK fix Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698