| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| index 8df5123dff8b528cedcb9e70d128420b462ecaf9..c3677cf61e353309922081518792e601b8223443 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| @@ -288,6 +288,7 @@ void ArcAppWindowLauncherController::AttachControllerToWindowIfNeeded(
|
| if (GetAppWindowForTask(task_id))
|
| return;
|
|
|
| + window->SetProperty<int>(ash::kShelfItemTypeKey, ash::TYPE_APP);
|
| window->SetProperty(aura::client::kAppType,
|
| static_cast<int>(ash::AppType::ARC_APP));
|
|
|
|
|