| Index: base/trace_event/trace_log.h
|
| diff --git a/base/trace_event/trace_log.h b/base/trace_event/trace_log.h
|
| index e4407e81bdcf35c7e1d793bd8b397ddaa4a193c7..e1b76d05c4d86cbba7dd1c55a38b446c800b855b 100644
|
| --- a/base/trace_event/trace_log.h
|
| +++ b/base/trace_event/trace_log.h
|
| @@ -60,7 +60,9 @@ class BASE_EXPORT TraceLog : public MemoryDumpProvider {
|
| // 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
|
| + ENABLED_FOR_ETW_EXPORT = 1 << 3,
|
| + // TODO description
|
| + ENABLED_FOR_FILTERING = 1 << 4
|
| };
|
|
|
| static TraceLog* GetInstance();
|
|
|