| Index: ash/mus/shelf_delegate_mus.h
|
| diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h
|
| index 5baba1b38147dc32f5b83054ad86d998a1f9a17a..40a282338380e4f3b5c4a625536aa9515a925b6c 100644
|
| --- a/ash/mus/shelf_delegate_mus.h
|
| +++ b/ash/mus/shelf_delegate_mus.h
|
| @@ -20,6 +20,8 @@ class ShelfModel;
|
|
|
| namespace sysui {
|
|
|
| +// Manages communication between the ash_sysui shelf, the window manager, and
|
| +// the browser.
|
| class ShelfDelegateMus : public ShelfDelegate,
|
| public mash::shelf::mojom::ShelfController,
|
| public mash::wm::mojom::UserWindowObserver {
|
| @@ -33,6 +35,8 @@ class ShelfDelegateMus : 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;
|
|
|