0
Files
src/content/browser
Dave Tapuska cd4c24d550 [MPArch guest view] Fix loading extension resources inside a guest view
- Ensure that the view type is correct for guest views, this previously
was computed from the WebContents but we should use the RenderFrameHost
for this.
- Provide an API to get the owner RenderFrameHost before attachment.

Bug: 40202416
Change-Id: I351313f06cd7a221e9c9bae0e3c155e827b3be51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6053978
Reviewed-by: Greg Thompson <grt@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1390990}
2024-12-03 15:02:16 +00:00
..
2024-10-31 19:37:21 +00:00
2024-10-31 19:37:21 +00:00
2024-11-15 08:38:53 +00:00
2024-11-15 08:38:53 +00:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.