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

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

Issue 2365273004: Initial implementation for sharing field trial state (win) (Closed)
Patch Set: add missing include Created 4 years, 2 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 7f23abe40968d1c33c9b072d797382ea5849cd61..ecd66b013a1eaebe509c84b3eca4a753ee926be6 100644
--- a/components/nacl/browser/nacl_process_host.cc
+++ b/components/nacl/browser/nacl_process_host.cc
@@ -668,8 +668,7 @@ bool NaClProcessHost::LaunchSelLdr() {
#endif
process_->Launch(
new NaClSandboxedProcessLauncherDelegate(process_->GetHost()),
- cmd_line.release(),
- true);
+ cmd_line.release(), nullptr, true);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698