| Index: base/trace_event/common/trace_event_common.h | 
| diff --git a/base/trace_event/common/trace_event_common.h b/base/trace_event/common/trace_event_common.h | 
| index 8d13fc2e8cb8a59662291e8c8c499624ab1c64e5..26e5a4f6a28bccb3519c7ec4287762d05c26b63f 100644 | 
| --- a/base/trace_event/common/trace_event_common.h | 
| +++ b/base/trace_event/common/trace_event_common.h | 
| @@ -926,6 +926,11 @@ | 
| name, id, TRACE_EVENT_FLAG_COPY, arg1_name, \ | 
| arg1_val, arg2_name, arg2_val) | 
|  | 
| +// TRACE_EVENT_METADATA* events are information related to other | 
| +// injected events, not events in their own right. | 
| +#define TRACE_EVENT_METADATA1(category_group, name, arg1_name, arg1_val) \ | 
| +  INTERNAL_TRACE_EVENT_METADATA_ADD(category_group, name, arg1_name, arg1_val) | 
| + | 
| // Records a clock sync event. | 
| #define TRACE_EVENT_CLOCK_SYNC_RECEIVER(sync_id)                               \ | 
| INTERNAL_TRACE_EVENT_ADD(                                                    \ | 
|  |