| Index: ash/wm/session_state_controller_impl.h
|
| diff --git a/ash/wm/session_state_controller_impl.h b/ash/wm/session_state_controller_impl.h
|
| index 8d53d7ba5bbf46833d62a280233390160ead9dd8..a20da4a24cb14a33551b5899dcc1c528a5937fc6 100644
|
| --- a/ash/wm/session_state_controller_impl.h
|
| +++ b/ash/wm/session_state_controller_impl.h
|
| @@ -140,6 +140,8 @@ class ASH_EXPORT SessionStateControllerImpl : public SessionStateController {
|
| // Displays the shutdown animation and requests shutdown when it's done.
|
| virtual void RequestShutdown() OVERRIDE;
|
|
|
| + virtual void OnLockScreenHide(base::Callback<void(void)>& callback) OVERRIDE;
|
| +
|
| protected:
|
| friend class test::PowerButtonControllerTest;
|
|
|
|
|