| 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 30a1793c1fcf9bde35fa4c2960298f2409ba96f3..e6acc26f52d4e6a8855a1c374722a3bce35e1cf2 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
|
| @@ -101,6 +101,9 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
|
|
|
| void AttachControllerToWindowIfNeeded(aura::Window* window);
|
| void AttachControllerToWindowsIfNeeded();
|
| + ArcAppWindowLauncherItemController* AttachControllerToTask(
|
| + const std::string& shelf_app_id,
|
| + int taskId);
|
|
|
| void SetOrientationLockForAppWindow(AppWindow* app_window);
|
|
|
|
|