Chromium Code Reviews| 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 72ee54200f31a5fbffafcd0046c82d78047441ea..5a333ebb9f6aa7ab61b44dc4cc57f5f59371e3d4 100644 |
| --- a/chrome/common/extensions/api/context_menus.json |
| +++ b/chrome/common/extensions/api/context_menus.json |
| @@ -302,7 +302,8 @@ |
| { |
| "name": "tab", |
| "$ref": "tabs.Tab", |
| - "description": "The details of the tab where the click took place." |
| + "description": "The details of the tab where the click took place. If the click did not take place in a tab, this parameter will be missing.", |
| + "optional": true |
| } |
| ] |
| } |