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

Unified Diff: ui/message_center/message_center_constants.cc

Issue 12326091: Made notification center notifications collapsed and expandable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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_constants.cc
diff --git a/ui/message_center/message_center_constants.cc b/ui/message_center/message_center_constants.cc
index 099b7ed9e8be2bd588ea7308cdc8ce0dc93b5148..48d1010feb5091e0b517db34f00de62c647ab5c7 100644
--- a/ui/message_center/message_center_constants.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -12,6 +12,6 @@ const int kNotificationButtonIconSize = 16;
const int kSettingsIconSize = 16;
const int kNotificationMaximumImageHeight = 300;
-const size_t kNotificationMaximumItems = 8;
+const int kNotificationMaximumItems = 8;
Jun Mukai 2013/02/26 02:23:30 I prefer keeping size_t for this type of data (see
dharcourt 2013/02/26 03:23:30 Done.
} // namespace message_center

Powered by Google App Engine
This is Rietveld 408576698