Commit 895850e5 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Remove some unused constants from message center.

Bug: none
Change-Id: I1121e7b64cceb1c70e9a8115d9f9cc9d63716133
Reviewed-on: https://chromium-review.googlesource.com/568903Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486190}
parent dd606ed5
...@@ -30,12 +30,6 @@ namespace message_center { ...@@ -30,12 +30,6 @@ namespace message_center {
class Notification; class Notification;
class MessageCenterController; class MessageCenterController;
// Individual notifications constants.
const int kPaddingBetweenItems = 10;
const int kPaddingHorizontal = 18;
const int kWebNotificationButtonWidth = 32;
const int kWebNotificationIconSize = 40;
// An base class for a notification entry. Contains background and other // An base class for a notification entry. Contains background and other
// elements shared by derived notification views. // elements shared by derived notification views.
class MESSAGE_CENTER_EXPORT MessageView class MESSAGE_CENTER_EXPORT MessageView
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment