Index: chrome/browser/ui/ash/session_controller_client.h |
diff --git a/chrome/browser/ui/ash/session_controller_client.h b/chrome/browser/ui/ash/session_controller_client.h |
index bad771a1b650b9366464487bfbd1f83e7d4bd08c..7794bf411c3f59c71bad372ec975dd6748f3cccb 100644 |
--- a/chrome/browser/ui/ash/session_controller_client.h |
+++ b/chrome/browser/ui/ash/session_controller_client.h |
@@ -44,6 +44,9 @@ class SessionControllerClient |
using StartLockCallback = base::Callback<void(bool locked)>; |
void StartLock(StartLockCallback callback); |
+ // Notifies SessionController that chrome lock animations are finished. |
+ void NotifyChromeLockAnimationsComplete(); |
+ |
// Calls ash SessionController to run unlock animation. |
// |animation_finished_callback| will be invoked when the animation finishes. |
void RunUnlockAnimation(base::Closure animation_finished_callback); |