| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index 41c3469f2bdd580375b7fa7372e065bdb3fb7d51..eb85f01701449415d79e738f8c55f9b351d65026 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -49,6 +49,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";
|
|
|