Chromium Code Reviews| Index: ash/wm/workspace_controller.h |
| diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h |
| index 310c36eda69b7b9703c0e35001e05897819a7534..3ebff6e1e34cc2ab82e151cea3d794af0ede3f2b 100644 |
| --- a/ash/wm/workspace_controller.h |
| +++ b/ash/wm/workspace_controller.h |
| @@ -51,6 +51,8 @@ class ASH_EXPORT WorkspaceController |
| // aura::client::ActivationChangeObserver overrides: |
| virtual void OnWindowActivated(aura::Window* gained_active, |
| aura::Window* lost_active) OVERRIDE; |
| + virtual void OnAttemptToReactivateWindow( |
| + aura::Window* request_active, aura::Window* actual_active) OVERRIDE; |
|
sky
2013/04/23 21:36:42
When you wrap, each param on its own line.
sschmitz
2013/04/24 01:23:43
Done.
|
| private: |
| friend class WorkspaceControllerTestHelper; |