| Index: chrome/common/extensions/api/context_menus.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/context_menus.json (revision 158704)
|
| +++ chrome/common/extensions/api/context_menus.json (working copy)
|
| @@ -44,8 +44,7 @@
|
| },
|
| "pageUrl": {
|
| "type": "string",
|
| - "optional": true,
|
| - "description": "The URL of the page where the menu item was clicked. This property is not set if the click occured in a context where there is no current page, such as in a launcher context menu."
|
| + "description": "The URL of the page where the menu item was clicked."
|
| },
|
| "frameUrl": {
|
| "type": "string",
|
| @@ -116,7 +115,7 @@
|
| "type": "array",
|
| "items": {
|
| "type": "string",
|
| - "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher"]
|
| + "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio"]
|
| },
|
| "minItems": 1,
|
| "optional": true,
|
| @@ -210,7 +209,7 @@
|
| "type": "array",
|
| "items": {
|
| "type": "string",
|
| - "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio", "launcher"]
|
| + "enum": ["all", "page", "frame", "selection", "link", "editable", "image", "video", "audio"]
|
| },
|
| "minItems": 1,
|
| "optional": true
|
|
|