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

Unified Diff: ui/message_center/fake_message_center.cc

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/fake_message_center.h ('k') | ui/message_center/message_center.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/fake_message_center.cc
diff --git a/ui/message_center/fake_message_center.cc b/ui/message_center/fake_message_center.cc
index c994088c0a3a5317113070dc5dc45344da78fdcf..f2db0dba356ee8b6ac5cf073351cdd3afd79980f 100644
--- a/ui/message_center/fake_message_center.cc
+++ b/ui/message_center/fake_message_center.cc
@@ -72,11 +72,7 @@ void FakeMessageCenter::RemoveNotification(const std::string& id,
bool by_user) {
}
-void FakeMessageCenter::RemoveAllNotifications(bool by_user) {
-}
-
-void FakeMessageCenter::RemoveAllVisibleNotifications(bool by_user) {
-}
+void FakeMessageCenter::RemoveAllNotifications(bool by_user, RemoveType type) {}
void FakeMessageCenter::SetNotificationIcon(const std::string& notification_id,
const gfx::Image& image) {
« no previous file with comments | « ui/message_center/fake_message_center.h ('k') | ui/message_center/message_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698