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

Unified Diff: ui/message_center/views/notification_view_md.h

Issue 2922903002: Add List notification support to new-style notification. (Closed)
Patch Set: Created 3 years, 6 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
Index: ui/message_center/views/notification_view_md.h
diff --git a/ui/message_center/views/notification_view_md.h b/ui/message_center/views/notification_view_md.h
index c4d76ecfc1d6d5aab4034df13ad9d950e192d945..03b63cf774bd4b507107b013b8193ee0f54f7c8f 100644
--- a/ui/message_center/views/notification_view_md.h
+++ b/ui/message_center/views/notification_view_md.h
@@ -96,6 +96,8 @@ class MESSAGE_CENTER_EXPORT NotificationViewMD
std::vector<NotificationButton*> action_buttons_;
+ std::vector<views::View*> item_views_;
+
DISALLOW_COPY_AND_ASSIGN(NotificationViewMD);
};
« no previous file with comments | « no previous file | ui/message_center/views/notification_view_md.cc » ('j') | ui/message_center/views/notification_view_md.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698