Chromium Code Reviews
DescriptionMove the functions which block, resume and cancel requests for a frame route id out of ResourceDispatcherHost
The functions BlockRequestsForFrameFromUI, ResumeBlockedRequestsForFrameFromUI and CancelBlockedRequestsForFrameFromUI
have been moved to the RenderFrameHost class. The FromUI suffix has been dropped. The implementations of these functions
live in render_frame_host_impl.cc. I also moved/renamed the helpers like NotifyForEachFrameFromUI, etc to render_frame_host_impl.cc
The remaining reference to RFH/FTN in RDHI is in the LogResourceRequestTimeOnUI() function. Will address that in a subsequent patchset.
This is part of the changes to make the content/browser/loader folder not depend on extraneous content, which will facilitate
this code becoming part of the network service.
BUG=598073
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Review-Url: https://codereview.chromium.org/2758993002
Cr-Commit-Position: refs/heads/master@{#458567}
Committed: https://chromium.googlesource.com/chromium/src/+/a0a1b3df67b6a958b8dd7007cc8edcae18a4d9bb
Patch Set 1 #Patch Set 2 : Fix build error #Patch Set 3 : Remove DCHECK for RDHI on the same lines as the old code #
Total comments: 4
Patch Set 4 : Address review comments #Patch Set 5 : Fix include #Patch Set 6 : Rebased to tip #Messages
Total messages: 31 (25 generated)
|