summaryrefslogtreecommitdiffstats
path: root/content/app/content_main_runner.cc
diff options
context:
space:
mode:
authorpdr <pdr@chromium.org>2015-04-13 22:08:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-14 05:08:20 +0000
commitdc37b8898c1bfa11ed842cdcb8452412865231c4 (patch)
tree44cbccfef18e41464acb8607e5a8648300d6283e /content/app/content_main_runner.cc
parentf4333c5e05497088c1476ae48da341876f600bfc (diff)
downloadchromium_src-dc37b8898c1bfa11ed842cdcb8452412865231c4.zip
chromium_src-dc37b8898c1bfa11ed842cdcb8452412865231c4.tar.gz
chromium_src-dc37b8898c1bfa11ed842cdcb8452412865231c4.tar.bz2
Revert "Add option to export tracing events to ETW."
This reverts commit 1cc86c4f686869f32dfede093a07828c73563892 due to a compile failures on windows. For more information, see crbug.com/476806. TBR=thakis BUG=476806 Review URL: https://codereview.chromium.org/1087733002 Cr-Commit-Position: refs/heads/master@{#325002}
Diffstat (limited to 'content/app/content_main_runner.cc')
-rw-r--r--content/app/content_main_runner.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index 0db941a..42f1865 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -77,7 +77,6 @@
#include <cstring>
#include "base/strings/string_number_conversions.h"
-#include "base/trace_event/trace_event_etw_export_win.h"
#include "ui/base/win/atl_module.h"
#include "ui/gfx/win/dpi.h"
#elif defined(OS_MACOSX)
@@ -633,12 +632,6 @@ class ContentMainRunnerImpl : public ContentMainRunner {
base::trace_event::TraceOptions(
base::trace_event::RECORD_UNTIL_FULL));
}
-#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();
-#endif // OS_WIN
-
#if !defined(OS_ANDROID)
// Android tracing started at the beginning of the method.
// Other OSes have to wait till we get here in order for all the memory