| Index: ui/message_center/views/constants.h
|
| diff --git a/ui/message_center/views/constants.h b/ui/message_center/views/constants.h
|
| index 5bd55a4c620b767c53d0f48af0e868faf795f149..a8cc80d78414560bfffbf8129a7265d6a0a98d90 100644
|
| --- a/ui/message_center/views/constants.h
|
| +++ b/ui/message_center/views/constants.h
|
| @@ -21,9 +21,7 @@ const SkColor kContextTextBackgroundColor = SK_ColorWHITE;
|
|
|
| const int kIconSize = message_center::kNotificationIconSize;
|
| const int kLegacyIconSize = 40;
|
| -const int kTextLeftPadding = kIconSize + message_center::kIconToTextPadding;
|
| const int kTextBottomPadding = 12;
|
| -const int kTextRightPadding = 23;
|
| const int kItemTitleToMessagePadding = 3;
|
| const int kButtonVecticalPadding = 0;
|
| const int kButtonTitleTopPadding = 0;
|
|
|