| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index f05840b8bef3a0b8c3acabfbea44bc1eae027156..e0093b73745a3d3b67d5e83176a426dbabdd5135 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -95,6 +95,9 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
| void OnAttemptToReactivateWindow(aura::Window* request_active,
|
| aura::Window* actual_active) override;
|
|
|
| + // SessionStateObserver:
|
| + void SessionStateChanged(session_manager::SessionState state) override;
|
| +
|
| // WindowTreeHostManager::Observer:
|
| void OnDisplayConfigurationChanging() override;
|
| void OnDisplayConfigurationChanged() override;
|
|
|