| Index: ash/wm/session_state_controller_impl2.h
|
| diff --git a/ash/wm/session_state_controller_impl2.h b/ash/wm/session_state_controller_impl2.h
|
| index aa4093353508f088ac097e36e86a6a0096583928..bb04bb102abc6f75a14ac8e0456b664518f7959c 100644
|
| --- a/ash/wm/session_state_controller_impl2.h
|
| +++ b/ash/wm/session_state_controller_impl2.h
|
| @@ -140,6 +140,8 @@ class ASH_EXPORT SessionStateControllerImpl2 : 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;
|
|
|
|
|