| 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 -->
|
|
|