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

Unified Diff: ash/shell.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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.h ('k') | ash/shell/content/client/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 67f30356939f9d340f0aa203f4b967c7f978407b..dccdd24e3fd87f447a87dee819584a55b23449af 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -380,7 +380,7 @@ void Shell::SetDisplayWorkAreaInsets(Window* contains,
OnDisplayWorkAreaInsetsChanged());
}
-void Shell::OnLoginStateChanged(user::LoginStatus status) {
+void Shell::OnLoginStateChanged(LoginStatus status) {
FOR_EACH_OBSERVER(ShellObserver, observers_, OnLoginStateChanged(status));
}
@@ -389,7 +389,7 @@ void Shell::OnLoginUserProfilePrepared() {
CreateKeyboard();
}
-void Shell::UpdateAfterLoginStatusChange(user::LoginStatus status) {
+void Shell::UpdateAfterLoginStatusChange(LoginStatus status) {
RootWindowControllerList controllers = GetAllRootWindowControllers();
for (RootWindowControllerList::iterator iter = controllers.begin();
iter != controllers.end(); ++iter)
« no previous file with comments | « ash/shell.h ('k') | ash/shell/content/client/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698