| Index: ash/common/wm/window_state.cc
|
| diff --git a/ash/common/wm/window_state.cc b/ash/common/wm/window_state.cc
|
| index 811438697aaa94469a0949678ae69f4e66fcec84..6d86c7ef9706be415bbcc1fd161e69d15a02be36 100644
|
| --- a/ash/common/wm/window_state.cc
|
| +++ b/ash/common/wm/window_state.cc
|
| @@ -302,7 +302,6 @@ WindowState::WindowState(WmWindow* window)
|
| : window_(window),
|
| window_position_managed_(false),
|
| bounds_changed_by_user_(false),
|
| - panel_attached_(true),
|
| ignored_by_shelf_(false),
|
| can_consume_system_keys_(false),
|
| unminimize_to_restore_bounds_(false),
|
|
|