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

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

Issue 2638313002: Manage ServiceWorkerDispatcherHost in ServiceWorkerContextCore (Closed)
Patch Set: Rebase 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_types.typemap
diff --git a/content/common/service_worker/service_worker_types.typemap b/content/common/service_worker/service_worker_types.typemap
index 4ec79bbcfba564542555395c37881f57fb6cdee1..c4d47817ae80c22e0e01f66b9336707bbed84f7d 100644
--- a/content/common/service_worker/service_worker_types.typemap
+++ b/content/common/service_worker/service_worker_types.typemap
@@ -5,8 +5,8 @@
mojom = "//content/common/service_worker/service_worker_types.mojom"
public_headers = [ "//content/common/service_worker/service_worker_types.h" ]
traits_headers =
- [ "//content/common/service_worker/service_worker_types_traits.h" ]
+ [ "//content/common/service_worker/service_worker_types_struct_traits.h" ]
sources = [
- "//content/common/service_worker/service_worker_types_traits.cc",
+ "//content/common/service_worker/service_worker_types_struct_traits.cc",
]
type_mappings = [ "content.mojom.ServiceWorkerProviderType=::content::ServiceWorkerProviderType" ]

Powered by Google App Engine
This is Rietveld 408576698