| 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 fe63c21ff18ce15ac26e016c9cf3468cd74d66af..c72c2eacee238a6ae5858d5b8cf4299e9b591096 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -994,6 +994,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,
|
|
|