Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
index cf4550f196d434426f38718b74195538a200ef45..2561fd4a64ad2fa0e1ba38055caa9d699654e72d 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
@@ -157,6 +157,9 @@ class ChromeLauncherControllerImpl |
void OnShelfAutoHideStateChanged(ash::WmShelf* shelf) override; |
void OnShelfVisibilityStateChanged(ash::WmShelf* shelf) override; |
ash::ShelfID GetShelfIDForAppID(const std::string& app_id) override; |
+ ash::ShelfID GetShelfIDForAppIDAndLaunchID( |
+ const std::string& app_id, |
+ const std::string& launch_id) override; |
bool HasShelfIDToAppIDMapping(ash::ShelfID id) const override; |
const std::string& GetAppIDForShelfID(ash::ShelfID id) override; |
void PinAppWithID(const std::string& app_id) override; |