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

Unified Diff: ui/message_center/notification_list.h

Issue 11778012: Changes the OnClick behavior in message center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/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

Powered by Google App Engine
This is Rietveld 408576698