Index: chrome/common/sandbox_init_wrapper.cc |
=================================================================== |
--- chrome/common/sandbox_init_wrapper.cc (revision 26533) |
+++ chrome/common/sandbox_init_wrapper.cc (working copy) |
@@ -27,6 +27,7 @@ |
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))) { |