diff options
author | twiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 20:27:10 +0000 |
---|---|---|
committer | twiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 20:27:10 +0000 |
commit | c7bf140b32a1a6504e48716b90c6a13fd5c421d3 (patch) | |
tree | 876ada1f8ca6320060aab4db3790522989829d31 /chrome/common | |
parent | 1be7eadb032256687abda35ae4b2ba4770757c70 (diff) | |
download | chromium_src-c7bf140b32a1a6504e48716b90c6a13fd5c421d3.zip chromium_src-c7bf140b32a1a6504e48716b90c6a13fd5c421d3.tar.gz chromium_src-c7bf140b32a1a6504e48716b90c6a13fd5c421d3.tar.bz2 |
Clone of issue 577015.
See http://codereview.chromium.org/577015 for the review status of this CL.
BUG=None
TEST=ExtensionApiTest.Popup
Review URL: http://codereview.chromium.org/600101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rwxr-xr-x | chrome/common/extensions/api/extension_api.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 69805df..562ada0 100755 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -1912,6 +1912,12 @@ "type": "boolean", "description": "Pass true to give the focus to the popup window. The default behaviour is true.", "optional": true + }, + "borderStyle": { + "type": "string", + "description": "Pass 'bubble' to give the pop-up window a bubble-chrome border, including an arrow pointing at the relative-to point. Pass 'rectangle' to give the pop-up a rectangular black border with drop-shadow. Default behaviour is to pass 'bubble'.", + "optional": true, + "enum": ["bubble", "rectangle"] } } }, |