| Index: content/zygote/zygote_linux.cc
|
| diff --git a/content/zygote/zygote_linux.cc b/content/zygote/zygote_linux.cc
|
| index 2b69cb23292ad8ec8b94dc61ab7b917cff1a8eed..5d26a0535619971c950e0ed454b53b555f9d24ce 100644
|
| --- a/content/zygote/zygote_linux.cc
|
| +++ b/content/zygote/zygote_linux.cc
|
| @@ -436,9 +436,6 @@ base::ProcessId Zygote::ReadArgsAndFork(const Pickle& pickle,
|
| if (!child_pid) {
|
| // This is the child process.
|
|
|
| - // At this point, we finally know our process type.
|
| - LinuxSandbox::GetInstance()->PreinitializeSandboxFinish(process_type);
|
| -
|
| close(kBrowserDescriptor); // Our socket from the browser.
|
| if (UsingSUIDSandbox())
|
| close(kZygoteIdFd); // Another socket from the browser.
|
|
|