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

Unified Diff: content/public/browser/notification_event_dispatcher.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
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/browser/platform_notification_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_event_dispatcher.h
diff --git a/content/public/browser/notification_event_dispatcher.h b/content/public/browser/notification_event_dispatcher.h
index 38a7b441497a9a2c31c692243176fac48f360117..0e79ff1ec87d6d7c83a33c5f90bd030535b4c4be 100644
--- a/content/public/browser/notification_event_dispatcher.h
+++ b/content/public/browser/notification_event_dispatcher.h
@@ -16,7 +16,7 @@ class GURL;
namespace content {
class BrowserContext;
-struct ShowDesktopNotificationHostMsgParams;
+struct PlatformNotificationData;
// This is the dispatcher to be used for firing events related to persistent
// notifications on a Service Worker. This class is a singleton, the instance of
@@ -37,7 +37,7 @@ class CONTENT_EXPORT 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) = 0;
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/browser/platform_notification_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698