| Index: chrome/browser/zygote_host_linux.cc
|
| diff --git a/chrome/browser/zygote_host_linux.cc b/chrome/browser/zygote_host_linux.cc
|
| index e4e7ce3da4f8f4570b79777ab34465e696af494b..a908e86dd4d2c0be7b077448302b8a01402d5c2f 100644
|
| --- a/chrome/browser/zygote_host_linux.cc
|
| +++ b/chrome/browser/zygote_host_linux.cc
|
| @@ -104,11 +104,8 @@ void ZygoteHost::Init(const std::string& sandbox_cmd) {
|
| switches::kUserDataDir, // Make logs go to the right file.
|
| // Load (in-process) Pepper plugins in-process in the zygote pre-sandbox.
|
| switches::kRegisterPepperPlugins,
|
| -#if defined(USE_SECCOMP_SANDBOX)
|
| switches::kDisableSeccompSandbox,
|
| -#else
|
| switches::kEnableSeccompSandbox,
|
| -#endif
|
| };
|
| cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches,
|
| arraysize(kForwardSwitches));
|
|
|