mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove explicit tracking of guest view frames
This is no longer required now that we have implicit exclusion of certain frame types including guest view frames. Rename GuestView to ExcludedView in the renderer process.
This commit is contained in:
@@ -209,8 +209,8 @@ void CefExtensionSystem::Init() {
|
||||
// MimeHandlerViewGuest and CefMimeHandlerViewGuestDelegate in the browser
|
||||
// process.
|
||||
// 11.MimeHandlerViewGuest::CreateWebContents creates a new guest WebContents
|
||||
// (is_guest_view=true) to host the PDF extension and the PDF resource
|
||||
// stream is retrieved via MimeHandlerStreamManager::ReleaseStream.
|
||||
// to host the PDF extension and the PDF resource stream is retrieved via
|
||||
// MimeHandlerStreamManager::ReleaseStream.
|
||||
// 12.MimeHandlerViewGuest::DidAttachToEmbedder calls
|
||||
// CefMimeHandlerViewGuestDelegate::OnGuestAttached to associate the guest
|
||||
// WebContents routing IDs with the owner CefBrowser. MimeHandlerViewGuest
|
||||
|
Reference in New Issue
Block a user