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..da4501f1809a46b3240af9fb254f2204b6c203e4 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.", |
Mihai Parparita -not on Chrome
2012/08/16 19:52:42
Mention that the parameter will be missing in case
|
+ "optional": true |
} |
] |
} |