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

Unified Diff: ash/shell/example_session_controller_client.cc

Issue 2797743002: ash: Merge LoginStatus update code path (Closed)
Patch Set: for #2 comments 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 | « ash/shell/content/client/shell_browser_main_parts.cc ('k') | ash/wm/lock_state_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..946900748c71ccfd9d9791cbec1ce65839ff418b 100644
--- a/ash/shell/example_session_controller_client.cc
+++ b/ash/shell/example_session_controller_client.cc
@@ -36,6 +36,9 @@ ExampleSessionControllerClient* ExampleSessionControllerClient::Get() {
}
void ExampleSessionControllerClient::Initialize() {
+ // Initialize and bind with the session controller.
+ InitializeAndBind();
+
// ash_shell has 2 users.
CreatePredefinedUserSessions(2);
}
« no previous file with comments | « ash/shell/content/client/shell_browser_main_parts.cc ('k') | ash/wm/lock_state_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698