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

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

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.h
diff --git a/ui/message_center/views/message_center_bubble.h b/ui/message_center/views/message_center_bubble.h
index 521bf4ac8e2671380895bd6c25348315a861586e..1173a95393ba93b16abfecae084ea2bb201b15a9 100644
--- a/ui/message_center/views/message_center_bubble.h
+++ b/ui/message_center/views/message_center_bubble.h
@@ -55,6 +55,8 @@ class MESSAGE_CENTER_EXPORT MessageCenterBubble
// the used anchor.
bool first_item_has_no_margin_;
+ base::string16 title_;
+
DISALLOW_COPY_AND_ASSIGN(MessageCenterBubble);
};
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray.cc ('k') | ui/message_center/views/message_center_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698