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

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

Issue 2779763004: Create ServiceWorkerProviderHost before starting worker (Closed)
Patch Set: Pass the param of BindWithProviderInfo by value instead of pointer Created 3 years, 6 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_types.typemap
diff --git a/content/common/service_worker/service_worker_types.typemap b/content/common/service_worker/service_worker_types.typemap
index be057a4b65fc7dfb82e1a29816c5cc6521fa127a..e1122fb182fd03ffbee1191232b157b78df1964b 100644
--- a/content/common/service_worker/service_worker_types.typemap
+++ b/content/common/service_worker/service_worker_types.typemap
@@ -7,9 +7,15 @@ public_headers = [
"//content/common/service_worker/service_worker_client_info.h",
"//content/common/service_worker/service_worker_types.h",
]
-traits_headers =
- [ "//content/common/service_worker/service_worker_types_struct_traits.h" ]
+traits_headers = [
+ "//content/common/service_worker/service_worker_messages.h",
+ "//content/common/service_worker/service_worker_types_struct_traits.h",
+]
sources = [
"//content/common/service_worker/service_worker_types_struct_traits.cc",
]
-type_mappings = [ "content.mojom.ServiceWorkerProviderType=::content::ServiceWorkerProviderType" ]
+type_mappings = [
+ "content.mojom.ServiceWorkerProviderType=::content::ServiceWorkerProviderType",
+ "content.mojom.ServiceWorkerRegistrationObjectInfo=::content::ServiceWorkerRegistrationObjectInfo",
+ "content.mojom.ServiceWorkerVersionAttributes=::content::ServiceWorkerVersionAttributes",
+]

Powered by Google App Engine
This is Rietveld 408576698