| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index 8acb3718c5de45e73289f5858441b2ac892f6e76..77ce01f8ee4164ffb8f934e161d4f228ffeaf461 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -32,8 +32,6 @@ const int kTrayImageItemHorizontalPaddingVerticalAlignment = 1;
|
| // Size of tray items on the primary axis.
|
| const int kTrayItemSize = 32;
|
|
|
| -const int kTrayImageItemPadding = 3;
|
| -
|
| const int kTrayLabelItemHorizontalPaddingBottomAlignment = 7;
|
|
|
| // Vertical padding between status tray items when the shelf is vertical.
|
| @@ -80,7 +78,6 @@ const int kTrayNotificationContentsWidth =
|
| (kTrayPopupPaddingHorizontal / 2) * 3);
|
|
|
| const int kTrayIconSize = 16;
|
| -const int kTrayEdgePadding = 6;
|
| const SkColor kTrayIconColor = SK_ColorWHITE;
|
| const int kMenuIconSize = 20;
|
| const SkColor kMenuIconColor = gfx::kChromeIconGrey;
|
|
|