| 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 a233b99c48341f94541e5576842d663fdc38039d..481e3ee4d975291a3159e55d82536e91323d72fc 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
|
| @@ -99,7 +99,8 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
|
|
|
| AppWindow* GetAppWindowForTask(int task_id);
|
|
|
| - void MayAttachContollerToWindow(aura::Window* window);
|
| + void AttachControllerToWindowIfNeeded(aura::Window* window);
|
| + void AttachControllerToWindowsIfNeeded();
|
|
|
| void SetOrientationLockForAppWindow(AppWindow* app_window);
|
|
|
|
|