Index: extensions/common/switches.cc |
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
index 51681cc2ce33e0306f07fe6016114203de0edaa3..d160d0005bb9d098ff055bc6b7cd72413e82f1f3 100644 |
--- a/extensions/common/switches.cc |
+++ b/extensions/common/switches.cc |
@@ -87,6 +87,12 @@ const char kScriptsRequireAction[] = "scripts-require-action"; |
// as --scripts-require-action=1. |
const char kEnableScriptsRequireAction[] = "enable-scripts-require-action"; |
+#if defined(CHROMIUM_BUILD) |
+// Should we prompt the user before allowing external extensions to install? |
+// This flag is available on Chromium for testing purposes. |
+const char kPromptForExternalExtensions[] = "prompt-for-external-extensions"; |
+#endif |
+ |
// Makes component extensions appear in chrome://settings/extensions. |
const char kShowComponentExtensionOptions[] = |
"show-component-extension-options"; |