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

Unified Diff: ash/shell/window_watcher_shelf_item_delegate.cc

Issue 2716403005: mash: Remove shelf app menu item objects. (Closed)
Patch Set: Fix ash_shell compile 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.cc
diff --git a/ash/shell/window_watcher_shelf_item_delegate.cc b/ash/shell/window_watcher_shelf_item_delegate.cc
index 99d69ec757dbd5b5b82862be2c1816379509ac6c..a30255aa1e22edf505a428a8d10636f70f8bfc44 100644
--- a/ash/shell/window_watcher_shelf_item_delegate.cc
+++ b/ash/shell/window_watcher_shelf_item_delegate.cc
@@ -40,6 +40,12 @@ ShelfAppMenuItemList WindowWatcherShelfItemDelegate::GetAppMenuItems(
return ShelfAppMenuItemList();
}
+void WindowWatcherShelfItemDelegate::ExecuteCommand(uint32_t command_id,
+ int32_t event_flags) {
+ // This delegate does not support showing an application menu.
+ NOTIMPLEMENTED();
+}
+
void WindowWatcherShelfItemDelegate::Close() {}
} // namespace shell

Powered by Google App Engine
This is Rietveld 408576698