| Index: ash/common/shelf/shelf_controller.cc
|
| diff --git a/ash/common/shelf/shelf_controller.cc b/ash/common/shelf/shelf_controller.cc
|
| index 043fec9e7513655c295521b1b328c4b116ffe463..ecc96e2acc0fe026b9d6a232905eef48fe3b42f0 100644
|
| --- a/ash/common/shelf/shelf_controller.cc
|
| +++ b/ash/common/shelf/shelf_controller.cc
|
| @@ -119,8 +119,6 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
|
| return false;
|
| }
|
|
|
| - bool ShouldShowTooltip() override { return true; }
|
| -
|
| void Close() override { NOTIMPLEMENTED(); }
|
|
|
| mojom::ShelfItemDelegateAssociatedPtr delegate_;
|
|
|