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

Unified Diff: chrome/browser/ui/extensions/shell_window.h

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
Index: chrome/browser/ui/extensions/shell_window.h
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
index 88bcfe11613fd6094d7ffa3e9b282241f467c45f..8ead077da7d21027914722fe4a33cf9ef441fdcd 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -55,6 +55,7 @@ class ShellWindow : public content::NotificationObserver,
~CreateParams();
Frame frame;
+ bool transparent_background; // Only supported on ash.
// Specify the initial bounds of the window. If empty, the window will be a
// default size.
gfx::Rect bounds;

Powered by Google App Engine
This is Rietveld 408576698