Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 56c31f5d745b5e9348f66efe6a81b062fcbc844d..8ed30f6e3f3c1f57f2a2bf3fda8db1dfa68f3f7b 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) |
|
marq (ping after 24h)
2013/09/17 21:57:50
Please add OS_IOS any time you know we'll need the
bengr
2013/09/18 22:15:26
Done.
|
| +extern const char kDataReductionProxyProbeURL[]; |
| +#endif |
| extern const char kDebugEnableFrameToggle[]; |
| extern const char kDebugPackedApps[]; |
| extern const char kDebugPrint[]; |
| @@ -351,6 +354,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[]; |