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

Unified Diff: chrome/common/extensions/docs/apps/contextMenus.html

Issue 10832348: Tab value for context menu onclick event should be optional. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update the test code to chrome.app.runtime instead of experimental 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/docs/apps/contextMenus.html
diff --git a/chrome/common/extensions/docs/apps/contextMenus.html b/chrome/common/extensions/docs/apps/contextMenus.html
index 2758950d8dcc66695add01eb27a081049598c7b9..bc847057f2d8b0a6552842ad452b4ec402e89377 100644
--- a/chrome/common/extensions/docs/apps/contextMenus.html
+++ b/chrome/common/extensions/docs/apps/contextMenus.html
@@ -1204,6 +1204,7 @@ You can find samples of this API on the
<!-- TYPE -->
<div style="display:inline">
(
+ <span class="optional">optional</span>
<span id="typeTemplate">
<span>
<a href="tabs.html#type-tabs.Tab">tabs.Tab</a>
@@ -1213,7 +1214,7 @@ You can find samples of this API on the
</div>
</em>
</dt>
- <dd>The details of the tab where the click took place.</dd>
+ <dd>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.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
« no previous file with comments | « chrome/common/extensions/api/context_menus.json ('k') | chrome/common/extensions/docs/extensions/contextMenus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698