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

Unified Diff: chrome/browser/ui/ash/session_controller_client.cc

Issue 2836163002: mash: Shell ref clean up for screen lock (Closed)
Patch Set: rebase, 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: chrome/browser/ui/ash/session_controller_client.cc
diff --git a/chrome/browser/ui/ash/session_controller_client.cc b/chrome/browser/ui/ash/session_controller_client.cc
index 4bee31c1dda688b07f119e731263977a257ddbb3..25379e48be0f18e85fb6e4377845dd567971a030 100644
--- a/chrome/browser/ui/ash/session_controller_client.cc
+++ b/chrome/browser/ui/ash/session_controller_client.cc
@@ -147,6 +147,10 @@ void SessionControllerClient::StartLock(StartLockCallback callback) {
session_controller_->StartLock(callback);
}
+void SessionControllerClient::NotifyChromeLockAnimationsComplete() {
+ session_controller_->NotifyChromeLockAnimationsComplete();
+}
+
void SessionControllerClient::RunUnlockAnimation(
base::Closure animation_finished_callback) {
session_controller_->RunUnlockAnimation(animation_finished_callback);
« no previous file with comments | « chrome/browser/ui/ash/session_controller_client.h ('k') | chrome/browser/ui/ash/session_controller_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698