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

Unified Diff: ui/message_center/views/message_center_bubble.cc

Issue 318173002: Fix the notification center label. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Notification Center Title: Set in ctor. Created 6 years, 6 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
Index: ui/message_center/views/message_center_bubble.cc
diff --git a/ui/message_center/views/message_center_bubble.cc b/ui/message_center/views/message_center_bubble.cc
index cc9345ff99b1135e843e113a86dce1ebc857d291..659b8d85ca622a9027bbf10ddb25331b82f622f9 100644
--- a/ui/message_center/views/message_center_bubble.cc
+++ b/ui/message_center/views/message_center_bubble.cc
@@ -96,8 +96,9 @@ void MessageCenterBubble::InitializeContents(
tray(),
max_height(),
initially_settings_visible_,
- false /* MessageCenterBubble should be used only on ChromeOS.
- Message center is never shown top down in ChromeOS. */);
+ false, /* MessageCenterBubble should be used only on ChromeOS.
+ Message center is never shown top down in ChromeOS. */
+ title_);
bubble_view()->AddChildView(new ContentsView(this, message_center_view_));
// Resize the content of the bubble view to the given bubble size. This is
// necessary in case of the bubble border forcing a bigger size then the
« no previous file with comments | « ui/message_center/views/message_center_bubble.h ('k') | ui/message_center/views/message_center_button_bar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698