| Index: content/browser/zygote_host_linux.cc
|
| diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc
|
| index 9d1d02d31ac2d4682c23609a59d49b1cc5d3a0be..a139b6aa55cfc2a3114f85047fe256466c5f0de0 100644
|
| --- a/content/browser/zygote_host_linux.cc
|
| +++ b/content/browser/zygote_host_linux.cc
|
| @@ -113,7 +113,6 @@ void ZygoteHost::Init(const std::string& sandbox_cmd) {
|
| switches::kRegisterPepperPlugins,
|
| switches::kDisableSeccompSandbox,
|
| switches::kEnableSeccompSandbox,
|
| - switches::kNaClLinuxHelper,
|
| };
|
| cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches,
|
| arraysize(kForwardSwitches));
|
|
|