Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(881)

Unified Diff: ui/message_center/message_center_style.h

Issue 18003003: Message center re-organized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments applied Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/message_center/message_center_style.h
diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h
index 7dbdf5b6fe86c91c7c53d4426e9a2f29186a4037..2490789adffe646c55039f4367e73dbe7f6b4687 100644
--- a/ui/message_center/message_center_style.h
+++ b/ui/message_center/message_center_style.h
@@ -25,11 +25,14 @@ MESSAGE_CENTER_EXPORT extern const int kSettingsIconSize;
MESSAGE_CENTER_EXPORT extern const size_t kMaxVisiblePopupNotifications;
MESSAGE_CENTER_EXPORT extern const size_t kMaxVisibleMessageCenterNotifications;
+// DIP dimension
+MESSAGE_CENTER_EXPORT extern const int kNotificationWidth; // H size of the
+ // whole card.
+
// Within a notification ///////////////////////////////////////////////////////
// DIP dimensions (H = horizontal, V = vertical).
extern const int kControlButtonSize; // Square size of close & expand buttons.
-extern const int kNotificationWidth; // H size of the whole card.
extern const int kIconToTextPadding; // H space between icon & title/message.
extern const int kTextTopPadding; // V space between text elements.
@@ -46,6 +49,7 @@ extern const SkColor kLegacyIconBackgroundColor; // Used behind icons smaller.
extern const SkColor kRegularTextColor; // Title, message, ...
extern const SkColor kDimTextColor;
extern const SkColor kFocusBorderColor; // The focus border.
+extern const SkColor kFrameBorderColor; // Frame border
// Limits.

Powered by Google App Engine
This is Rietveld 408576698