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

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

Issue 2966693002: Move overflow indicator to notifiction header. (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 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_;

Powered by Google App Engine
This is Rietveld 408576698