| 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 721fa41f529771ebe50e94a76749209923ebd49d..96a233e56e426cb4c5eb1dbe9ade8d1d7af4acd7 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -990,6 +990,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| switches::kNoSandbox,
|
| switches::kTestGLLib,
|
| switches::kTraceStartup,
|
| + switches::kTraceToConsole,
|
| switches::kV,
|
| switches::kVModule,
|
| #if defined(OS_MACOSX)
|
|
|