| 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 5a333ebb9f6aa7ab61b44dc4cc57f5f59371e3d4..7bc03f82b71abe18ecfe9e4ef8167ca2396421a5 100644
|
| --- a/chrome/common/extensions/api/context_menus.json
|
| +++ b/chrome/common/extensions/api/context_menus.json
|
| @@ -77,6 +77,7 @@
|
| {
|
| "name": "create",
|
| "type": "function",
|
| + "allow_functions_in_objects": true,
|
| "description": "Creates a new context menu item. Note that if an error occurs during creation, you may not find out until the creation callback fires (the details will be in chrome.extension.lastError).",
|
| "returns": {
|
| "choices": [
|
| @@ -177,6 +178,7 @@
|
| {
|
| "name": "update",
|
| "type": "function",
|
| + "allow_functions_in_objects": true,
|
| "description": "Updates a previously created context menu item.",
|
| "parameters": [
|
| {
|
|
|