| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index 19038b46d36afa9a8f97f898adffd6edf980a9e3..d2e22ed7812d54159346b5df13128035d3bf10a2 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -57,7 +57,6 @@ const int kTrayDetailedViewTransitionDelayMs = 100;
|
| const int kTrayPopupLabelRightPadding = 8;
|
|
|
| const int kTrayPopupDetailsIconWidth = 25;
|
| -const int kTrayPopupDetailsLabelExtraLeftMargin = 8;
|
| const SkColor kTrayPopupHoverBackgroundColor = SkColorSetRGB(0xe4, 0xe4, 0xe4);
|
| const int kTrayRoundedBorderRadius = 2;
|
|
|
|
|