Chromium Code Reviews| Index: content/browser/browser_main_loop.cc |
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
| index 141eab865ce5503ff08c979e5dc9616a36b27d76..12dfcf5076515a36de82cbde521f4951b7b562ea 100644 |
| --- a/content/browser/browser_main_loop.cc |
| +++ b/content/browser/browser_main_loop.cc |
| @@ -228,8 +228,6 @@ void SetupSandbox(const base::CommandLine& parsed_command_line) { |
| RenderSandboxHostLinux::GetInstance()->Init(); |
| ZygoteHostImpl::GetInstance()->Init(sandbox_binary.value()); |
| RenderProcessHostImpl::EarlyZygoteLaunch(); |
|
mdempsky
2016/01/28 23:25:40
Before RenderProcessHostImpl::EarlyZygoteLaunch, a
Greg K
2016/01/29 00:41:03
Done.
|
| - PpapiPluginProcessHost::EarlyZygoteLaunch(); |
| - UtilityProcessHostImpl::EarlyZygoteLaunch(); |
| } |
| #endif |