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

Unified Diff: ui/message_center/message_center_style.h

Issue 2941043004: Show number of hidden items in new-style list notification. (Closed)
Patch Set: Resolve review comments. Created 3 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
« no previous file with comments | « no previous file | ui/message_center/views/notification_view_md.h » ('j') | 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 289903d35d2b5744d3224bdb9a6ff4983c33166e..3eee4aee016e35c053c987f43f1cc33cc5e57a5b 100644
--- a/ui/message_center/message_center_style.h
+++ b/ui/message_center/message_center_style.h
@@ -108,7 +108,9 @@ MESSAGE_CENTER_EXPORT gfx::Size GetImageSizeForContainerSize(
const gfx::Size& container_size,
const gfx::Size& image_size);
-const size_t kNotificationMaximumItems = 5; // For list notifications.
+// For list notifications.
+// Not used when --enabled-new-style-notification is set.
+const size_t kNotificationMaximumItems = 5;
// Timing.
const int kAutocloseDefaultDelaySeconds = 8;
« no previous file with comments | « no previous file | ui/message_center/views/notification_view_md.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698