commit | 1449cc5df9d3a1932e1f7f0b4e8bb55e56f36bb7 | [log] [tgz] |
---|---|---|
author | Minggang Wang <[email protected]> | Thu Jul 04 08:52:24 2019 |
committer | Commit Bot <[email protected]> | Thu Jul 04 08:52:24 2019 |
tree | bc1fc31967a940e2097ea201abf7cecfde9ecbc4 | |
parent | 385a0e88e67efec6274b50588196bb59134b6ddf [diff] [blame] |
[OnionSoup] Introduce blink.mojom.FetchAPIDataElement This CL introduces a new mojom struct FetchAPIDataElement which has the same members with network.mojom.DataElement. This struct will be used by FetchAPIRequestBody. The typemap of FetchAPIDataElement as below: - default: network::DataElement - Blink: blink::FormDataElement BUG=860403 Change-Id: I48de836fccbd4d868618f8742d3e0c8b62081f74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678955 Commit-Queue: Minggang Wang <[email protected]> Reviewed-by: Makoto Shimazu <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Cr-Commit-Position: refs/heads/master@{#674763}
diff --git a/third_party/blink/public/mojom/BUILD.gn b/third_party/blink/public/mojom/BUILD.gn index ff33fe93..f5c8579 100644 --- a/third_party/blink/public/mojom/BUILD.gn +++ b/third_party/blink/public/mojom/BUILD.gn
@@ -159,6 +159,7 @@ "//mojo/public/mojom/base", "//services/device/public/mojom", "//services/network/public/mojom", + "//services/network/public/mojom:data_pipe_interfaces", "//services/network/public/mojom:websocket_mojom", "//services/service_manager/public/mojom", "//services/viz/public/interfaces",