components/guest_view/README.md
Guest View is a mechanism for embedding a page inside another page. Unlike iframes, the embedded content has a distinct FrameTree. See the FrameTree explainer for details.
Guest View is the core implementation of several embedding features implemented in the //extensions and //chrome layers. Notable examples include:
Guest Views are currently implemented using inner WebContents. There is an effort to migrate Guest Views to use MPArch like other features which nest FrameTrees. See the linked bug for the status.
For debugging <webview>, the Browser Sample [source] app serves as a basic demo. To test Chrome Apps on linux, see Chrome OS Build Instructions.