| Index: chrome/common/extensions/docs/extensions/contextMenus.html
|
| diff --git a/chrome/common/extensions/docs/extensions/contextMenus.html b/chrome/common/extensions/docs/extensions/contextMenus.html
|
| index 5e35ed01557fef39a45602b012bca04d68a9383a..1d25227a34e54e45763db7a5c2dd32464fe0f189 100644
|
| --- a/chrome/common/extensions/docs/extensions/contextMenus.html
|
| +++ b/chrome/common/extensions/docs/extensions/contextMenus.html
|
| @@ -1287,6 +1287,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>
|
| @@ -1296,7 +1297,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 -->
|
|
|