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

Unified Diff: ash/system/tray/tray_constants.h

Issue 11377133: Customize user details in ash system bubble for public account mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Massively overhauled and redone implementation. Created 8 years, 1 month 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/tray/tray_constants.h
diff --git a/ash/system/tray/tray_constants.h b/ash/system/tray/tray_constants.h
index a251f183882bef94cfd0ed758e1c90b176272291..28c0cc196c0c53bcaf6cb18a45ee5a0c9e80552b 100644
--- a/ash/system/tray/tray_constants.h
+++ b/ash/system/tray/tray_constants.h
@@ -27,6 +27,7 @@ extern const int kTrayPopupAutoCloseDelayForTextInSeconds;
extern const int kTrayPopupPaddingHorizontal;
extern const int kTrayPopupPaddingBetweenItems;
extern const int kTrayPopupTextSpacingVertical;
+extern const int kTrayPopupPublicAccountLogoutButtonExtraPaddingVertical;
extern const int kTrayPopupItemHeight;
extern const int kTrayPopupDetailsIconWidth;
@@ -36,6 +37,8 @@ extern const int kTrayBarButtonWidth;
extern const SkColor kBackgroundColor;
extern const SkColor kHoverBackgroundColor;
extern const SkColor kPublicAccountBackgroundColor;
+extern const SkColor kPublicAccountUserCardTextColor;
+extern const SkColor kPublicAccountUserCardNameColor;
extern const SkColor kHeaderBackgroundColorLight;
extern const SkColor kHeaderBackgroundColorDark;
@@ -43,6 +46,7 @@ extern const SkColor kHeaderBackgroundColorDark;
extern const SkColor kBorderDarkColor;
extern const SkColor kBorderLightColor;
extern const SkColor kButtonStrokeColor;
+extern const SkColor kPublicAccountLogoutButtonStrokeColor;
extern const SkColor kHeaderTextColorNormal;
extern const SkColor kHeaderTextColorHover;

Powered by Google App Engine
This is Rietveld 408576698