DescriptionRemove 'WebURLRequest::TargetType' from 'content::RenderFrameImpl'.
'WebURLRequest::TargetType' has been dropped in Blink in favor of
'RequestContext' and 'FrameType', matching the Fetch specification's
changes, and allowing both more granularity in various Blink-side checks
and more clarity around the thing that caused a request, and the frame
that the request affects.
This CL should have zero practical effect, as it's simply hoisting the
translation work that 'WebURLRequest::setTargetType' is already doing
up into the content layer to bring us one step closer to removing the
concept entirely.
There's still one call to 'ResourceType::FromTargetType' in
RenderFrameImpl that this CL doesn't remove: that method will be
converted to RequestContext in a future CL.
BUG=390497
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284520
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|