| Index: chrome/browser/ui/app_list/app_list_controller_delegate_views.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_views.cc b/chrome/browser/ui/app_list/app_list_controller_delegate_views.cc
|
| index 03ec889a64ecf2bd7b36f122b458a1d4de6b70e2..2ee2f03df06ef3d1d394da2ac11642d6ec618efc 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate_views.cc
|
| @@ -30,14 +30,10 @@ void AppListControllerDelegateViews::ViewClosing() {
|
| }
|
|
|
| void AppListControllerDelegateViews::OnShowChildDialog() {
|
| - DCHECK(service_->shower().app_list());
|
| - service_->shower().app_list()->SetAppListOverlayVisible(true);
|
| service_->set_can_dismiss(false);
|
| }
|
|
|
| void AppListControllerDelegateViews::OnCloseChildDialog() {
|
| - DCHECK(service_->shower().app_list());
|
| - service_->shower().app_list()->SetAppListOverlayVisible(false);
|
| service_->set_can_dismiss(true);
|
| }
|
|
|
|
|