| 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;
|
|
|