| 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 18b51fefbba51f2081add272efa03e3e488521c9..be1437451b93cfe3bf8cc80ddd54259721a1b88b 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -938,7 +938,8 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| process_->Launch(
|
| new GpuSandboxedProcessLauncherDelegate(cmd_line,
|
| process_->GetHost()),
|
| - cmd_line);
|
| + cmd_line,
|
| + true);
|
| process_launched_ = true;
|
|
|
| UMA_HISTOGRAM_ENUMERATION("GPU.GPUProcessLifetimeEvents",
|
|
|