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

Unified Diff: ash/wm/session_state_controller_impl.cc

Issue 11276025: Add lock pod animation on unlock. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Make it compile Created 8 years, 2 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/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

Powered by Google App Engine
This is Rietveld 408576698