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

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: Rebase Created 7 years, 11 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/native_app_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 1d3953d1a4417f623aed6c470e4172d2ecd5ebca..5bc317f7c497114c4abe52e045ded8fdd502be43 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -49,7 +49,7 @@ namespace app.window {
// Maximum height of the window.
long? maxHeight;
- // Window type:
+ // Window type:
// 'shell' - the default window type
// 'panel' - a panel, managed by the OS (Currently experimental, Ash only)
[nodoc] DOMString? type;
@@ -63,6 +63,10 @@ namespace app.window {
// precedence.
Bounds? bounds;
+ // Enable window background transparency.
+ // Only supported in ash. Requires experimental API permission.
+ boolean? transparentBackground;
+
// If true, the window will be created in a hidden state. Call show() on
// the window to show it once it has been created. Defaults to false.
boolean? hidden;
« no previous file with comments | « chrome/browser/ui/views/extensions/native_app_window_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698