| 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..a9f0a49e4a143a2a1d633af8f6a93c8be3a16367 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 {
|
| + base::trace_event::EnableStartupTracingFromConfigFile();
|
| }
|
| +
|
| #if defined(OS_WIN)
|
| // Enable exporting of events to ETW if requested on the command line.
|
| if (command_line.HasSwitch(switches::kTraceExportEventsToETW))
|
|
|