Chromium Code Reviews| 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; |