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

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

Issue 2860503002: mash: Replace int ShelfIDs with AppLaunchID strings. (Closed)
Patch Set: Fix struct traits typo. Created 3 years, 7 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_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.cc
index 993a935a11804ad2c2fb023f11462d8486cd211f..acda1fb5690d3d48047cb8abc0cabd95baa5c561 100644
--- a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.cc
@@ -24,9 +24,8 @@
#include "ui/wm/core/window_animations.h"
ExtensionAppWindowLauncherItemController::
- ExtensionAppWindowLauncherItemController(
- const ash::AppLaunchId& app_launch_id)
- : AppWindowLauncherItemController(app_launch_id) {}
+ ExtensionAppWindowLauncherItemController(const ash::ShelfID& shelf_id)
+ : AppWindowLauncherItemController(shelf_id) {}
ExtensionAppWindowLauncherItemController::
~ExtensionAppWindowLauncherItemController() {}

Powered by Google App Engine
This is Rietveld 408576698