Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2008)

Unified Diff: chrome/common/extensions/api/context_menus.json

Issue 10832348: Tab value for context menu onclick event should be optional. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}
]
}

Powered by Google App Engine
This is Rietveld 408576698