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 6a3f65f3fa847bc21052d1f4d401666d1ea889b6..155a978d71b784e159a84f008d944996028608af 100644 |
--- a/chrome/browser/ui/extensions/shell_window.h |
+++ b/chrome/browser/ui/extensions/shell_window.h |
@@ -60,6 +60,7 @@ class ShellWindow : public content::NotificationObserver, |
WindowType window_type; |
Frame frame; |
+ bool transparent_background; // Only supported on ash. |
// Specify the initial content bounds of the window (excluding any window |
// decorations). INT_MIN designates 'unspecified' for the position |