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

Unified Diff: content/browser/service_worker/service_worker_version.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/service_worker/service_worker_version.h
diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h
index e75c12f819941610e101ca8769a2a1937cfc5fea..dcfb3cc3b25a7ae34d2fdd13decc2dbcdcb50138 100644
--- a/content/browser/service_worker/service_worker_version.h
+++ b/content/browser/service_worker/service_worker_version.h
@@ -35,11 +35,11 @@ struct WebCircularGeofencingRegion;
namespace content {
class EmbeddedWorkerRegistry;
+struct PlatformNotificationData;
class ServiceWorkerContextCore;
class ServiceWorkerProviderHost;
class ServiceWorkerRegistration;
class ServiceWorkerVersionInfo;
-struct ShowDesktopNotificationHostMsgParams;
// This class corresponds to a specific version of a ServiceWorker
// script for a given pattern. When a script is upgraded, there may be
@@ -208,7 +208,7 @@ class CONTENT_EXPORT ServiceWorkerVersion
void DispatchNotificationClickEvent(
const StatusCallback& callback,
const std::string& notification_id,
- const ShowDesktopNotificationHostMsgParams& notification_data);
+ const PlatformNotificationData& notification_data);
// Sends push event to the associated embedded worker and asynchronously calls
// |callback| when it errors out or it gets a response from the worker to
« no previous file with comments | « content/browser/notifications/notification_message_filter.cc ('k') | content/browser/service_worker/service_worker_version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698