| Index: ash/common/wm/window_state.cc
|
| diff --git a/ash/common/wm/window_state.cc b/ash/common/wm/window_state.cc
|
| index fbfa9332336b03589426b8272f4b4455d18c1760..e84c5afa59a9f34a83fec8ce6c1606eb86aacd9b 100644
|
| --- a/ash/common/wm/window_state.cc
|
| +++ b/ash/common/wm/window_state.cc
|
| @@ -304,6 +304,7 @@ WindowState::WindowState(WmWindow* window)
|
| unminimize_to_restore_bounds_(false),
|
| in_immersive_fullscreen_(false),
|
| hide_shelf_when_fullscreen_(true),
|
| + autohide_shelf_when_maximized_or_fullscreen_(false),
|
| minimum_visibility_(false),
|
| can_be_dragged_(true),
|
| cached_always_on_top_(false),
|
|
|