summaryrefslogtreecommitdiffstats
path: root/ash/mus/shelf_delegate_mus.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/mus/shelf_delegate_mus.cc')
-rw-r--r--ash/mus/shelf_delegate_mus.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/mus/shelf_delegate_mus.cc b/ash/mus/shelf_delegate_mus.cc
index c405fb7..ce3698a 100644
--- a/ash/mus/shelf_delegate_mus.cc
+++ b/ash/mus/shelf_delegate_mus.cc
@@ -51,11 +51,6 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
base::string16 GetTitle() override { return title_; }
- ui::MenuModel* CreateContextMenu(aura::Window* root_window) override {
- NOTIMPLEMENTED();
- return nullptr;
- }
-
bool CanPin() const override {
NOTIMPLEMENTED();
return false;