| Index: ash/shell/shelf_delegate_impl.h
|
| diff --git a/ash/shell/shelf_delegate_impl.h b/ash/shell/shelf_delegate_impl.h
|
| index 6691b1e3d859b153b566147c56c3cde668f95e8b..ebfd1b70e011f451f8eda79353c807b032d5c0d0 100644
|
| --- a/ash/shell/shelf_delegate_impl.h
|
| +++ b/ash/shell/shelf_delegate_impl.h
|
| @@ -12,6 +12,8 @@
|
| namespace ash {
|
| namespace shell {
|
|
|
| +// TODO(jamescook): Replace with TestShelfDelegate so we don't have to maintain
|
| +// two stub implementations.
|
| class ShelfDelegateImpl : public ShelfDelegate {
|
| public:
|
| ShelfDelegateImpl();
|
| @@ -22,6 +24,8 @@ class ShelfDelegateImpl : public ShelfDelegate {
|
| void OnShelfDestroyed(Shelf* shelf) override;
|
| void OnShelfAlignmentChanged(Shelf* shelf) override;
|
| void OnShelfAutoHideBehaviorChanged(Shelf* shelf) override;
|
| + void OnShelfAutoHideStateChanged(Shelf* shelf) override;
|
| + void OnShelfVisibilityStateChanged(Shelf* shelf) override;
|
| ShelfID GetShelfIDForAppID(const std::string& app_id) override;
|
| bool HasShelfIDToAppIDMapping(ShelfID id) const override;
|
| const std::string& GetAppIDForShelfID(ShelfID id) override;
|
|
|