Has anyone successfully migrated from the old alloy-based CEF runtime to the new chrome-based Views framework while retaining custom controls and error page? For debug builds I need to add a "normal" navigation menu with a URL bar and Release builds remove it. After upgrading to the new chrome runtime (no alloy bootstrap) in CEF 6834, these approaches no longer work as expected. Are there recommended documentation sources, code samples, or specific files within the updated cefclient or Views framework in the codebase that outline the best practices for implementing and controlling a toolbar, URL bar, custom error handling page, and removing top-level menus? Any guidance on the migration process, or pointers to relevant sections in the current cefclient sample, would be greatly appreciated. There are a number of other things we are doing like reading in configuration and setting the url based on that information that is also not being respected anymore either.
I have located: https://github.com/chromiumembedded/cef/issues/3685, but any additional links are greatly appreciated.