| 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 401aae19d2d4f904b960661f1106920f3255eac3..1c62aca9be534cbe90dd5edc048b74845d4fd5ad 100644
|
| --- a/ui/app_list/views/start_page_view.cc
|
| +++ b/ui/app_list/views/start_page_view.cc
|
| @@ -279,9 +279,7 @@ void StartPageView::MaybeOpenCustomLauncherPage() {
|
| AppListModel::STATE_CUSTOM_LAUNCHER_PAGE,
|
| AppListModel::STATE_LAST);
|
|
|
| - int custom_page_index = contents_view->GetPageIndexForState(
|
| - AppListModel::STATE_CUSTOM_LAUNCHER_PAGE);
|
| - contents_view->SetActivePage(custom_page_index);
|
| + contents_view->SetActiveState(AppListModel::STATE_CUSTOM_LAUNCHER_PAGE);
|
| }
|
|
|
| void StartPageView::Reset() {
|
|
|