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

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

Issue 10918215: Refresh Guest session UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 years, 3 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 93887ecf7a9f909ea5a41bcfe1dd2dd39e096bc3..52d69d040f11a2182aca9d0da2000c63043d11f8 100644
--- a/ash/system/user/tray_user.h
+++ b/ash/system/user/tray_user.h
@@ -10,6 +10,7 @@
namespace views {
class ImageView;
+class Label;
}
namespace ash {
@@ -43,6 +44,7 @@ class TrayUser : public SystemTrayItem,
tray::UserView* user_;
tray::RoundedImageView* avatar_;
+ views::Label* label_;
DISALLOW_COPY_AND_ASSIGN(TrayUser);
};
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/user/tray_user.cc » ('j') | ash/system/user/tray_user.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698