| 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 7829414aac9d3c13b03e81492cc33696e204aa0b..643b6adc15f3cf5d021f704a5d13689b4518ef05 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -973,8 +973,7 @@ bool GpuProcessHost::LaunchGpuProcess(gpu::GpuPreferences* gpu_preferences) {
|
|
|
| cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kGpuProcess);
|
|
|
| - field_trial_state_ =
|
| - BrowserChildProcessHostImpl::CopyFeatureAndFieldTrialFlags(cmd_line);
|
| + BrowserChildProcessHostImpl::CopyFeatureAndFieldTrialFlags(cmd_line);
|
|
|
| #if defined(OS_WIN)
|
| cmd_line->AppendArg(switches::kPrefetchArgumentGpu);
|
| @@ -1019,7 +1018,7 @@ bool GpuProcessHost::LaunchGpuProcess(gpu::GpuPreferences* gpu_preferences) {
|
|
|
| process_->Launch(
|
| new GpuSandboxedProcessLauncherDelegate(cmd_line, process_->GetHost()),
|
| - cmd_line, field_trial_state_.get(), true);
|
| + cmd_line, true);
|
| process_launched_ = true;
|
|
|
| UMA_HISTOGRAM_ENUMERATION("GPU.GPUProcessLifetimeEvents",
|
|
|