| Index: ui/message_center/message_center.h
|
| diff --git a/ui/message_center/message_center.h b/ui/message_center/message_center.h
|
| index 00d9545d63943719116e1715efd82ca7c96c25d9..ca586e4544954fc552c208f654aa93026826f16d 100644
|
| --- a/ui/message_center/message_center.h
|
| +++ b/ui/message_center/message_center.h
|
| @@ -104,6 +104,7 @@ class MESSAGE_CENTER_EXPORT MessageCenter {
|
| virtual void RemoveNotification(const std::string& id, bool by_user) = 0;
|
| virtual void RemoveAllNotifications(bool by_user) = 0;
|
| virtual void RemoveAllVisibleNotifications(bool by_user) = 0;
|
| + virtual void RemoveAllClosableNotifications(bool by_user) = 0;
|
|
|
| // Sets the icon image. Icon appears at the top-left of the notification.
|
| virtual void SetNotificationIcon(const std::string& notification_id,
|
|
|