| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index 7bfa0f3a5d4381ba92ab0f04a115bdddc47e58b8..8557e2e38f2a5888371a9fe38d0c03701522922f 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -50,6 +50,7 @@ const int kTrayPopupUserCardVerticalPadding = 10;
|
|
|
| const int kTrayPopupDetailsIconWidth = 25;
|
| const int kTrayPopupDetailsLabelExtraLeftMargin = 8;
|
| +const SkColor kTrayPopupHoverBackgroundColor = SkColorSetRGB(0xe4, 0xe4, 0xe4);
|
| const int kTrayPopupScrollSeparatorHeight = 15;
|
| const int kTrayRoundedBorderRadius = 2;
|
| const int kTrayBarButtonWidth = 39;
|
|
|