Index: ui/message_center/notification_list.h |
diff --git a/ui/message_center/notification_list.h b/ui/message_center/notification_list.h |
index 87cf509dc5a7231b94c837496fee0430e5f60e72..7bc1e871f58599ac6fa4aee4a8658c9aa234ffe3 100644 |
--- a/ui/message_center/notification_list.h |
+++ b/ui/message_center/notification_list.h |
@@ -149,6 +149,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 |