Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: ash/wm/lock_state_controller.cc

Issue 2801333002: mash: Run pre-unlock animation via SessionController (Closed)
Patch Set: fix compile Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/wm/lock_state_controller.cc
diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
index 2a549d95f27656ae315db59d424263be5de7df63..d71f88a751d01c8d4b212050120725c288030cb0 100644
--- a/ash/wm/lock_state_controller.cc
+++ b/ash/wm/lock_state_controller.cc
@@ -175,8 +175,7 @@ void LockStateController::RequestShutdown() {
StartRealShutdownTimer(true);
}
-void LockStateController::OnLockScreenHide(
- base::Callback<void(void)>& callback) {
+void LockStateController::OnLockScreenHide(base::Closure callback) {
StartUnlockAnimationBeforeUIDestroyed(callback);
}

Powered by Google App Engine
This is Rietveld 408576698