| Index: chrome/browser/ui/app_list/app_list_service_views.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_views.cc b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| index 13770b2b3d0361f9f2f478f30c1598787fb231de..7f1cd4aca03e00e357a1430c91991e6793fd55f4 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_views.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_views.cc
|
| @@ -105,8 +105,8 @@ void AppListServiceViews::ShowForProfileInternal(
|
| if (state != app_list::AppListModel::INVALID_STATE) {
|
| app_list::ContentsView* contents_view =
|
| shower_.app_list()->app_list_main_view()->contents_view();
|
| - contents_view->SetActivePage(contents_view->GetPageIndexForState(state),
|
| - shower_.IsAppListVisible() /* animate */);
|
| + contents_view->SetActiveState(state,
|
| + shower_.IsAppListVisible() /* animate */);
|
| }
|
|
|
| shower_.ShowForCurrentProfile();
|
|
|