| Index: chrome/common/extensions/api/context_menus.json
|
| diff --git a/chrome/common/extensions/api/context_menus.json b/chrome/common/extensions/api/context_menus.json
|
| index 764af5b1e121f9d8419c7e4c648b8e1ddca89df4..53ca1716fcf95b12ca830f96dc7c00cbed01b4c6 100644
|
| --- a/chrome/common/extensions/api/context_menus.json
|
| +++ b/chrome/common/extensions/api/context_menus.json
|
| @@ -6,6 +6,7 @@
|
| {
|
| "namespace": "contextMenus",
|
| "description": "Use the <code>chrome.contextMenus</code> API to add items to Google Chrome's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.",
|
| + "compiler_options": {"use_movable_types": true},
|
| "properties": {
|
| "ACTION_MENU_TOP_LEVEL_LIMIT": {
|
| "value": 6,
|
|
|