| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| index 6d0fd0a1a4ced61a6e59fb6f0e4013f0164900ca..2b325d40c2090695516f0c89aaa8d7886b910613 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| @@ -49,8 +49,7 @@ void AppListServiceAsh::ShowAndSwitchToState(
|
|
|
| app_list::ContentsView* contents_view =
|
| app_list_view->app_list_main_view()->contents_view();
|
| - contents_view->SetActivePage(contents_view->GetPageIndexForState(state),
|
| - app_list_was_open /* animate */);
|
| + contents_view->SetActiveState(state, app_list_was_open /* animate */);
|
| }
|
|
|
| void AppListServiceAsh::Init(Profile* initial_profile) {
|
|
|