| 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..e74d10c524f8b9a28b113cae3cf7fbbd8f0b48b4 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -66,6 +66,9 @@ class ShellWindow : public content::NotificationObserver,
|
| gfx::Size maximum_size;
|
|
|
| std::string window_key;
|
| +
|
| + // If true, don't show the window after creation.
|
| + bool hidden;
|
| };
|
|
|
| static ShellWindow* Create(Profile* profile,
|
|
|