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

Unified Diff: ui/message_center/message_center_constants.cc

Issue 11639041: Added support for image notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bug detected by try bots. 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/message_view_factory.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 f49518043f7a216745a28f4583c795c04f986daa..61075ca981eaf19bd14dfb89db6bcebeb49db13b 100644
--- a/ui/message_center/message_center_constants.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -7,6 +7,9 @@
namespace message_center {
const int kNotificationIconWidth = 80;
-const size_t kNotificationMaxItems = 8;
+const int kNotificationPreferredImageSize = 300;
+
+const int kNotificationMaximumImageHeight = 300;
+const size_t kNotificationMaximumItems = 8;
} // namespace message_center
« no previous file with comments | « ui/message_center/message_center_constants.h ('k') | ui/message_center/message_view_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698