summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_process_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/nacl_process_host.cc')
-rw-r--r--chrome/browser/nacl_process_host.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/nacl_process_host.cc b/chrome/browser/nacl_process_host.cc
index e84d76c..da40335 100644
--- a/chrome/browser/nacl_process_host.cc
+++ b/chrome/browser/nacl_process_host.cc
@@ -72,7 +72,7 @@ bool NaClProcessHost::LaunchSelLdr() {
return false;
// Build command line for nacl.
- FilePath exe_path = GetChildPath();
+ FilePath exe_path = GetChildPath(true);
if (exe_path.empty())
return false;
@@ -115,6 +115,7 @@ bool NaClProcessHost::LaunchSelLdr() {
#if defined(OS_WIN)
FilePath(),
#elif defined(OS_POSIX)
+ false,
base::environment_vector(),
#endif
cmd_line);