[This is preliminary documentation and is subject to change.]
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 or plugin process. Provides an
opportunity to modify the child process command line. Do not keep a
reference to |command_line| outside of this method.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- commandLine
- Type: Xilium.CefGlue CefCommandLine
[Missing <param name="commandLine"/> documentation for "M:Xilium.CefGlue.CefBrowserProcessHandler.OnBeforeChildProcessLaunch(Xilium.CefGlue.CefCommandLine)"]
See Also