Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 39a1de39215ce7f35b8708db72921143545498a8..b9443601719a01380d20516714e194ad8a0118e5 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -164,7 +164,7 @@ void SetupSandbox(const CommandLine& parsed_command_line) { |
} |
// Tickle the sandbox host and zygote host so they fork now. |
- RenderSandboxHostLinux::GetInstance()->Init(sandbox_binary.value()); |
+ RenderSandboxHostLinux::GetInstance()->Init(); |
ZygoteHostImpl::GetInstance()->Init(sandbox_binary.value()); |
} |
#endif |