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

Side by Side Diff: content/common/service_worker/service_worker_fetch_request.typemap

Issue 2762303002: Enable transmitting Fetch Requests over Mojo (Closed)
Patch Set: rebase Created 3 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//third_party/WebKit/public/platform/modules/fetch/request.mojom"
6 public_headers = [
7 "//content/common/service_worker/service_worker_types.h",
8 "//content/public/common/request_context_frame_type.h",
9 "//content/public/common/request_context_type.h",
10 ]
11 traits_headers = [ "//content/common/service_worker/service_worker_fetch_request _struct_traits.h" ]
12 sources = [
13 "//content/common/service_worker/service_worker_fetch_request_struct_traits.cc ",
14 ]
15 type_mappings = [
16 "blink.mojom.FetchCredentialsMode=::content::FetchCredentialsMode",
17 "blink.mojom.FetchRedirectMode=::content::FetchRedirectMode",
18 "blink.mojom.FetchRequestMode=::content::FetchRequestMode",
19 "blink.mojom.FetchAPIRequest=::content::ServiceWorkerFetchRequest",
20 "blink.mojom.RequestContextFrameType=::content::RequestContextFrameType",
21 "blink.mojom.RequestContextType=::content::RequestContextType",
22 "blink.mojom.ServiceWorkerFetchType=::content::ServiceWorkerFetchType",
23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698