Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc

Issue 2791803002: mash: Move LauncherItemController to ash, rename ShelfItemDelegate. (Closed)
Patch Set: Move shelf_item_delegate to ash/public/cpp, cleanup. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698