| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index 4a9ddadd4c9afd0ee009df35dcde77ce3d65eff4..10756c6f92beb53b01148826d8f57c59a997a801 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -37,5 +37,6 @@ const SkColor kHeaderTextColorNormal = SkColorSetARGB(0x7f, 0, 0, 0);
|
| const SkColor kHeaderTextColorHover = SkColorSetARGB(0xd3, 0, 0, 0);
|
|
|
| const int kTrayPopupWidth = 300;
|
| +const int kNotificationCloseButtonWidth = 60;
|
|
|
| } // namespace ash
|
|
|