Chromium Code Reviews| Index: extensions/common/api/app_window.idl |
| diff --git a/extensions/common/api/app_window.idl b/extensions/common/api/app_window.idl |
| index 07ac8fca01ab31566b55eb4082692ecb90e1cd19..331f0487ba3e6c05025af52938583485a4eff022 100644 |
| --- a/extensions/common/api/app_window.idl |
| +++ b/extensions/common/api/app_window.idl |
| @@ -231,6 +231,10 @@ namespace app.window { |
| // specify an id for the window. |
| boolean? showInShelf; |
| + // URL of the window icon. A window can have its own icon when showInShelf |
| + // is set to true. |
|
stevenjb
2016/08/08 22:26:46
We should document what types of urls are valid he
Andra Paraschiv
2016/08/09 11:34:47
Done.
|
| + DOMString? icon; |
| + |
| // 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 |