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

Unified Diff: ash/shell/window_watcher_shelf_item_delegate.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: ash/shell/window_watcher_shelf_item_delegate.h
diff --git a/ash/shell/window_watcher_shelf_item_delegate.h b/ash/shell/window_watcher_shelf_item_delegate.h
index b373dd5773788efaea9019981b01dcd2e0caa135..3ec2302bafa41be547b7ae6c0cc05708f8d72e49 100644
--- a/ash/shell/window_watcher_shelf_item_delegate.h
+++ b/ash/shell/window_watcher_shelf_item_delegate.h
@@ -24,7 +24,7 @@ class WindowWatcherShelfItemDelegate : public ShelfItemDelegate {
// ShelfItemDelegate:
ShelfItemDelegate::PerformedAction ItemSelected(
const ui::Event& event) override;
- ui::SimpleMenuModel* CreateApplicationMenu(int event_flags) override;
+ ShelfApplicationMenuItems GetAppMenuItems(int event_flags) override;
void Close() override;
private:

Powered by Google App Engine
This is Rietveld 408576698