| Index: content/common/sandbox_init_wrapper_win.cc
|
| diff --git a/content/common/sandbox_init_wrapper_win.cc b/content/common/sandbox_init_wrapper_win.cc
|
| index 085f56fc289f4aecd1c917d9cae0c4e7d89b38a7..18a5e992233df216d92be0240f51619ea874e599 100644
|
| --- a/content/common/sandbox_init_wrapper_win.cc
|
| +++ b/content/common/sandbox_init_wrapper_win.cc
|
| @@ -33,7 +33,6 @@ bool SandboxInitWrapper::InitializeSandbox(const CommandLine& command_line,
|
| if (command_line.HasSwitch(switches::kNoSandbox))
|
| return true;
|
| if ((process_type == switches::kRendererProcess) ||
|
| - (process_type == switches::kExtensionProcess) ||
|
| (process_type == switches::kWorkerProcess) ||
|
| (process_type == switches::kNaClLoaderProcess) ||
|
| (process_type == switches::kUtilityProcess)) {
|
|
|