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

Unified Diff: ash/system/user/user_view.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/user_view.h
diff --git a/ash/system/user/user_view.h b/ash/system/user/user_view.h
index f33b315b4207e1475074742787e6ae6291be4cde..988647a586bff28698cd1cf933516f706653ef57 100644
--- a/ash/system/user/user_view.h
+++ b/ash/system/user/user_view.h
@@ -40,9 +40,7 @@ class UserView : public views::View,
public views::MouseWatcherListener,
public views::FocusChangeListener {
public:
- UserView(SystemTrayItem* owner,
- ash::user::LoginStatus login,
- UserIndex index);
+ UserView(SystemTrayItem* owner, LoginStatus login, UserIndex index);
~UserView() override;
// Overridden from MouseWatcherListener:
@@ -66,8 +64,8 @@ class UserView : public views::View,
void OnWillChangeFocus(View* focused_before, View* focused_now) override;
void OnDidChangeFocus(View* focused_before, View* focused_now) override;
- void AddLogoutButton(user::LoginStatus login);
- void AddUserCard(user::LoginStatus login);
+ void AddLogoutButton(LoginStatus login);
+ void AddUserCard(LoginStatus login);
// Create the menu option to add another user. If |disabled| is set the user
// cannot actively click on the item.

Powered by Google App Engine
This is Rietveld 408576698