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

Unified Diff: chrome/browser/notifications/platform_notification_service_unittest.cc

Issue 993343006: [CleanUp] Remove parameter |by_user| in NotificationClosed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: chrome/browser/notifications/platform_notification_service_unittest.cc
diff --git a/chrome/browser/notifications/platform_notification_service_unittest.cc b/chrome/browser/notifications/platform_notification_service_unittest.cc
index 55108c4b2381daa5fc6359c08b19759724b1e8dd..2bd06aae249565bb910708c4b3bfe572f88d79a6 100644
--- a/chrome/browser/notifications/platform_notification_service_unittest.cc
+++ b/chrome/browser/notifications/platform_notification_service_unittest.cc
@@ -28,7 +28,7 @@ class MockDesktopNotificationDelegate
// content::DesktopNotificationDelegate implementation.
void NotificationDisplayed() override { displayed_ = true; }
- void NotificationClosed(bool by_user) override {}
+ void NotificationClosed() override {}
void NotificationClick() override { clicked_ = true; }
bool displayed() const { return displayed_; }
« no previous file with comments | « chrome/browser/notifications/notification_object_proxy.cc ('k') | content/browser/notifications/page_notification_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698