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 8b3cd3a7c6a5aee76b2e238b2700a29ec8949cb4..9c276e7a5d0ac01550203f030968652e87b08c8b 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -1173,6 +1173,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
process_->Launch( |
#if defined(OS_WIN) |
new GpuSandboxedProcessLauncherDelegate(cmd_line), |
+ false, |
#elif defined(OS_POSIX) |
false, |
base::EnvironmentMap(), |