| Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| index 1b642faddfab0d796c048518f7a48902a6ef7187..1293629e165b602a356b204531fa36624a648110 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| @@ -56,17 +56,9 @@ AppListControllerDelegate::Pinnable
|
| }
|
|
|
| void AppListControllerDelegateAsh::OnShowChildDialog() {
|
| - app_list::AppListView* app_list_view =
|
| - ash::Shell::GetInstance()->GetAppListView();
|
| - if (app_list_view)
|
| - app_list_view->SetAppListOverlayVisible(true);
|
| }
|
|
|
| void AppListControllerDelegateAsh::OnCloseChildDialog() {
|
| - app_list::AppListView* app_list_view =
|
| - ash::Shell::GetInstance()->GetAppListView();
|
| - if (app_list_view)
|
| - app_list_view->SetAppListOverlayVisible(false);
|
| }
|
|
|
| bool AppListControllerDelegateAsh::CanDoCreateShortcutsFlow() {
|
|
|