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

Unified Diff: content/common/service_worker/service_worker_event_dispatcher.typemap

Issue 2682353002: Mojoify the notificationclick and notificationclose events (Closed)
Patch Set: Mojoify the notificationclick and notificationclose events Created 3 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
Index: content/common/service_worker/service_worker_event_dispatcher.typemap
diff --git a/content/common/service_worker/service_worker_event_dispatcher.typemap b/content/common/service_worker/service_worker_event_dispatcher.typemap
index b46220cb63cba8ab17198f703e1e7b0373e96b22..a342581c18ea0d199cf6a1dd53d39a4f35040ca0 100644
--- a/content/common/service_worker/service_worker_event_dispatcher.typemap
+++ b/content/common/service_worker/service_worker_event_dispatcher.typemap
@@ -6,18 +6,21 @@ mojom = "//content/common/service_worker/service_worker_event_dispatcher.mojom"
public_headers = [
"//content/common/service_worker/service_worker_status_code.h",
"//content/common/service_worker/service_worker_types.h",
+ "//content/public/common/platform_notification_data.h",
"//content/public/common/push_event_payload.h",
]
sources = [
"//content/common/service_worker/service_worker_status_code_traits.cc",
]
traits_headers = [
+ "//content/common/platform_notification_messages.h",
"//content/common/service_worker/service_worker_messages.h",
"//content/common/service_worker/service_worker_status_code_traits.h",
]
type_mappings = [
"blink.mojom.ServiceWorkerEventStatus=::content::ServiceWorkerStatusCode",
"content.mojom.ExtendableMessageEventSource=::content::ExtendableMessageEventSource",
+ "content.mojom.PlatformNotificationData=::content::PlatformNotificationData",
"content.mojom.PushEventPayload=::content::PushEventPayload",
"content.mojom.ServiceWorkerFetchRequest=::content::ServiceWorkerFetchRequest",
]

Powered by Google App Engine
This is Rietveld 408576698