summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/windows.html
diff options
context:
space:
mode:
authorjennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-11 22:18:37 +0000
committerjennb@chromium.org <jennb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-11 22:18:37 +0000
commit08aa0c3b4114d5dd9cef1650f862374c68086b7d (patch)
tree2293cfe350071464e871fee3f33b2d92c72a2d7b /chrome/common/extensions/docs/windows.html
parent536a17e499a44faabf0039de8a550843f7e4e03e (diff)
downloadchromium_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.html8
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>.