chrome: Add ability to create Views-hosted DevTools window #3600
Labels
chrome
Related to the Chrome runtime
enhancement
Enhancement request
views
Related to the Views framework
Is your feature request related to a problem? Please describe.
After #3282, DevTools windows can be created with default style and a specified CefClient (via CefBrowserProcessHandler::GetDefaultClient). However, it is not currently possible to create a DevTools window hosted in a CefBrowserView.
Additional context
For Alloy, AlloyBrowserHostImpl::Create is called from CefDevToolsFrontend::Show. We need a similar routing to ChromeBrowserHostImpl (in CEF) from DevToolsWindow::CreateDevToolsBrowser (in Chromium).
The text was updated successfully, but these errors were encountered: