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

Unified Diff: chrome/browser/ui/ash/launcher/extension_app_window_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, 9 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/extension_app_window_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc
index 7aac24658ca3f8ecb754ffcd266be4b732b7afdd..a4dee06dd48ca8a8df84d1f1730f3a8da515a3da 100644
--- a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc
@@ -168,7 +168,7 @@ void ExtensionAppWindowLauncherController::RegisterApp(AppWindow* app_window) {
std::string launch_id = GetLaunchId(app_window);
ExtensionAppWindowLauncherItemController* controller =
new ExtensionAppWindowLauncherItemController(
- ash::AppLaunchId(app_id, launch_id), owner());
+ ash::AppLaunchId(app_id, launch_id));
controller->AddAppWindow(app_window);
// If there is already a shelf id mapped to this AppLaunchId (e.g. pinned),
// use that shelf item.

Powered by Google App Engine
This is Rietveld 408576698