| Index: ui/app_list/views/start_page_view.cc
|
| diff --git a/ui/app_list/views/start_page_view.cc b/ui/app_list/views/start_page_view.cc
|
| index 2dcc30e077fe9a3c89d5f4dae8e574bb424d42a3..33ed6342d12d7406452bb1f50319428ee18b63f3 100644
|
| --- a/ui/app_list/views/start_page_view.cc
|
| +++ b/ui/app_list/views/start_page_view.cc
|
| @@ -227,7 +227,7 @@ void StartPageView::InitInstantContainer() {
|
| void StartPageView::MaybeOpenCustomLauncherPage() {
|
| // Switch to the custom page.
|
| ContentsView* contents_view = app_list_main_view_->contents_view();
|
| - if (!contents_view->ShouldShowCustomPageClickzone())
|
| + if (!app_list_main_view_->ShouldShowCustomLauncherPage())
|
| return;
|
|
|
| int custom_page_index = contents_view->GetPageIndexForState(
|
|
|