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

Unified Diff: ui/message_center/message_center_style.h

Issue 1883473002: arc: Support more types of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 8 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
« no previous file with comments | « ui/arc/notification/arc_notification_item.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8187269dcb11702ea2336a729164099d7a71384..6a04938c2ee3807ea67d0e1b94ad104b709ba8f4 100644
--- a/ui/message_center/message_center_style.h
+++ b/ui/message_center/message_center_style.h
@@ -78,7 +78,8 @@ const int kMessageLineHeight = 18; // In DIPs.
// Colors.
extern const SkColor kNotificationBackgroundColor; // Background of the card.
-extern const SkColor kImageBackgroundColor; // Background of the image.
+// Background of the image.
+MESSAGE_CENTER_EXPORT extern const SkColor kImageBackgroundColor;
extern const SkColor kIconBackgroundColor; // Used behind icons smaller
// than the icon view.
extern const SkColor kRegularTextColor; // Title, message, ...
@@ -98,7 +99,8 @@ MESSAGE_CENTER_EXPORT gfx::Size GetImageSizeForContainerSize(
const gfx::Size& image_size);
extern const int kNotificationMaximumImageHeight; // For image notifications.
-extern const size_t kNotificationMaximumItems; // For list notifications.
+MESSAGE_CENTER_EXPORT extern const size_t
+ kNotificationMaximumItems; // For list notifications.
// Timing.
extern const int kAutocloseDefaultDelaySeconds;
« no previous file with comments | « ui/arc/notification/arc_notification_item.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698