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

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

Issue 2966693002: Move overflow indicator to notifiction header. (Closed)
Patch Set: Resolve review comments. 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 35fdbbab839a45b4392dc4993021203c031e75a8..890165a9c8968acf1eb049b8f64d18071b80ab51 100644
--- a/ui/message_center/views/notification_view_md.h
+++ b/ui/message_center/views/notification_view_md.h
@@ -86,6 +86,9 @@ class MESSAGE_CENTER_EXPORT NotificationViewMD
// Whether this notification is expanded or not.
bool expanded_ = false;
+ // Number of total list items in the given Notification class.
+ int list_items_count_ = 0;
+
// Describes whether the view should display a hand pointer or not.
bool clickable_;
« no previous file with comments | « ui/message_center/views/notification_header_view.cc ('k') | ui/message_center/views/notification_view_md.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698