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

Unified Diff: ash/root_window_controller.h

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/metrics/user_metrics_recorder_unittest.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 926ca6a98e8282d0611f371eff9a0b95b66e7fb2..7d777472dea2506482fbbafaf109dc4a99be7c3b 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -194,7 +194,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Called when the login status changes after login (such as lock/unlock).
// TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
- void UpdateAfterLoginStatusChange(user::LoginStatus status);
+ void UpdateAfterLoginStatusChange(LoginStatus status);
// Called when the brightness/grayscale animation from white to the login
// desktop background image has started. Starts |boot_splash_screen_|'s
@@ -270,7 +270,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
void OnMenuClosed();
// Overridden from ShellObserver.
- void OnLoginStateChanged(user::LoginStatus status) override;
+ void OnLoginStateChanged(LoginStatus status) override;
void OnTouchHudProjectionToggled(bool enabled) override;
std::unique_ptr<AshWindowTreeHost> ash_host_;
« no previous file with comments | « ash/metrics/user_metrics_recorder_unittest.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698