[MBI]: Migrate all RPHI::GetRemoteRouteProvider() calls through to ASGH
This CL adds a helper to RenderFrameProxyHost that retrieves a reference to the relevant AgentSchedulingGroupHost via SiteInstanceImpl. Via the helper above, this CL migrates the last non-AgentSchedulingGroupHost call-site of RenderProcessHostImpl::GetRemoteRouteProvider() to go through AgentSchedulingGroupHost. Furthermore, by usage of util::PassKey, this CL restricts the usage of RenderProcessHostImpl::GetRemoteRouteProvider() to AgentSchedulingGroupHost only, until we actually move the underlying route provider implementation to AgentSchedulingGroupHost. Bug: 1111231, 1132901 Change-Id: I18d73b5e8d9e30b871cbb373f276f58476a1785d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433057Reviewed-by:Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tal Pressman <talp@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#811424}
Showing
Please register or sign in to comment