Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index cdb519f53a75c7737c87292ba19cb8c0c89635a1..adcbdd954a09be14527f90b8260fb09ba49c21c9 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -631,7 +631,10 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
base::trace_event::TraceLog::GetInstance()->SetEnabled( |
trace_config, |
base::trace_event::TraceLog::RECORDING_MODE); |
+ } else if (process_type != switches::kZygoteProcess) { |
+ base::trace_event::EnableStartupTracingIfConfigFileExists(); |
} |
+ |
#if defined(OS_WIN) |
// Enable exporting of events to ETW if requested on the command line. |
if (command_line.HasSwitch(switches::kTraceExportEventsToETW)) |