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

Unified Diff: ash/shell/example_session_controller_client.cc

Issue 2797743002: ash: Merge LoginStatus update code path (Closed)
Patch Set: fix post unlock animation not run, and tests 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: ash/shell/example_session_controller_client.cc
diff --git a/ash/shell/example_session_controller_client.cc b/ash/shell/example_session_controller_client.cc
index 9da0c2ae97aea2a468f4bee6c6fdb4b14f02914b..0ed3b98dba2c6f582d8159ce6ed7c3bdc9c9e54b 100644
--- a/ash/shell/example_session_controller_client.cc
+++ b/ash/shell/example_session_controller_client.cc
@@ -36,6 +36,7 @@ ExampleSessionControllerClient* ExampleSessionControllerClient::Get() {
}
void ExampleSessionControllerClient::Initialize() {
+ InitializeAndBind();
msw 2017/04/05 00:15:47 nit: add a comment?
xiyuan 2017/04/05 22:29:07 Done.
// ash_shell has 2 users.
CreatePredefinedUserSessions(2);
}

Powered by Google App Engine
This is Rietveld 408576698