| Index: ash/app_list/app_list_presenter_delegate.cc
|
| diff --git a/ash/app_list/app_list_presenter_delegate.cc b/ash/app_list/app_list_presenter_delegate.cc
|
| index a9d89e15986376b27089b1d9ae16c2897a0343a8..7c0463464d07da2427d7b688d2db487ffe696f5d 100644
|
| --- a/ash/app_list/app_list_presenter_delegate.cc
|
| +++ b/ash/app_list/app_list_presenter_delegate.cc
|
| @@ -113,6 +113,7 @@ void AppListPresenterDelegate::Init(app_list::AppListView* view,
|
| ->GetContainer(kShellWindowId_AppListContainer);
|
| WmShelf* shelf = WmShelf::ForWindow(WmWindowAura::Get(container));
|
| AppListButton* applist_button = shelf->shelf_widget()->GetAppListButton();
|
| + DCHECK(applist_button);
|
| bool is_fullscreen = IsFullscreenAppListEnabled() &&
|
| WmShell::Get()
|
| ->maximize_mode_controller()
|
|
|