| Index: chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
|
| index 55c56c67d87c565227b655b783d427c3b04a454e..76ea2b6051ba1737f078c2fd0550269bd37c1c72 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
|
| @@ -27,8 +27,8 @@ void ArcLauncherContextMenu::Init() {
|
| ArcAppListPrefs::Get(controller()->profile());
|
| DCHECK(arc_list_prefs);
|
|
|
| - const arc::ArcAppShelfId& app_id = arc::ArcAppShelfId::FromString(
|
| - controller()->GetAppIDForShelfID(item().id));
|
| + const arc::ArcAppShelfId& app_id =
|
| + arc::ArcAppShelfId::FromString(item().id.app_id);
|
| std::unique_ptr<ArcAppListPrefs::AppInfo> app_info =
|
| arc_list_prefs->GetApp(app_id.app_id());
|
| if (!app_info && !app_id.has_shelf_group_id()) {
|
|
|