Commit 0a7ce0e0 authored by Titouan Rigoudy's avatar Titouan Rigoudy Committed by Chromium LUCI CQ

Simplify AddressSpaceFeature's implementation.

Contrary to crrev.com/c/2627421, this did not need to make it into M89.

Bug: chromium:1124358
Change-Id: Icfd9e4088286f7e8b5576e49c63bafa6c60bc5e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628296
Auto-Submit: Titouan Rigoudy <titouan@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Reviewed-by: default avatarMike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844030}
parent f79e6e6c
......@@ -66,7 +66,7 @@ base::Optional<mojom::blink::WebFeature> CORE_EXPORT AddressSpaceFeature(
FetchType fetch_type,
network::mojom::blink::IPAddressSpace client_address_space,
bool client_is_secure_context,
network::mojom::blink::IPAddressSpace resource_address_space);
network::mojom::blink::IPAddressSpace response_address_space);
// Increments the correct kAddressSpace* WebFeature UseCounter corresponding to
// the given |client_frame| performing a fetch of type |fetch_type| and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment