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

Unified Diff: components/nacl/browser/nacl_broker_host_win.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_broker_host_win.cc
diff --git a/components/nacl/browser/nacl_broker_host_win.cc b/components/nacl/browser/nacl_broker_host_win.cc
index 21bd188a36fbe45fc977de1dcbcb20d3d4eb4a57..501ba6c66cf44ec5539737b97049728e4ef4d401 100644
--- a/components/nacl/browser/nacl_broker_host_win.cc
+++ b/components/nacl/browser/nacl_broker_host_win.cc
@@ -73,9 +73,8 @@ bool NaClBrokerHost::Init() {
if (NaClBrowser::GetDelegate()->DialogsAreSuppressed())
cmd_line->AppendSwitch(switches::kNoErrorDialogs);
- process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate,
- cmd_line,
- true);
+ process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate, cmd_line,
+ nullptr, true);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698