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

Unified Diff: ui/message_center/message_center_constants.cc

Issue 11638035: Set a display limit of 8 on multiple-item notifications items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 12 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/message_center/message_center_constants.h ('k') | ui/message_center/notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_constants.cc
diff --git a/ui/message_center/message_center_constants.cc b/ui/message_center/message_center_constants.cc
index 97d62181c8bbb38b5a404a1ad49cc043ca42eba3..f49518043f7a216745a28f4583c795c04f986daa 100644
--- a/ui/message_center/message_center_constants.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -7,5 +7,6 @@
namespace message_center {
const int kNotificationIconWidth = 80;
+const size_t kNotificationMaxItems = 8;
} // namespace message_center
« no previous file with comments | « ui/message_center/message_center_constants.h ('k') | ui/message_center/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698