2009/3/24 John Abd-El-Malek <[email protected]>: > Right, this is used so that if the user starts Chrome a second time, it > tells the currently running exe to open a new tab. This is the standard way > of doing it on Windows, but I don't know how Mac/Linux apps enforce > single-instance semantics. We should first figure out if this code is > needed before porting it..
If it is, and you need to find children of a given process, then you should just walk the parent pointers. (Try pstree -a) AGL --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
