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

Unified Diff: ash/wm/lock_state_controller.cc

Issue 2801333002: mash: Run pre-unlock animation via SessionController (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/wm/lock_state_controller.h ('k') | ash/wm/system_modal_container_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/lock_state_controller.cc
diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
index 6ac3e3c4f849949a3bec6dd8fe9dbb1200e56e3e..13b97093f9fb3ac864f84677326ee1ace209946a 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);
}
« no previous file with comments | « ash/wm/lock_state_controller.h ('k') | ash/wm/system_modal_container_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698