Chromium Code Reviews| 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..3e0434c02890d4e0639ebed5c790847ea5e43fd2 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 MaybeAttachContollerToWindow(aura::Window* window); |
|
Mr4D (OOO till 08-26)
2016/09/07 20:17:34
Why rename "May" -> "Maybe"? That sounds really od
khmel
2016/09/07 21:01:47
Based on my previous reviews :) There is a style t
|
| + void MaybeAttachContollerToWindows(); |
| void SetOrientationLockForAppWindow(AppWindow* app_window); |