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

Unified Diff: content/browser/utility_process_host_impl.cc

Issue 2900773004: media: Add experimental feature to enable Mojo CDM on desktop Chromium (Closed)
Patch Set: rebase and test fix Created 3 years, 7 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 baafcdeb88284e668bfe39a4ec63acfbff994cdd..6d79dd2986097e3f3ca9d3ed8d50f87b18aa0b02 100644
--- a/content/browser/utility_process_host_impl.cc
+++ b/content/browser/utility_process_host_impl.cc
@@ -337,6 +337,8 @@ bool UtilityProcessHostImpl::StartProcess() {
cmd_line->AppendSwitch(switches::kUtilityProcessRunningElevated);
#endif
+ BrowserChildProcessHostImpl::CopyFeatureAndFieldTrialFlags(cmd_line.get());
+
process_->Launch(base::MakeUnique<UtilitySandboxedProcessLauncherDelegate>(
exposed_dir_, run_elevated_, no_sandbox_, env_),
std::move(cmd_line), true);

Powered by Google App Engine
This is Rietveld 408576698