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

Unified Diff: ash/mus/system_tray_delegate_mus.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/common/test/test_session_controller_client.cc ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/system_tray_delegate_mus.cc
diff --git a/ash/mus/system_tray_delegate_mus.cc b/ash/mus/system_tray_delegate_mus.cc
index 95fe6bbfc448734c5fba4184e353d3e52d6a29e4..8747724a2e7e54091b44e409846327aca95124ca 100644
--- a/ash/mus/system_tray_delegate_mus.cc
+++ b/ash/mus/system_tray_delegate_mus.cc
@@ -37,7 +37,7 @@ SystemTrayDelegateMus::~SystemTrayDelegateMus() {
}
LoginStatus SystemTrayDelegateMus::GetUserLoginStatus() const {
- return Shell::Get()->session_controller()->GetLoginStatus();
+ return Shell::Get()->session_controller()->login_status();
}
NetworkingConfigDelegate* SystemTrayDelegateMus::GetNetworkingConfigDelegate()
« no previous file with comments | « ash/common/test/test_session_controller_client.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698