Index: extensions/common/switches.h |
diff --git a/extensions/common/switches.h b/extensions/common/switches.h |
index 8635d3ebe5034ada9796df1e4fe4a6fcab253cf3..ef3ec6883b492f00f3c5fda3a2f26dcdf78aa1a9 100644 |
--- a/extensions/common/switches.h |
+++ b/extensions/common/switches.h |
@@ -31,6 +31,9 @@ extern const char kForceDevModeHighlighting[]; |
extern const char kLoadApps[]; |
extern const char kScriptsRequireAction[]; |
extern const char kEnableScriptsRequireAction[]; |
+#if defined(CHROMIUM_BUILD) |
+extern const char kPromptForExternalExtensions[]; |
+#endif |
extern const char kShowComponentExtensionOptions[]; |
extern const char kTraceAppSource[]; |
extern const char kWhitelistedExtensionID[]; |