| Index: ash/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc
|
| index 08831e24dfb194a5692e01d817225290c311725f..7f1667c9cdf8b1598fe18b12ea3f766f11a8f943 100644
|
| --- a/ash/shelf/shelf_layout_manager.cc
|
| +++ b/ash/shelf/shelf_layout_manager.cc
|
| @@ -1031,7 +1031,7 @@
|
| return SHELF_AUTO_HIDE_SHOWN;
|
|
|
| const std::vector<aura::Window*> windows =
|
| - ash::MruWindowTracker::BuildWindowList();
|
| + ash::MruWindowTracker::BuildWindowList(false);
|
|
|
| // Process the window list and check if there are any visible windows.
|
| bool visible_window = false;
|
|
|