Index: extensions/common/switches.cc |
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
index 57ea9602c5748c7a42d5c2cda61a950b9c793672..306f85af56c208618f1f7b721f17a02b9dcb4eb7 100644 |
--- a/extensions/common/switches.cc |
+++ b/extensions/common/switches.cc |
@@ -59,6 +59,9 @@ const char kForceDevModeHighlighting[] = "force-dev-mode-highlighting"; |
// Enables setting global commands through the Extensions Commands API. |
const char kGlobalCommands[] = "global-commands"; |
+// Notify the user and require consent for extensions running scripts. |
+const char kScriptsRequireAction[] = "scripts-require-action"; |
+ |
// Makes component extensions appear in chrome://settings/extensions. |
const char kShowComponentExtensionOptions[] = |
"show-component-extension-options"; |