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

Unified Diff: ui/message_center/cocoa/notification_controller.h

Issue 23462005: Adds the contextMessage field to notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adjust unit test due to bugfix in toast layout. Created 7 years, 4 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
« no previous file with comments | « chrome/common/extensions/api/notifications.idl ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/notification_controller.h
diff --git a/ui/message_center/cocoa/notification_controller.h b/ui/message_center/cocoa/notification_controller.h
index 41af2b232802571c53d6162989466707c52b80f0..6822f73fbb81af7c41e0e39fc72d24a0438544d6 100644
--- a/ui/message_center/cocoa/notification_controller.h
+++ b/ui/message_center/cocoa/notification_controller.h
@@ -46,6 +46,9 @@ MESSAGE_CENTER_EXPORT
// Body text of the message. Hidden for list notifications.
base::scoped_nsobject<NSTextField> message_;
+ // Context-giving text of the message. Alternate font used to distinguish it.
+ base::scoped_nsobject<NSTextField> contextMessage_;
+
// Container for optional list item views.
base::scoped_nsobject<NSView> listItemView_;
« no previous file with comments | « chrome/common/extensions/api/notifications.idl ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698