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

Unified Diff: content/browser/utility_process_host_impl.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: content/browser/utility_process_host_impl.cc
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
index 175825b80f626ab088b50429b069ad8048205ba0..aa7c781e2da845969d11a4e7933857a2156fa958 100644
--- a/content/browser/utility_process_host_impl.cc
+++ b/content/browser/utility_process_host_impl.cc
@@ -346,6 +346,9 @@ bool UtilityProcessHostImpl::StartProcess() {
run_elevated_,
no_sandbox_, env_,
process_->GetHost()),
+#if defined(OS_WIN)
+ NULL,
+#endif
cmd_line,
true);
}

Powered by Google App Engine
This is Rietveld 408576698