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

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

Issue 2830933002: cros: Use SessionController for lock starting code (Closed)
Patch Set: fix nit 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 | « chrome/browser/ui/ash/session_controller_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3325fa213e367006142554700293d633b30583cf..693ad99d7eb2ba529957e2d79a080588b3f3b4f7 100644
--- a/chrome/browser/ui/ash/session_controller_client.cc
+++ b/chrome/browser/ui/ash/session_controller_client.cc
@@ -118,6 +118,10 @@ SessionControllerClient* SessionControllerClient::Get() {
return g_instance;
}
+void SessionControllerClient::StartLock(StartLockCallback callback) {
+ session_controller_->StartLock(callback);
+}
+
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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698