Index: ash/system/tray/tray_constants.cc |
diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc |
index b9e6863d57f8eb994e78b461d2da5226cecbac91..8ae41855752655cbb9bb0d0b8eead70dcfda9631 100644 |
--- a/ash/system/tray/tray_constants.cc |
+++ b/ash/system/tray/tray_constants.cc |
@@ -35,6 +35,7 @@ const int kTrayBarButtonWidth = 39; |
const SkColor kBackgroundColor = SkColorSetRGB(0xfe, 0xfe, 0xfe); |
const SkColor kHoverBackgroundColor = SkColorSetRGB(0xf5, 0xf5, 0xf5); |
const SkColor kPublicAccountBackgroundColor = SkColorSetRGB(0xf8, 0xe5, 0xb6); |
+const SkColor kPublicAccountUserCardTextColor = SkColorSetRGB(0x66, 0x66, 0x66); |
const SkColor kHeaderBackgroundColorLight = SkColorSetRGB(0xf1, 0xf1, 0xf1); |
const SkColor kHeaderBackgroundColorDark = SkColorSetRGB(0xe7, 0xe7, 0xe7); |