| Index: ash/wm/workspace_controller.h
|
| diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
|
| index 310c36eda69b7b9703c0e35001e05897819a7534..3b27fee30412539f670f31c68e21673dd2eca6e0 100644
|
| --- a/ash/wm/workspace_controller.h
|
| +++ b/ash/wm/workspace_controller.h
|
| @@ -51,6 +51,9 @@ 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;
|
|
|
| private:
|
| friend class WorkspaceControllerTestHelper;
|
|
|