apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Mention OnBeforeChildProcessLaunch in the "Command Line Arguments" section of GeneralUsage wiki page #1498

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think it would be very helpful to have a small mention of 
OnBeforeChildProcessLaunch in the Command Line Arguments of GeneralUsage wiki 
page.

Trying to figure out how to do this leads to lots of dead-ends, such as 
OnBeforeCommandLineProcessing and CEFMainArgs, when the solution is actually 
trivial using OnBeforeProcessLaunch.

I'd suggest something as simple as "To pass your own custom command line 
arguments to sub-processes implement the 
CefBrowserProcessHandler::OnBeforeChildProcessLaunch () method and add them to 
the command line."

Original issue reported on code.google.com by csm...@izotope.com on 20 Jan 2015 at 10:33

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion, the documentation has been updated.

Original comment by magreenb...@gmail.com on 20 Jan 2015 at 10:58