| Index: extensions/common/switches.cc
|
| diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
|
| index d6ab3a1697f19d817e70bcd059c9b4b2393ab4ca..8f6cec495f6adfbc2e2723e02a2fb6f1da0e63cc 100644
|
| --- a/extensions/common/switches.cc
|
| +++ b/extensions/common/switches.cc
|
| @@ -46,9 +46,6 @@ const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls";
|
| // Whether to force developer mode extensions highlighting.
|
| 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.
|
| // Appending --scripts-require-action=1 has the same effect as
|
| // --enable-scripts-require-action (see below).
|
|
|