Chromium Code Reviews| Index: chrome/common/extensions/api/app_window.idl |
| diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl |
| index 7eed76f60d2e5a365569ad789723f5c20d5dff8b..4a8c055c6675ea40459ac309b5e97316f5c7b408 100644 |
| --- a/chrome/common/extensions/api/app_window.idl |
| +++ b/chrome/common/extensions/api/app_window.idl |
| @@ -49,7 +49,12 @@ namespace app.window { |
| DOMString? type; |
| // Frame type: 'none' or 'chrome' (defaults to 'chrome'). |
| + // Requires experimental API permission. |
|
reveman
2012/10/11 17:25:58
It's only 'experimental-html' frame type that is e
Bernie
2012/11/08 01:55:13
Done.
|
| DOMString? frame; |
| + |
| + // Enable window background transparency. |
| + // Only supported in ash. Requires experimental API permission. |
| + boolean? transparentBackground; |
| }; |
| callback CreateWindowCallback = |