| Index: chrome/browser/sessions/session_types.cc
|
| diff --git a/chrome/browser/sessions/session_types.cc b/chrome/browser/sessions/session_types.cc
|
| index 7a61e4eff2a579962aea7f6d0553c306b0244829..c1f1c2894ca974412dd7f37770b51f87b48e11a9 100644
|
| --- a/chrome/browser/sessions/session_types.cc
|
| +++ b/chrome/browser/sessions/session_types.cc
|
| @@ -114,7 +114,7 @@ SessionWindow::SessionWindow()
|
| : selected_tab_index(-1),
|
| type(Browser::TYPE_TABBED),
|
| is_constrained(true),
|
| - is_maximized(false) {
|
| + show_state(ui::SHOW_STATE_DEFAULT) {
|
| }
|
|
|
| SessionWindow::~SessionWindow() {
|
|
|