| Index: ash/mus/shelf_delegate_mus.h
|
| diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h
|
| index 8f45b8daa79b08ba7274445f2dae169f7cd0224f..e38ed4cb537c1968b048af87322011772aaac55c 100644
|
| --- a/ash/mus/shelf_delegate_mus.h
|
| +++ b/ash/mus/shelf_delegate_mus.h
|
| @@ -25,6 +25,7 @@ class ShelfDelegateMus : public ShelfDelegate {
|
| const std::string& launch_id) override;
|
| bool HasShelfIDToAppIDMapping(ShelfID id) const override;
|
| const std::string& GetAppIDForShelfID(ShelfID id) override;
|
| + const std::string& GetLaunchIDForShelfID(ShelfID id) override;
|
| void PinAppWithID(const std::string& app_id) override;
|
| bool IsAppPinned(const std::string& app_id) override;
|
| void UnpinAppWithID(const std::string& app_id) override;
|
|
|