Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: components/nacl/browser/nacl_process_host.cc

Issue 2365273004: Initial implementation for sharing field trial state (win) (Closed)
Patch Set: Write unit test for BrowserChildProcessHostImpl Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/nacl/browser/nacl_process_host.cc
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
index 633bace8b53ab92d7133240f4ae2bab9262345c8..f6854c6077acaa85a14ef5eee86c65319c87fc06 100644
--- a/components/nacl/browser/nacl_process_host.cc
+++ b/components/nacl/browser/nacl_process_host.cc
@@ -669,6 +669,9 @@ bool NaClProcessHost::LaunchSelLdr() {
#endif
process_->Launch(
new NaClSandboxedProcessLauncherDelegate(process_->GetHost()),
+#if defined(OS_WIN)
+ NULL,
+#endif
cmd_line.release(),
true);
return true;

Powered by Google App Engine
This is Rietveld 408576698