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

Unified Diff: content/browser/notifications/notification_event_dispatcher_impl.h

Issue 794633002: Remove ShowDesktopNotificationHostMsgParams in favor of PlatformNotificationData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years 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: content/browser/notifications/notification_event_dispatcher_impl.h
diff --git a/content/browser/notifications/notification_event_dispatcher_impl.h b/content/browser/notifications/notification_event_dispatcher_impl.h
index c8484ede7002101df09b02f888ba5786b5b814a4..800e3066cce86b5f5dd0a88eae7eecd0fea621c4 100644
--- a/content/browser/notifications/notification_event_dispatcher_impl.h
+++ b/content/browser/notifications/notification_event_dispatcher_impl.h
@@ -22,7 +22,7 @@ class NotificationEventDispatcherImpl : public NotificationEventDispatcher {
const GURL& origin,
int64 service_worker_registration_id,
const std::string& notification_id,
- const ShowDesktopNotificationHostMsgParams& notification_data,
+ const PlatformNotificationData& notification_data,
const NotificationClickDispatchCompleteCallback&
dispatch_complete_callback) override;

Powered by Google App Engine
This is Rietveld 408576698