| Index: ash/wm/session_state_controller_impl.cc
|
| diff --git a/ash/wm/session_state_controller_impl.cc b/ash/wm/session_state_controller_impl.cc
|
| index acaaa7fbce8642417c799cb39cf82b00270b4266..551429f86c1ecd6bcfa86be716abe0929fc9f188 100644
|
| --- a/ash/wm/session_state_controller_impl.cc
|
| +++ b/ash/wm/session_state_controller_impl.cc
|
| @@ -326,4 +326,9 @@ void SessionStateControllerImpl::OnRealShutdownTimeout() {
|
| delegate_->RequestShutdown();
|
| }
|
|
|
| +void SessionStateControllerImpl::OnLockScreenHide(
|
| + base::Callback<void(void)>& callback) {
|
| + callback.Run();
|
| +}
|
| +
|
| } // namespace ash
|
|
|