Bug fix: RenderFrameProxyHost should AddRoute() on AgentScheduingGroupHost
Before this CL, RenderFrameProxyHost registered itself to per-process IPC channel. This is wrong, since RenderFrameProxy is bound to an AgentSchedulingGroup. This ends up AgentSchedulingGroupHost being queried `GetRoute()` to associate interface for the RenderFrameProxyHost, but fails, since it was never registered. This CL fixes the issue by correcting RenderFrameProxyHost to register its route to AgentSchedulingGroupHost. This behavior will be enforced by a DCHECK which to be introduced in an upcoming CL. Bug: 1111231 Change-Id: I135547ccb2d30268e84d9f3e6b054b6b2e9069f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494285 Auto-Submit: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:Tal Pressman <talp@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#820166}
Showing
Please register or sign in to comment