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 31e8727d575fded71a7e31de9046daf815f58621..78fae0a07fc06548dd34cb11cbce7726c60e1876 100644 |
--- a/chrome/common/extensions/api/app_window.idl |
+++ b/chrome/common/extensions/api/app_window.idl |
@@ -45,7 +45,9 @@ namespace app.window { |
// Maximum height of the window. |
long? maxHeight; |
- // Window type: 'shell' (the default) is the only currently supported value. |
+ // Window type: |
+ // 'shell' - a shell window with just a close button (default) |
jeremya
2012/11/15 01:09:25
Shell windows now have minimize/maximize buttons t
stevenjb
2012/11/16 23:42:40
Done.
|
+ // 'panel' - a panel, managed by the OS (Currently Ash only) |
[nodoc] DOMString? type; |
// Frame type: 'none' or 'chrome' (defaults to 'chrome'). |