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 90a5484aab166d59ab0eb003940668ddde63edbb..10e5017e0815e48b93036f9697c79c52f7c10d8f 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -569,6 +569,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
switches::kGpuStartupDialog, |
switches::kLoggingLevel, |
switches::kNoSandbox, |
+ switches::kTraceStartup, |
}; |
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |
arraysize(kSwitchNames)); |