| 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 3aa30fd27f34095e0d92c15130b5b9d2ce2ad644..231bb62388f8feb40293800993c783d88eb1307d 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -68,6 +68,9 @@ class ShellWindow : public content::NotificationObserver,
|
|
|
| // The process ID of the process that requested the create.
|
| int32 creator_process_id;
|
| +
|
| + // If true, don't show the window after creation.
|
| + bool hidden;
|
| };
|
|
|
| static ShellWindow* Create(Profile* profile,
|
|
|