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

Unified Diff: ui/message_center/message_center_impl.h

Issue 1645843003: Implement Non-Closable Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary property. Created 4 years, 10 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
« no previous file with comments | « ui/message_center/message_center.h ('k') | ui/message_center/message_center_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_impl.h
diff --git a/ui/message_center/message_center_impl.h b/ui/message_center/message_center_impl.h
index f71e52b0a419002f3cdc2d45821ca2309c85be65..03dc9bc78f4358c963d637cc5e55e0b06463a17e 100644
--- a/ui/message_center/message_center_impl.h
+++ b/ui/message_center/message_center_impl.h
@@ -58,8 +58,7 @@ class MessageCenterImpl : public MessageCenter,
void UpdateNotification(const std::string& old_id,
scoped_ptr<Notification> new_notification) override;
void RemoveNotification(const std::string& id, bool by_user) override;
- void RemoveAllNotifications(bool by_user) override;
- void RemoveAllVisibleNotifications(bool by_user) override;
+ void RemoveAllNotifications(bool by_user, RemoveType type) override;
void SetNotificationIcon(const std::string& notification_id,
const gfx::Image& image) override;
void SetNotificationImage(const std::string& notification_id,
@@ -116,7 +115,6 @@ class MessageCenterImpl : public MessageCenter,
size_t unread_count;
};
- void RemoveNotifications(bool by_user, const NotificationBlockers& blockers);
void RemoveNotificationsForNotifierId(const NotifierId& notifier_id);
scoped_ptr<NotificationList> notification_list_;
« no previous file with comments | « ui/message_center/message_center.h ('k') | ui/message_center/message_center_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698