You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OnBeforeChildProcessLaunch only delivers switches to child processes.
Switches like --in-process-gpu and --single-process must be in the
browser process's own command line to take effect; without them CEF
still spawns a separate GPU/renderer subprocess that fails descriptor
lookup 7 in --no-sandbox mode.
Build a complete argv array from g_commandLineSwitches (which is
populated before CefMainArgs is constructed) and pass it to the
CefMainArgs(argc, argv) constructor so the browser process CommandLine
is initialised with all user-supplied flags.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments