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..d94b80cab37144a735a2a592a5811b0a305d4d5b 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 |
+ ChildProcessHostImpl::CopyEnableDisableFeatureFlags(cmd_line); |
cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kGpuProcess); |
cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); |
cmd_line->AppendSwitchASCII(switches::kMojoApplicationChannelToken, |