Remove WidgetHostMsgs from SwappedOutMessages.
RenderViewHostImpl checks with SwappedOutMessages to receive IPCs. The list of allowed IPCs include some WidgetHostMsgs. However WidgetHostMsgs have a separate routing id that go to the RenderWidgetHostImpl, which does not use SwappedOutMessages and does not drop any IPCs. So the WidgetHostMsgs do not need to be listed in the SwappedOutMessages allow list, they do nothing there. R=creis@chromium.org TBR=presubmit is broken Bug: 419087, 745091 Change-Id: I7f19af25e97973da7b3d2c6508acb3058f21539e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693802 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#676100}
Showing
Please register or sign in to comment