Chromium Code Reviews| 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..863fb96f12040a138c207a623a844561cb00a778 100644 |
| --- a/ui/message_center/views/notification_view_md.h |
| +++ b/ui/message_center/views/notification_view_md.h |
| @@ -86,6 +86,8 @@ class MESSAGE_CENTER_EXPORT NotificationViewMD |
| // Whether this notification is expanded or not. |
| bool expanded_ = false; |
| + int list_items_count_ = 0; |
|
yoshiki
2017/07/03 07:27:20
nit: please add a brief explanation of this variab
tetsui
2017/07/03 07:36:00
Done.
|
| + |
| // Describes whether the view should display a hand pointer or not. |
| bool clickable_; |