| 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_;
|
|
|
|
|