| Index: ui/message_center/views/notification_view.h
|
| diff --git a/ui/message_center/views/notification_view.h b/ui/message_center/views/notification_view.h
|
| index 622e2c3bd69656bba197d31260169600b99c646a..5479939da8cc8868cd8b46b12281624bfd5a409c 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -71,6 +71,7 @@ class MESSAGE_CENTER_EXPORT NotificationView : public MessageView {
|
| views::View* top_view_;
|
| BoundedLabel* title_view_;
|
| BoundedLabel* message_view_;
|
| + BoundedLabel* context_message_view_;
|
| std::vector<views::View*> item_views_;
|
| views::View* icon_view_;
|
| views::View* bottom_view_;
|
|
|