| Index: chrome/common/sandbox_init_wrapper.cc
|
| ===================================================================
|
| --- chrome/common/sandbox_init_wrapper.cc (revision 26540)
|
| +++ chrome/common/sandbox_init_wrapper.cc (working copy)
|
| @@ -27,7 +27,6 @@
|
| if (!command_line.HasSwitch(switches::kNoSandbox)) {
|
| if ((process_type == switches::kRendererProcess) ||
|
| (process_type == switches::kWorkerProcess) ||
|
| - (process_type == switches::kNaClProcess) ||
|
| (process_type == switches::kUtilityProcess) ||
|
| (process_type == switches::kPluginProcess &&
|
| command_line.HasSwitch(switches::kSafePlugins))) {
|
|
|