Deprecate blink::mojom::ResourceType in PluginResponseInterceptorURLLoaderThrottle
This CL replaces blink::mojom::ResourceType with network::mojom::RequestDestination in PluginResponseInterceptorURLLoaderThrottle since blink::mojom::ResourceType is deprecated[1]. It replaces |resource_type_| with |request_destination_| in PluginResponseInterceptorURLLoaderThrottle and uses it to check if the request is for the main frame. [1] https://crbug.com/960143 Bug: 1059639 Change-Id: Id4e5803ea8bbbb35b0953773184e4ac86ec40d3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637121Reviewed-by:Tommy Li <tommycli@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#845090}
Showing
Please register or sign in to comment