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

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

Issue 2718563008: mash: Use mojo for ShelfItemDelegate and [app] MenuItem. (Closed)
Patch Set: Address comments. 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/launcher_item_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
index 99f4b11adb35f883d06c5ee5e28244b3a1d9a412..8c45931360d16b9688b7155f7f7f1c2fba713252 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.cc
@@ -20,6 +20,11 @@ LauncherItemController::LauncherItemController(
LauncherItemController::~LauncherItemController() {}
+std::vector<ash::mojom::MenuItemPtr> LauncherItemController::GetAppMenuItems(
+ int event_flags) {
+ return std::vector<ash::mojom::MenuItemPtr>();
+}
+
AppWindowLauncherItemController*
LauncherItemController::AsAppWindowLauncherItemController() {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698