| 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 297f75115f8838813da0a67e53eaa71be767eab2..11e288f438b7372414d41eaefa8a0903cf54284d 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -1110,6 +1110,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| switches::kGpuStartupDialog,
|
| switches::kGpuSandboxAllowSysVShm,
|
| switches::kGpuSandboxFailuresFatal,
|
| + switches::kGpuSandboxStartAfterInitialization,
|
| switches::kLoggingLevel,
|
| switches::kNoSandbox,
|
| switches::kTestGLLib,
|
|
|