summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/tabs.html
diff options
context:
space:
mode:
authorjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-10 23:21:23 +0000
committerjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-10 23:21:23 +0000
commitfda76bf65b94aa2cdf0e8223623165676e487c3d (patch)
tree7861f0b63934ac70b412a95f2a01ebdb61f3b5e2 /chrome/common/extensions/docs/tabs.html
parent7ea8d057c10b5ebf3fb28a1caa8af3ffc83e3cd6 (diff)
downloadchromium_src-fda76bf65b94aa2cdf0e8223623165676e487c3d.zip
chromium_src-fda76bf65b94aa2cdf0e8223623165676e487c3d.tar.gz
chromium_src-fda76bf65b94aa2cdf0e8223623165676e487c3d.tar.bz2
Query the current window with chrome.tabs.query using -1.
This makes querying for tabs in the current window easier by requiring less callbacks. BUG=108942 TEST=ExtensionApiTest.TabQuery Review URL: http://codereview.chromium.org/9162002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/tabs.html')
-rw-r--r--chrome/common/extensions/docs/tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html
index 6fcf3a6d..c9d45d2 100644
--- a/chrome/common/extensions/docs/tabs.html
+++ b/chrome/common/extensions/docs/tabs.html
@@ -5083,7 +5083,7 @@ For other examples and for help in viewing the source code, see
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The ID of the parent window.</dd>
+ <dd>The ID of the parent window, or <a href="windows.html#property-WINDOW_ID_CURRENT">chrome.windows.WINDOW_ID_CURRENT</a> for the <a href="windows.html#current-window">current window</a>.</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.