| Index: chrome/common/extensions/api/context_menus_internal.json
|
| diff --git a/chrome/common/extensions/api/context_menus_internal.json b/chrome/common/extensions/api/context_menus_internal.json
|
| index da2a49f7a31aed7b00735d73f4dc6f9ab5262cb5..2e879b060db72c8bf93b3acd5e2e71461c54c779 100644
|
| --- a/chrome/common/extensions/api/context_menus_internal.json
|
| +++ b/chrome/common/extensions/api/context_menus_internal.json
|
| @@ -52,6 +52,11 @@
|
| "optional": true,
|
| "description": " The URL of the frame of the element where the context menu was clicked, if it was in a frame."
|
| },
|
| + "frameId": {
|
| + "type": "integer",
|
| + "optional": true,
|
| + "description": " The <a href='webNavigation#frame_ids'>ID of the frame</a> of the element where the context menu was clicked, if it was in a frame."
|
| + },
|
| "selectionText": {
|
| "type": "string",
|
| "optional": true,
|
|
|