| Index: ui/message_center/views/message_popup_collection.h
|
| diff --git a/ui/message_center/views/message_popup_collection.h b/ui/message_center/views/message_popup_collection.h
|
| index d5ab32b1639aae6ddc7ebb9787e277f591fdaed0..9c7d61739626db851237b5a59b7d5cef45209d8a 100644
|
| --- a/ui/message_center/views/message_popup_collection.h
|
| +++ b/ui/message_center/views/message_popup_collection.h
|
| @@ -68,6 +68,8 @@ class MESSAGE_CENTER_EXPORT MessagePopupCollection
|
| bool first_item_has_no_margin);
|
| virtual ~MessagePopupCollection();
|
|
|
| + void MarkAllPopupsShown();
|
| +
|
| // Since these events are really coming from individual toast widgets,
|
| // it helps to be able to keep track of the sender.
|
| void OnMouseEntered(ToastContentsView* toast_entered);
|
|
|