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