| 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 437fba55db5ce0f6b84e610d589c41ed9b566296..ac3247910d884cfa4848c7c7565d2eaaf3b123db 100644
|
| --- a/ash/common/system/tray/tray_constants.cc
|
| +++ b/ash/common/system/tray/tray_constants.cc
|
| @@ -77,8 +77,6 @@ const int kTrayNotificationContentsWidth =
|
| kTrayPopupMinWidth - (kNotificationIconWidth + kNotificationButtonWidth +
|
| (kTrayPopupPaddingHorizontal / 2) * 3);
|
|
|
| -const int kHeaderRowId = -1;
|
| -
|
| const int kTrayIconSize = 16;
|
| const SkColor kTrayIconColor = SK_ColorWHITE;
|
| const int kMenuIconSize = 20;
|
|
|