| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 49b943477696f1c5f4e09ad8bb130efbdf095c58..d76546962d7667fc06f68986a173582759a954d8 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -616,8 +616,8 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
|
|
| #if defined(OS_WIN)
|
| // Enable exporting of events to ETW if requested on the command line.
|
| - if (command_line.HasSwitch(switches::kTraceExportEventsToETW))
|
| - base::trace_event::TraceEventETWExport::EnableETWExport();
|
| + //if (command_line.HasSwitch(switches::kTraceExportEventsToETW))
|
| + //base::trace_event::TraceEventETWExport::EnableETWExport();
|
| #endif // OS_WIN
|
|
|
| #if !defined(OS_ANDROID)
|
|
|