| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index 3c7600193ed194f5d80e6dea3a4bfb8c4dcaa9fc..f477bb4e15793d38ffd0be4f4735794505b1d142 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -463,8 +463,7 @@ bool ZygoteMain(const MainFunctionParams& params,
|
|
|
| if (forkdelegate != NULL) {
|
| VLOG(1) << "ZygoteMain: initializing fork delegate";
|
| - forkdelegate->Init(Zygote::kBrowserDescriptor,
|
| - Zygote::kMagicSandboxIPCDescriptor);
|
| + forkdelegate->Init(Zygote::kMagicSandboxIPCDescriptor);
|
| } else {
|
| VLOG(1) << "ZygoteMain: fork delegate is NULL";
|
| }
|
|
|