From e6aa80dc9ff8351e637e0054b6c42652b9f7456e Mon Sep 17 00:00:00 2001
From: "rafaelw@chromium.org"
 <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Tue, 25 May 2010 22:41:58 +0000
Subject: Prevent tabs.move from moving tabs to or from anything but normal
 (tabbed) windows

BUG=22651
TEST=NONE

Review URL: http://codereview.chromium.org/2173003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48211 0039d316-1c4b-4281-b951-d872f2087c98
---
 chrome/common/extensions/docs/tabs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'chrome/common/extensions/docs/tabs.html')

diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html
index d9e2db9..86a5b33 100644
--- a/chrome/common/extensions/docs/tabs.html
+++ b/chrome/common/extensions/docs/tabs.html
@@ -2693,7 +2693,7 @@ For other examples and for help in viewing the source code, see
 
               <div class="description">
                 <p class="todo" style="display: none; ">Undocumented.</p>
-                <p>Moves a tab to a new position within its window, or to a new window.</p>
+                <p>Moves a tab to a new position within its window, or to a new window. Note that tabs can only be moved to and from normal (window.type === "normal") windows.</p>
 
                 <!-- PARAMETERS -->
                 <h4>Parameters</h4>
-- 
cgit v1.1