| Index: chrome/browser/gpu_process_host.cc
|
| diff --git a/chrome/browser/gpu_process_host.cc b/chrome/browser/gpu_process_host.cc
|
| index eeb50bda6ba08ad2e4dcec4fcf0bc6ab4d642974..2cd58c5459c00a16dafc3468d15aa2d5d8052254 100644
|
| --- a/chrome/browser/gpu_process_host.cc
|
| +++ b/chrome/browser/gpu_process_host.cc
|
| @@ -494,8 +494,13 @@ bool GpuProcessHost::LaunchGpuProcess() {
|
| switches::kDisableLogging,
|
| switches::kEnableAcceleratedDecoding,
|
| switches::kEnableLogging,
|
| +#if defined(OS_MACOSX)
|
| + switches::kEnableSandboxLogging,
|
| +#endif
|
| switches::kGpuStartupDialog,
|
| switches::kLoggingLevel,
|
| + switches::kNoGpuSandbox,
|
| + switches::kNoSandbox,
|
| };
|
| cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
|
| arraysize(kSwitchNames));
|
|
|