Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index fdb0d91326d86e56f81a5977dd276ca5c55734fa..9760fecbe770f128a53aed59135252b164257ae9 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -77,6 +77,9 @@ extern const char kContentSettings2[]; |
extern const char kCountry[]; |
extern const char kCrashOnHangThreads[]; |
extern const char kCreateBrowserOnStartupForTests[]; |
+#if defined(OS_ANDROID) || defined(OS_IOS) |
+extern const char kDataReductionProxyProbeURL[]; |
+#endif |
extern const char kDebugEnableFrameToggle[]; |
extern const char kDebugPackedApps[]; |
extern const char kDebugPrint[]; |
@@ -352,6 +355,7 @@ extern const char kSpeculativeResourcePrefetching[]; |
extern const char kSpeculativeResourcePrefetchingDisabled[]; |
extern const char kSpeculativeResourcePrefetchingLearning[]; |
extern const char kSpdyProxyAuthOrigin[]; |
+extern const char kSpdyProxyAuthValue[]; |
extern const char kSpeculativeResourcePrefetchingEnabled[]; |
extern const char kSpellingServiceFeedbackUrl[]; |
extern const char kSpellingServiceFeedbackIntervalSeconds[]; |