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", |
+] |