| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
|
| index 68a6babfcf18185279894721a206d8b8052668ea..d0da378cd910f73acf60858d407f78cb300d3300 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
|
| @@ -79,6 +79,7 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
|
| const std::string& activity) override;
|
| void OnTaskDestroyed(int task_id) override;
|
| void OnTaskSetActive(int32_t task_id) override;
|
| + void OnTaskMovedToFront(int32_t task_id) override;
|
| void OnTaskOrientationLockRequested(
|
| int32_t task_id,
|
| const arc::mojom::OrientationLock orientation_lock) override;
|
|
|