Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: extensions/common/switches.h

Issue 1253993004: Reintroduce --prompt-for-external-extensions flag on Chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[];

Powered by Google App Engine
This is Rietveld 408576698