| Index: ash/common/system/tray/tray_constants.cc
|
| diff --git a/ash/common/system/tray/tray_constants.cc b/ash/common/system/tray/tray_constants.cc
|
| index ac3247910d884cfa4848c7c7565d2eaaf3b123db..d3726bf0cad20b9999934366a0496ea005179989 100644
|
| --- a/ash/common/system/tray/tray_constants.cc
|
| +++ b/ash/common/system/tray/tray_constants.cc
|
| @@ -78,6 +78,7 @@ const int kTrayNotificationContentsWidth =
|
| (kTrayPopupPaddingHorizontal / 2) * 3);
|
|
|
| const int kTrayIconSize = 16;
|
| +const int kTrayEdgePadding = 8;
|
| const SkColor kTrayIconColor = SK_ColorWHITE;
|
| const int kMenuIconSize = 20;
|
| const SkColor kMenuIconColor = gfx::kChromeIconGrey;
|
|
|