| Index: ash/wm/window_state.cc
|
| diff --git a/ash/wm/window_state.cc b/ash/wm/window_state.cc
|
| index 2afba08d68f104fde02c523099d592422e59e859..330b4a4e544af87839f5aaad05fa5624e70907d9 100644
|
| --- a/ash/wm/window_state.cc
|
| +++ b/ash/wm/window_state.cc
|
| @@ -37,6 +37,8 @@ WindowState::WindowState(aura::Window* window)
|
| can_consume_system_keys_(false),
|
| top_row_keys_are_function_keys_(false),
|
| always_restores_to_restore_bounds_(false),
|
| + maximize_when_fullscreen_(false),
|
| + animate_to_fullscreen_(true),
|
| window_show_type_(ToWindowShowType(GetShowState())) {
|
| window_->AddObserver(this);
|
| }
|
|
|