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

Unified Diff: ui/message_center/message_bubble_base.cc

Issue 11293124: Remove top and bottom margins from TrayBubbleView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile fix. Created 8 years, 1 month 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_bubble_base.cc
diff --git a/ui/message_center/message_bubble_base.cc b/ui/message_center/message_bubble_base.cc
index 3688049d0f7ab3236517d84a3202c2fa4a263612..4bbcefd8729b3ba093fdb5a0c087fc0aac821c08 100644
--- a/ui/message_center/message_bubble_base.cc
+++ b/ui/message_center/message_bubble_base.cc
@@ -60,7 +60,6 @@ views::TrayBubbleView::InitParams MessageBubbleBase::GetDefaultInitParams(
views::TrayBubbleView::ANCHOR_TYPE_TRAY,
anchor_alignment,
kNotificationBubbleWidth);
- init_params.top_color = kBackgroundColor;
init_params.arrow_color = kHeaderBackgroundColorDark;
init_params.bubble_width = kWebNotificationWidth;
return init_params;

Powered by Google App Engine
This is Rietveld 408576698