Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Unified Diff: content/app/content_main_runner.cc

Issue 1183633003: cross gn Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: slightly smaller diff Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « components/crash/content/app/crashpad_win.cc ('k') | content/browser/accessibility/browser_accessibility_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698