| Index: extensions/common/api/app_window.idl
|
| diff --git a/extensions/common/api/app_window.idl b/extensions/common/api/app_window.idl
|
| index f75978ec2688f6bf9c394d7e99f461214023fdd8..07ac8fca01ab31566b55eb4082692ecb90e1cd19 100644
|
| --- a/extensions/common/api/app_window.idl
|
| +++ b/extensions/common/api/app_window.idl
|
| @@ -225,6 +225,12 @@ namespace app.window {
|
| // Requires the <code>app.window.ime</code> API permission.
|
| [nodoc] boolean? ime;
|
|
|
| + // If true, the window will have its own shelf icon. Otherwise the window
|
| + // will be grouped in the shelf with other windows that are associated with
|
| + // the app. Defaults to false. If showInShelf is set to true you need to
|
| + // specify an id for the window.
|
| + boolean? showInShelf;
|
| +
|
| // Frame type: <code>none</code> or <code>chrome</code> (defaults to
|
| // <code>chrome</code>). For <code>none</code>, the
|
| // <code>-webkit-app-region</code> CSS property can be used to apply
|
|
|