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

Unified Diff: ash/system/user/tray_user.h

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks 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
Index: ash/system/user/tray_user.h
diff --git a/ash/system/user/tray_user.h b/ash/system/user/tray_user.h
index 3f93025d50e23cd06bc86cc767e7d00d04c41135..710728fc060a3060804435722268a6a1c9a36d33 100644
--- a/ash/system/user/tray_user.h
+++ b/ash/system/user/tray_user.h
@@ -57,25 +57,25 @@ class ASH_EXPORT TrayUser : public SystemTrayItem,
gfx::Rect GetUserPanelBoundsInScreenForTest() const;
// Update the TrayUser as if the current LoginStatus is |status|.
- void UpdateAfterLoginStatusChangeForTest(user::LoginStatus status);
+ void UpdateAfterLoginStatusChangeForTest(LoginStatus status);
// Use for access inside of tests.
tray::UserView* user_view_for_test() const { return user_; }
private:
// Overridden from SystemTrayItem.
- views::View* CreateTrayView(user::LoginStatus status) override;
- views::View* CreateDefaultView(user::LoginStatus status) override;
+ views::View* CreateTrayView(LoginStatus status) override;
+ views::View* CreateDefaultView(LoginStatus status) override;
void DestroyTrayView() override;
void DestroyDefaultView() override;
- void UpdateAfterLoginStatusChange(user::LoginStatus status) override;
+ void UpdateAfterLoginStatusChange(LoginStatus status) override;
void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) override;
// Overridden from UserObserver.
void OnUserUpdate() override;
void OnUserAddedToSession() override;
- void UpdateAvatarImage(user::LoginStatus status);
+ void UpdateAvatarImage(LoginStatus status);
// Updates the layout of this item.
void UpdateLayoutOfItem();

Powered by Google App Engine
This is Rietveld 408576698