Chromium Code Reviews| 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_; |
|
jianli
2013/08/28 21:30:54
nit: not initialized in the constructor
dewittj
2013/08/29 17:40:10
yes it is. See line 501
|
| std::vector<views::View*> item_views_; |
| views::View* icon_view_; |
| views::View* bottom_view_; |