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_; |