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

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

Issue 2638313002: Manage ServiceWorkerDispatcherHost in ServiceWorkerContextCore (Closed)
Patch Set: Remove a break line 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_provider.typemap
diff --git a/content/common/service_worker/service_worker_provider.typemap b/content/common/service_worker/service_worker_provider.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..c013a4a7258a43abe2657598bb282d67597ead17
--- /dev/null
+++ b/content/common/service_worker/service_worker_provider.typemap
@@ -0,0 +1,11 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//content/common/service_worker/service_worker_provider.mojom"
+public_headers = [ "//content/common/service_worker/service_worker_provider.h" ]
+traits_headers = [ "//content/common/service_worker/service_worker_provider_struct_traits.h" ]
+sources = [
+ "//content/common/service_worker/service_worker_provider_struct_traits.cc",
+]
+type_mappings = [ "content.mojom.ServiceWorkerProviderHostInfo=::content::ServiceWorkerProviderHostInfo[move_only]" ]

Powered by Google App Engine
This is Rietveld 408576698