| Index: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| index cca497dd350c0ff9d0e7b7e2a1dbb33044ac6d41..54181a30f61a81658e10fb2c55c9b7b7a4f6f9cb 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| @@ -203,8 +203,8 @@ void ArcAppDeferredLauncherController::RegisterDeferredLaunch(
|
| return;
|
|
|
| ArcAppDeferredLauncherItemController* controller =
|
| - new ArcAppDeferredLauncherItemController(
|
| - shelf_app_id, owner_, event_flags, weak_ptr_factory_.GetWeakPtr());
|
| + new ArcAppDeferredLauncherItemController(shelf_app_id, event_flags,
|
| + weak_ptr_factory_.GetWeakPtr());
|
| if (shelf_id == 0) {
|
| owner_->CreateAppLauncherItem(controller, ash::STATUS_RUNNING);
|
| } else {
|
|
|