| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index c7927d2bee28cc07f72b3b7d1393c92cf2da9f21..36121a72789f38212b3d8da408abfa499a636189 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -23,6 +23,7 @@ const int kTrayPopupTextSpacingVertical = 4;
|
| const int kTrayPopupItemHeight = 48;
|
| const int kTrayPopupDetailsIconWidth = 27;
|
| const int kTrayRoundedBorderRadius = 2;
|
| +const int kTrayBarButtonWidth = 39;
|
|
|
| const SkColor kBackgroundColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
|
| const SkColor kHoverBackgroundColor = SkColorSetRGB(0xf5, 0xf5, 0xf5);
|
|
|