| Index: base/trace_event/trace_event_impl.h
|
| diff --git a/base/trace_event/trace_event_impl.h b/base/trace_event/trace_event_impl.h
|
| index 890e65a7eb66196bfe5f370b5e1f7ff3da00ce7a..c3da0b5e3998a2eb1e6b9019516793aeb1a8aaae 100644
|
| --- a/base/trace_event/trace_event_impl.h
|
| +++ b/base/trace_event/trace_event_impl.h
|
| @@ -26,7 +26,6 @@
|
|
|
| // Older style trace macros with explicit id and extra data
|
| // Only these macros result in publishing data to ETW as currently implemented.
|
| -// TODO(georgesak): Update/replace these with new ETW macros.
|
| #define TRACE_EVENT_BEGIN_ETW(name, id, extra) \
|
| base::trace_event::TraceLog::AddTraceEventEtw( \
|
| TRACE_EVENT_PHASE_BEGIN, \
|
| @@ -447,8 +446,6 @@ class BASE_EXPORT TraceLog {
|
| ENABLED_FOR_MONITORING = 1 << 1,
|
| // Category group enabled by SetEventCallbackEnabled().
|
| ENABLED_FOR_EVENT_CALLBACK = 1 << 2,
|
| - // Category group enabled to export events to ETW.
|
| - ENABLED_FOR_ETW_EXPORT = 1 << 3
|
| };
|
|
|
| static TraceLog* GetInstance();
|
|
|