Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 7d47a4363fd9fd0d67c7bfb12e3fd74dc4c71d2b..5aaa5db08b2926c59ca397e895a7e75c54656355 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -176,6 +176,7 @@ extern const char kEnableSearchButtonInOmniboxForStr[]; |
extern const char kEnableSearchButtonInOmniboxForStrOrIip[]; |
extern const char kEnableSessionCrashedBubble[]; |
extern const char kEnableSettingsWindow[]; |
+extern const char kDisableSettingsWindow[]; |
extern const char kEnableSpdy4[]; |
extern const char kEnableSpellingAutoCorrect[]; |
extern const char kEnableSpellingFeedbackFieldTrial[]; |
@@ -405,6 +406,8 @@ extern const char kDebugPrint[]; |
extern const char kFileManagerExtensionPath[]; |
#endif |
+bool SettingsWindowEnabled(); |
+ |
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
// alphabetical order, or in one of the ifdefs (also in order in each section). |