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

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 reviewer's comment 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/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 33286a7a14ab18d9f24e395c33070579f0a97f23..cba0bc204ac5bc65659678c55417d9e8057814cd 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -54,6 +54,8 @@ class ShellWindow : public content::NotificationObserver,
~CreateParams();
Frame frame;
+ bool transparent_background; // Only supported on ash.
+
// Specify the initial bounds of the window. INT_MIN designates
// 'unspecified' for any coordinate, and should be replaced with a default
// value.

Powered by Google App Engine
This is Rietveld 408576698