| Index: ash/wm/shelf_layout_manager.cc
|
| diff --git a/ash/wm/shelf_layout_manager.cc b/ash/wm/shelf_layout_manager.cc
|
| index b966af19532ab08f5283b78489103d80cc7ebedd..455986f2fbfd73594447918e110c724386a63f89 100644
|
| --- a/ash/wm/shelf_layout_manager.cc
|
| +++ b/ash/wm/shelf_layout_manager.cc
|
| @@ -542,6 +542,9 @@ ShelfLayoutManager::AutoHideState ShelfLayoutManager::CalculateAutoHideState(
|
| if (launcher_ && launcher_->IsShowingMenu())
|
| return AUTO_HIDE_SHOWN;
|
|
|
| + if (launcher_ && launcher_->IsShowingOverflowBubble())
|
| + return AUTO_HIDE_SHOWN;
|
| +
|
| if (launcher_widget()->IsActive() || status_->IsActive())
|
| return AUTO_HIDE_SHOWN;
|
|
|
|
|