| Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| index b348d1a27437e8b83f53aedc641fd8e6741518ca..3e5114867fe81b5f8205225c611e63255559dc75 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| @@ -45,7 +45,7 @@ bool AppListControllerDelegateAsh::IsAppPinned(const std::string& app_id) {
|
|
|
| bool AppListControllerDelegateAsh::IsAppOpen(const std::string& app_id) const {
|
| ash::ShelfID id =
|
| - ash::WmShell::Get()->shelf_delegate()->GetShelfIDForAppID(app_id);
|
| + ash::WmShell::Get()->shelf_delegate()->GetShelfIDForAppID(app_id, app_id);
|
| return id && ChromeLauncherController::instance()->IsOpen(id);
|
| }
|
|
|
|
|