Index: ash/mus/shelf_delegate_mus.h |
diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h |
index bc87156005c25ce939a9cbe5e08e7ff69fa0dc01..60427cd7bb7921d7eb090b582265bc79e32a3f78 100644 |
--- a/ash/mus/shelf_delegate_mus.h |
+++ b/ash/mus/shelf_delegate_mus.h |
@@ -33,6 +33,8 @@ class ShelfDelegateMus : public ShelfDelegate, public mojom::ShelfController { |
void OnShelfAutoHideStateChanged(WmShelf* shelf) override; |
void OnShelfVisibilityStateChanged(WmShelf* shelf) override; |
ShelfID GetShelfIDForAppID(const std::string& app_id) override; |
+ ShelfID GetShelfIDForAppIDAndLaunchID(const std::string& app_id, |
+ const std::string& launch_id) override; |
bool HasShelfIDToAppIDMapping(ShelfID id) const override; |
const std::string& GetAppIDForShelfID(ShelfID id) override; |
void PinAppWithID(const std::string& app_id) override; |