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

Unified Diff: chrome/browser/ui/views/ash/balloon_view_ash.cc

Issue 11651002: Updated multiple item notification view to match latest mockups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/message_view_multiple.h » ('j') | ui/message_center/message_view_multiple.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/balloon_view_ash.cc
diff --git a/chrome/browser/ui/views/ash/balloon_view_ash.cc b/chrome/browser/ui/views/ash/balloon_view_ash.cc
index b443e66ce2d8d6365386c2781767a9e4d9e61614..656157f42842d406c9c4b8872384e7d386109c67 100644
--- a/chrome/browser/ui/views/ash/balloon_view_ash.cc
+++ b/chrome/browser/ui/views/ash/balloon_view_ash.cc
@@ -30,7 +30,7 @@ namespace {
typedef base::Callback<void(const std::string&, const gfx::ImageSkia&)> Setter;
-const int kPrimaryIconImageSize = 64;
+const int kPrimaryIconImageSize = 80;
Jun Mukai 2012/12/19 00:33:53 It seems that this value is shared with values in
dharcourt 2012/12/19 01:47:44 Done.
const int kSecondaryIconImageSize = 15;
Jun Mukai 2012/12/19 00:33:53 We don't use the secondary icon anymore right? the
dharcourt 2012/12/19 01:47:44 Done.
// Static.
« no previous file with comments | « no previous file | ui/message_center/message_view_multiple.h » ('j') | ui/message_center/message_view_multiple.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698