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

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

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.h
diff --git a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h
index 29a365ad600ab67d53c9227f666d2009681e648c..fbd64616804a7be3047c2ee4709da079b4666d8c 100644
--- a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.h
@@ -19,7 +19,7 @@ class ExtensionAppWindowLauncherItemController
: public AppWindowLauncherItemController {
public:
explicit ExtensionAppWindowLauncherItemController(
- const ash::AppLaunchId& app_launch_id);
+ const ash::ShelfID& shelf_id);
~ExtensionAppWindowLauncherItemController() override;

Powered by Google App Engine
This is Rietveld 408576698