| Index: ash/wm/shelf_layout_manager.cc
|
| diff --git a/ash/wm/shelf_layout_manager.cc b/ash/wm/shelf_layout_manager.cc
|
| index 12a417102441a868b18f8346d409e7fb3f31a0d6..c88d2f1b427db2b4ed58844277f1157c6423779c 100644
|
| --- a/ash/wm/shelf_layout_manager.cc
|
| +++ b/ash/wm/shelf_layout_manager.cc
|
| @@ -820,7 +820,7 @@ ShelfLayoutManager::AutoHideState ShelfLayoutManager::CalculateAutoHideState(
|
| return AUTO_HIDE_SHOWN;
|
|
|
| if (shell->status_area_widget() &&
|
| - shell->status_area_widget()->should_show_launcher())
|
| + shell->status_area_widget()->ShouldShowLauncher())
|
| return AUTO_HIDE_SHOWN;
|
|
|
| if (launcher_ && launcher_->IsShowingMenu())
|
|
|