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 98a6f2a7b31e1f07eabc5a5ac5022f28b97d59eb..e5b5415ac7fdbd9fdc000cbba859e93dde19e5e5 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", |