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

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: Fix author email Created 8 years, 3 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..42632624d09f47e785ab334f215d3bebacf48ea6 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;
jeremya 2012/10/04 22:12:56 Can you add a comment here about only being suppor
Bernie 2012/10/10 21:05:01 Done.
// 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