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

Unified Diff: ui/message_center/message_popup_bubble.cc

Issue 11293124: Remove top and bottom margins from TrayBubbleView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made TrayBubbleView aura-only, removed #ifdefs. 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_popup_bubble.cc
diff --git a/ui/message_center/message_popup_bubble.cc b/ui/message_center/message_popup_bubble.cc
index 4d2f02cc0a6fe28f5cc009e078d701b998fb78eb..e591f8f5521af01a43567f6da786d6f536889fc0 100644
--- a/ui/message_center/message_popup_bubble.cc
+++ b/ui/message_center/message_popup_bubble.cc
@@ -75,7 +75,6 @@ views::TrayBubbleView::InitParams MessagePopupBubble::GetInitParams(
views::TrayBubbleView::AnchorAlignment anchor_alignment) {
views::TrayBubbleView::InitParams init_params =
GetDefaultInitParams(anchor_alignment);
- init_params.top_color = kBackgroundColor;
init_params.arrow_color = kBackgroundColor;
init_params.close_on_deactivate = false;
return init_params;

Powered by Google App Engine
This is Rietveld 408576698