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

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

Issue 1455333004: Add "q=preview" directive on main frame requests on poor networks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deciderAddLoFiHeader
Patch Set: limit flag channels Created 5 years, 1 month 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/core/common/data_reduction_proxy_switches.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
index 180702e44c99a768b216f76f0773dc910fb3700f..4c488899f71f70869554df1450a7fc35cc6b0136 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
@@ -11,29 +11,30 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
+extern const char kClearDataReductionProxyDataSavings[];
extern const char kDataReductionProxy[];
+extern const char kDataReductionProxyConfigURL[];
extern const char kDataReductionProxyDev[];
extern const char kDataReductionProxyExperiment[];
extern const char kDataReductionProxyFallback[];
+extern const char kDataReductionProxyHttpProxies[];
extern const char kDataReductionProxyKey[];
-extern const char kDataReductionProxySecureProxyCheckURL[];
-extern const char kDataReductionProxyStartSecureDisabled[];
-extern const char kDataReductionProxyWarmupURL[];
-extern const char kDataReductionSSLProxy[];
extern const char kDataReductionProxyLoFi[];
extern const char kDataReductionProxyLoFiValueAlwaysOn[];
extern const char kDataReductionProxyLoFiValueCellularOnly[];
extern const char kDataReductionProxyLoFiValueDisabled[];
extern const char kDataReductionProxyLoFiValueSlowConnectionsOnly[];
+extern const char kDataReductionProxySecureProxyCheckURL[];
+extern const char kDataReductionProxyStartSecureDisabled[];
+extern const char kDataReductionProxyWarmupURL[];
+extern const char kDataReductionSSLProxy[];
extern const char kDisableDataReductionProxyDev[];
-extern const char kEnableDataReductionProxyDev[];
-extern const char kEnableDataReductionProxyCarrierTest[];
extern const char kEnableDataReductionProxy[];
extern const char kEnableDataReductionProxyBypassWarning[];
-extern const char kClearDataReductionProxyDataSavings[];
+extern const char kEnableDataReductionProxyCarrierTest[];
extern const char kEnableDataReductionProxyConfigClient[];
-extern const char kDataReductionProxyConfigURL[];
-extern const char kDataReductionProxyHttpProxies[];
+extern const char kEnableDataReductionProxyDev[];
+extern const char kEnableDataReductionProxyLoFiPreview[];
} // namespace switches
} // namespace data_reduction_proxy

Powered by Google App Engine
This is Rietveld 408576698