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

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

Issue 2671923002: mash: Cleanup ash shelf application menu code. (Closed)
Patch Set: Fix tests; cleanup. Created 3 years, 10 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_window_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
index eac094b137fa252049c759d574eb0da082881d1b..064b8b700e607c0c9ed6f41ed344d1a81209c975 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
@@ -24,7 +24,7 @@ class ArcAppWindowLauncherItemController
// LauncherItemController overrides:
ash::ShelfItemDelegate::PerformedAction ItemSelected(
const ui::Event& event) override;
- ChromeLauncherAppMenuItems GetApplicationList(int event_flags) override;
+ ash::ShelfApplicationMenuItems GetAppMenuItems(int event_flags) override;
void AddTaskId(int task_id);
void RemoveTaskId(int task_id);

Powered by Google App Engine
This is Rietveld 408576698