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

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: 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
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..cfbf8e97b3766352b251f0f0409a2f0ccc42d786 100644
--- a/ui/message_center/fake_message_center.h
+++ b/ui/message_center/fake_message_center.h
@@ -40,8 +40,7 @@ class FakeMessageCenter : public MessageCenter {
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;

Powered by Google App Engine
This is Rietveld 408576698