| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index f19e3ccc8015148edc2360036bd8b3d9f3d04445..c291f92a7c7571c1219d25160e03e6f14eea4697 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -40,7 +40,8 @@ const SkColor kHeaderTextColorNormal = SkColorSetARGB(0x7f, 0, 0, 0);
|
| const SkColor kHeaderTextColorHover = SkColorSetARGB(0xd3, 0, 0, 0);
|
|
|
| const int kTrayPopupWidth = 300;
|
| -const int kNotificationCloseButtonWidth = 60;
|
| const int kNotificationIconWidth = 40;
|
| +const int kTrayNotificationContentsWidth =
|
| + kTrayPopupWidth - kNotificationIconWidth*2 - kTrayPopupPaddingHorizontal*2;
|
|
|
| } // namespace ash
|
|
|