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

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: Addressed comments 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
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..fb980a351f491e5851d74e336472128c60d75d9f 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.
+MESSAGE_CENTER_EXPORT extern const SkColor
+ kImageBackgroundColor; // Background of the image.
dcheng 2016/04/27 01:04:09 I'd suggest moving this comment to before this lin
yoshiki 2016/04/28 18:43:21 Done.
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;

Powered by Google App Engine
This is Rietveld 408576698