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

Unified Diff: chrome/common/extensions/docs/tabs.html

Issue 9699065: "index" property should be optional with "chrome.tabs.move" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Small changes per comments Created 8 years, 7 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/tabs.html
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html
index 134d5423b3fcb2ca7c302646f5d0fbbebb2ad1b6..4ebd3898effa3e1ba0ec5d57ad1b6893bbde5368 100644
--- a/chrome/common/extensions/docs/tabs.html
+++ b/chrome/common/extensions/docs/tabs.html
@@ -1881,7 +1881,7 @@ For other examples and for help in viewing the source code, see
</div>
</em>
</dt>
- <dd>The position to move the window to. The provided value will be clamped to between zero and the number of tabs in the window.</dd>
+ <dd>The position to move the window to. -1 will place the tab at the end of the window.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | chrome/test/data/extensions/api_test/tabs/basics/move.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698