Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index f72aaefbade7055e1b0d53aaabb9c08d1a660122..3969f24b53f3d5ec1a5766293ef7b0255a2b89f2 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -963,6 +963,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id, |
base::CommandLine* cmd_line = new base::CommandLine(exe_path); |
#endif |
+ BrowserChildProcessHostImpl::CopyFeatureAndFieldTrialFlags(cmd_line); |
cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kGpuProcess); |
cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); |
cmd_line->AppendSwitchASCII(switches::kMojoApplicationChannelToken, |