| Index: ash/wm/power_button_controller.h
|
| diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
|
| index 85c6c3acb10f8f90598e8a085c8e38ddf654a621..64e679641e35e285aba723ca5c87bd8e2b0ca006 100644
|
| --- a/ash/wm/power_button_controller.h
|
| +++ b/ash/wm/power_button_controller.h
|
| @@ -157,6 +157,7 @@ class ASH_EXPORT PowerButtonController : public aura::RootWindowObserver,
|
| // aura::RootWindowObserver overrides:
|
| virtual void OnRootWindowResized(const aura::RootWindow* root,
|
| const gfx::Size& old_size) OVERRIDE;
|
| + virtual void OnRootWindowHostClosed(const aura::RootWindow* root) OVERRIDE;
|
|
|
| // ShellObserver overrides:
|
| virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
|
|
|