On Tue, Jun 9, 2009 at 12:12 PM, Meryl Silverburgh<[email protected]> wrote: > Form chromium documentation, when creating/destroying tabs, a renderer > process is getting created/destroyed. > Can you please tell me the code for renderer process is created/destoryed?
chrome/browser/renderer_host/browser_render_process_host.cc is the best place to start. See BrowserRenderProcessHost::Init AGL --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
