| Index: ui/message_center/notification_list.h
|
| diff --git a/ui/message_center/notification_list.h b/ui/message_center/notification_list.h
|
| index 575f9ce6aef33f02d40686879734602f1c4c9751..3f20f26562f369c33e08477660d37b60e272cfe9 100644
|
| --- a/ui/message_center/notification_list.h
|
| +++ b/ui/message_center/notification_list.h
|
| @@ -145,6 +145,9 @@ class MESSAGE_CENTER_EXPORT NotificationList {
|
| // Marks the popups for the |priority| as shown.
|
| void MarkPopupsAsShown(int priority);
|
|
|
| + // Marks a specific popup item as shown.
|
| + void MarkSinglePopupAsShown(const std::string& id);
|
| +
|
| bool quiet_mode() const { return quiet_mode_; }
|
|
|
| // Sets the current quiet mode status to |quiet_mode|. The new status is not
|
|
|