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

Unified Diff: ui/message_center/fake_message_center.h

Issue 1645843003: Implement Non-Closable Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | ui/message_center/fake_message_center.cc » ('j') | ui/message_center/message_center.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/fake_message_center.h
diff --git a/ui/message_center/fake_message_center.h b/ui/message_center/fake_message_center.h
index 003efbc7e647817cf1c2cbecde553698086a056a..6975fa796a510b14c98cc4fad118b87a92ce13e3 100644
--- a/ui/message_center/fake_message_center.h
+++ b/ui/message_center/fake_message_center.h
@@ -42,6 +42,7 @@ class FakeMessageCenter : public MessageCenter {
void RemoveNotification(const std::string& id, bool by_user) override;
void RemoveAllNotifications(bool by_user) override;
void RemoveAllVisibleNotifications(bool by_user) override;
+ void RemoveAllClosableNotifications(bool by_user) override;
void SetNotificationIcon(const std::string& notification_id,
const gfx::Image& image) override;
« no previous file with comments | « no previous file | ui/message_center/fake_message_center.cc » ('j') | ui/message_center/message_center.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698