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

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

Issue 10986092: Transparent apps support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 8 years, 2 months 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
« no previous file with comments | « chrome/browser/ui/views/extensions/shell_window_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« no previous file with comments | « chrome/browser/ui/views/extensions/shell_window_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698