diff options
author | jennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 22:18:37 +0000 |
---|---|---|
committer | jennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 22:18:37 +0000 |
commit | 08aa0c3b4114d5dd9cef1650f862374c68086b7d (patch) | |
tree | 2293cfe350071464e871fee3f33b2d92c72a2d7b /chrome/common/extensions/docs/windows.html | |
parent | 536a17e499a44faabf0039de8a550843f7e4e03e (diff) | |
download | chromium_src-08aa0c3b4114d5dd9cef1650f862374c68086b7d.zip chromium_src-08aa0c3b4114d5dd9cef1650f862374c68086b7d.tar.gz chromium_src-08aa0c3b4114d5dd9cef1650f862374c68086b7d.tar.bz2 |
Add type 'panel' to chrome.windows.create.
BUG=None
TEST=New extension API test.
Review URL: http://codereview.chromium.org/6740030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/windows.html')
-rw-r--r-- | chrome/common/extensions/docs/windows.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index c4b54fc..ba96d58 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -1139,7 +1139,7 @@ For other examples and for help in viewing the source code, see array of <span><span></span></span> </span> <span>string</span> - <span>["normal", "popup"]</span> + <span>["normal", "popup", "panel"]</span> </span> </span> ) @@ -1150,7 +1150,7 @@ For other examples and for help in viewing the source code, see <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>Specifies what type of browser window to create.</dd> + <dd>Specifies what type of browser window to create. The 'panel' type requires the 'experimental' permission.</dd> <dd style="display: none; "> This parameter was added in version <b><span></span></b>. @@ -4190,7 +4190,7 @@ For other examples and for help in viewing the source code, see array of <span><span></span></span> </span> <span>string</span> - <span>["normal", "popup", "app"]</span> + <span>["normal", "popup", "panel", "app"]</span> </span> </span> ) @@ -4201,7 +4201,7 @@ For other examples and for help in viewing the source code, see <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>The type of browser window this is.</dd> + <dd>The type of browser window this is. The 'panel' type requires the 'experimental' permission.</dd> <dd style="display: none; "> This parameter was added in version <b><span></span></b>. |