Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / components / nacl / browser / nacl_broker_host_win.cc
index 878ca6e..ca54e67 100644 (file)
@@ -67,7 +67,9 @@ bool NaClBrokerHost::Init() {
   if (NaClBrowser::GetDelegate()->DialogsAreSuppressed())
     cmd_line->AppendSwitch(switches::kNoErrorDialogs);
 
-  process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate, cmd_line);
+  process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate,
+                   false,
+                   cmd_line);
   return true;
 }