Index: ui/message_center/message_center_constants.h |
diff --git a/ui/message_center/message_center_constants.h b/ui/message_center/message_center_constants.h |
index 9f41811bb7b47611c82ca69cdee4259bdced9d3c..dbbbdf996e832ca239d9e574ac3780f1b773f4f0 100644 |
--- a/ui/message_center/message_center_constants.h |
+++ b/ui/message_center/message_center_constants.h |
@@ -19,6 +19,10 @@ MESSAGE_CENTER_EXPORT extern const int kNotificationIconSize; |
MESSAGE_CENTER_EXPORT extern const int kNotificationPreferredImageSize; |
MESSAGE_CENTER_EXPORT extern const int kSettingsIconSize; |
+// Limits. |
+MESSAGE_CENTER_EXPORT extern const size_t kMaxVisiblePopupNotifications; |
+MESSAGE_CENTER_EXPORT extern const size_t kMaxVisibleMessageCenterNotifications; |
+ |
// Within a notification /////////////////////////////////////////////////////// |
// Pixel dimensions (H = horizontal, V = vertical). |