| Index: ash/system/tray/tray_constants.h
|
| diff --git a/ash/system/tray/tray_constants.h b/ash/system/tray/tray_constants.h
|
| index 10368769a16029f7cc83bb7a94d41758b7e55a23..fa633cffd97a29fdd7d73e22c3b16470cf766e92 100644
|
| --- a/ash/system/tray/tray_constants.h
|
| +++ b/ash/system/tray/tray_constants.h
|
| @@ -44,9 +44,10 @@ extern const int kTrayPopupPaddingBetweenItems;
|
| extern const int kTrayPopupTextSpacingVertical;
|
| extern const int kTrayPopupUserCardVerticalPadding;
|
|
|
| -const int kTrayPopupItemHeight = 48;
|
| +const int kTrayPopupItemHeight = 46;
|
| extern const int kTrayPopupDetailsIconWidth;
|
| extern const int kTrayPopupDetailsLabelExtraLeftMargin;
|
| +extern const SkColor kTrayPopupHoverBackgroundColor;
|
| extern const int kTrayPopupScrollSeparatorHeight;
|
| extern const int kTrayRoundedBorderRadius;
|
| extern const int kTrayBarButtonWidth;
|
|
|