| Index: base/debug/trace_event.h
|
| diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
|
| index 975403641e0208cd0695f323eb63d9d6c4de8c7e..ceadb1ada2205fe530b8ca947391124e6eda0302 100644
|
| --- a/base/debug/trace_event.h
|
| +++ b/base/debug/trace_event.h
|
| @@ -1037,6 +1037,9 @@ TRACE_EVENT_API_CLASS_EXPORT extern \
|
| #define TRACE_EVENT_FLAG_SCOPE_MASK (static_cast<unsigned char>( \
|
| TRACE_EVENT_FLAG_SCOPE_OFFSET | (TRACE_EVENT_FLAG_SCOPE_OFFSET << 1)))
|
|
|
| +#define TRACE_EVENT_FLAG_DONT_REPORT_OVERHEAD \
|
| + (static_cast<unsigned char>(1 << 5))
|
| +
|
| // Type values for identifying types in the TraceValue union.
|
| #define TRACE_VALUE_TYPE_BOOL (static_cast<unsigned char>(1))
|
| #define TRACE_VALUE_TYPE_UINT (static_cast<unsigned char>(2))
|
|
|