| 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 c051dd89a7bed066069456f7515930daeb84cd9d..cb3b656defc0a5dd7da614b49a13da5f9b17ab6a 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.
|
| scoped_nsobject<NSTextField> message_;
|
|
|
| + // Container for optional list item views.
|
| + scoped_nsobject<NSView> listItemView_;
|
| +
|
| // Container for optional items at the bottom of the notification.
|
| scoped_nsobject<NSView> bottomView_;
|
| }
|
|
|