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

Unified Diff: content/public/common/service_worker_modes.typemap

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 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/public/common/service_worker_modes.typemap
diff --git a/content/public/common/service_worker_modes.typemap b/content/public/common/service_worker_modes.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..bf6d5651c1bfacad23b256e767261abc67202689
--- /dev/null
+++ b/content/public/common/service_worker_modes.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/public/common/service_worker_modes.mojom"
+public_headers = [ "//content/public/common/service_worker_modes.h" ]
+type_mappings = [
+ "blink.mojom.FetchCredentialsMode=::content::FetchCredentialsMode",
+ "blink.mojom.FetchRedirectMode=::content::FetchRedirectMode",
+ "blink.mojom.FetchRequestMode=::content::FetchRequestMode",
+]

Powered by Google App Engine
This is Rietveld 408576698