Use FrameTreeNode IDs instead of RenderFrameHost pointers in CSFTM maps
Replaces use of RenderFrameHost pointers as keys with FrameTreeNode IDs in certain ContentSubresourceFilterThrottleManager maps. Those maps track frames by detecting cross-process navigations in ReadyToCommitNavigation. This migration removes the requirement for the special logic, improving readability and reducing the risk of missed edge cases. Bug: 1151500 Change-Id: I2ec236c58101fc956c2ff87538c77fd191fe3c2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2561207 Commit-Queue: Alex Turner <alexmt@chromium.org> Reviewed-by:Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#837816}
Showing
Please register or sign in to comment