| Index: ash/common/shelf/shelf_controller.cc
|
| diff --git a/ash/common/shelf/shelf_controller.cc b/ash/common/shelf/shelf_controller.cc
|
| index ecc96e2acc0fe026b9d6a232905eef48fe3b42f0..a027b98c3d388753d1128b31b125012c7ae8f3aa 100644
|
| --- a/ash/common/shelf/shelf_controller.cc
|
| +++ b/ash/common/shelf/shelf_controller.cc
|
| @@ -114,11 +114,6 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
|
| return new ShelfMenuModelMus(this);
|
| }
|
|
|
| - bool IsDraggable() override {
|
| - NOTIMPLEMENTED();
|
| - return false;
|
| - }
|
| -
|
| void Close() override { NOTIMPLEMENTED(); }
|
|
|
| mojom::ShelfItemDelegateAssociatedPtr delegate_;
|
|
|