| Index: ash/mus/shelf_delegate_mus.h
|
| diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h
|
| index 333a84dc54547218e8c91f74323e9850670f196c..2c002658e5a604445131499da299ef01846fd9d8 100644
|
| --- a/ash/mus/shelf_delegate_mus.h
|
| +++ b/ash/mus/shelf_delegate_mus.h
|
| @@ -27,6 +27,8 @@ class ShelfDelegateMus : public ShelfDelegate,
|
| // ShelfDelegate:
|
| void OnShelfCreated(Shelf* shelf) override;
|
| void OnShelfDestroyed(Shelf* shelf) override;
|
| + void OnShelfAlignmentChanged(Shelf* shelf) override;
|
| + void OnShelfAutoHideBehaviorChanged(Shelf* shelf) override;
|
| ShelfID GetShelfIDForAppID(const std::string& app_id) override;
|
| bool HasShelfIDToAppIDMapping(ShelfID id) const override;
|
| const std::string& GetAppIDForShelfID(ShelfID id) override;
|
|
|