| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 5baf2c810441942413a5b87bcf62c2ae8a29d979..a76d59f6c74b1ef6730d87f0730c961df5c6a9e8 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -149,6 +149,10 @@ class Browser : public TabHandlerDelegate,
|
|
|
| // The bounds of the window to open.
|
| gfx::Rect initial_bounds;
|
| +
|
| + ui::WindowShowState initial_show_state;
|
| +
|
| + bool is_session_restore;
|
| };
|
|
|
| // Constructors, Creation, Showing //////////////////////////////////////////
|
|
|