Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Unified Diff: chrome/common/extensions/api/app_window.idl

Issue 11363250: Allow Chrome apps to create Ash Panels (apps v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase off issue 11280173 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 3ca6fb9b173465dd3d2d0ea29f68909b7ac85a41..afe7500d3fbc0d882c1f94233e7a1be6b9ec48e2 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -49,7 +49,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' - the default window type
+ // 'panel' - a panel, managed by the OS (Currently Ash only)
jeremya 2012/11/29 02:49:05 If this is ash-only, the app should be able to det
stevenjb 2012/11/29 03:11:26 I modified the comment to also say 'experimental'.
[nodoc] DOMString? type;
// Frame type: 'none' or 'chrome' (defaults to 'chrome').

Powered by Google App Engine
This is Rietveld 408576698