summaryrefslogtreecommitdiffstats
path: root/chrome/common/sandbox_init_wrapper_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/sandbox_init_wrapper_win.cc')
-rw-r--r--chrome/common/sandbox_init_wrapper_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sandbox_init_wrapper_win.cc b/chrome/common/sandbox_init_wrapper_win.cc
index 5d4399a..0bfba24 100644
--- a/chrome/common/sandbox_init_wrapper_win.cc
+++ b/chrome/common/sandbox_init_wrapper_win.cc
@@ -21,7 +21,7 @@ bool SandboxInitWrapper::InitializeSandbox(const CommandLine& command_line,
if ((process_type == switches::kRendererProcess) ||
(process_type == switches::kExtensionProcess) ||
(process_type == switches::kWorkerProcess) ||
- (process_type == switches::kNaClLoaderProcess) ||
+ (process_type == switches::kNaClProcess) ||
(process_type == switches::kUtilityProcess) ||
(process_type == switches::kPluginProcess &&
command_line.HasSwitch(switches::kSafePlugins))) {