Chromium Code Reviews| Index: ash/common/test/test_shelf_item_delegate.cc |
| diff --git a/ash/common/test/test_shelf_item_delegate.cc b/ash/common/test/test_shelf_item_delegate.cc |
| index 96916d677e071fa598307e4d01be04f208a63b09..c618e93179e163c1d614807600aeef3c0bdd24e6 100644 |
| --- a/ash/common/test/test_shelf_item_delegate.cc |
| +++ b/ash/common/test/test_shelf_item_delegate.cc |
| @@ -69,6 +69,10 @@ bool TestShelfItemDelegate::ShouldShowTooltip() { |
| return true; |
| } |
| +bool TestShelfItemDelegate::IsOpen() const { |
| + return window_ != nullptr; |
| +} |
| + |
| void TestShelfItemDelegate::Close() {} |
| } // namespace test |