Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 8de3ad959a02bbeecf0d5f321acb637d541d8a85..68055f0ee8241d074b27411704aea1279b973bee 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -242,6 +242,12 @@ const char kCrashOnHangThreads[] = "crash-on-hang-threads"; |
const char kCreateBrowserOnStartupForTests[] = |
"create-browser-on-startup-for-tests"; |
+#if defined(OS_ANDROID) |
+// If set, the data reduction proxy will only be enabled if a request for this |
marq (ping after 24h)
2013/09/17 21:57:50
OS_IOS
bengr
2013/09/18 22:15:26
Done.
|
+// URL is successful. |
+const char kDataReductionProxyProbeURL[] = "data-reduction-proxy-probe-url"; |
+#endif |
+ |
// Enables a frame context menu item that toggles the frame in and out of glass |
// mode (Windows Vista and up only). |
const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle"; |
@@ -1300,6 +1306,9 @@ const char kSimulateOutdated[] = "simulate-outdated"; |
// Origin for which SpdyProxy authentication is supported. |
const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin"; |
+// Authentication string for the data reduction proxy. |
+const char kSpdyProxyAuthValue[] = "spdy-proxy-auth-value"; |
+ |
// Speculative resource prefetching. |
const char kSpeculativeResourcePrefetching[] = |
"speculative-resource-prefetching"; |