[PM] Change IsSynchronousIFrameAttributionDataExpected.
Currently there are handful of crashes from Android devices where the browser thinks that IFrameAttributionData should accompany an IPC, but where the renderer isn't sending it. The current browser code conflates two frames being in the same site instance (and hence being LocalFrame parent-children) with two frames being in the same process (it's possible for multiple distinct site instances to fold into the same process). BUG=1146223 Change-Id: Ic0af49bbc7dfab0a5c9af8df4d1c59dcd93f4580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522920 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:Joe Mason <joenotcharles@chromium.org> Auto-Submit: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#825017}
Showing
Please register or sign in to comment