cef_browser_process_handler_t.on_before_child_process_launch

Called before a child process is launched. Will be called on the browser process UI thread when launching a render process and on the browser process IO thread when launching a GPU process. Provides an opportunity to modify the child process command line. Do not keep a reference to |command_line| outside of this function.

struct cef_browser_process_handler_t
extern (System)
void function(cef_browser_process_handler_t* self, cef_command_line_t* command_line) nothrow on_before_child_process_launch;

Meta