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

Unified Diff: ui/message_center/message_bubble_base.cc

Issue 11377133: Customize user details in ash system bubble for public account mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-uploading to try and unstuck the CQ. 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 | « chrome/browser/ui/chrome_pages.cc ('k') | ui/message_center/message_center_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_bubble_base.cc
diff --git a/ui/message_center/message_bubble_base.cc b/ui/message_center/message_bubble_base.cc
index 4bbcefd8729b3ba093fdb5a0c087fc0aac821c08..06121e39c1f10b4f9c04f4700bf19b034c8c27be 100644
--- a/ui/message_center/message_bubble_base.cc
+++ b/ui/message_center/message_bubble_base.cc
@@ -13,7 +13,6 @@ namespace {
// Delay laying out the MessageBubbleBase until all notifications have been
// added and icons have had a chance to load.
const int kUpdateDelayMs = 50;
-const int kNotificationBubbleWidth = 300;
}
namespace message_center {
@@ -59,9 +58,9 @@ views::TrayBubbleView::InitParams MessageBubbleBase::GetDefaultInitParams(
views::TrayBubbleView::InitParams init_params(
views::TrayBubbleView::ANCHOR_TYPE_TRAY,
anchor_alignment,
- kNotificationBubbleWidth);
+ kWebNotificationWidth,
+ kWebNotificationWidth);
init_params.arrow_color = kHeaderBackgroundColorDark;
- init_params.bubble_width = kWebNotificationWidth;
return init_params;
}
« no previous file with comments | « chrome/browser/ui/chrome_pages.cc ('k') | ui/message_center/message_center_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698