| 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 a6e95f4152a039df5ac985ebad92423ef3a0a013..8f21b8ae5270699da909fce8274d55ac049bee93 100644
|
| --- a/base/trace_event/trace_event_impl.h
|
| +++ b/base/trace_event/trace_event_impl.h
|
| @@ -116,6 +116,7 @@ class BASE_EXPORT TraceEvent {
|
| const unsigned char* category_group_enabled,
|
| const char* name,
|
| unsigned long long id,
|
| + unsigned long long bind_id,
|
| int num_args,
|
| const char** arg_names,
|
| const unsigned char* arg_types,
|
| @@ -184,6 +185,7 @@ class BASE_EXPORT TraceEvent {
|
| int thread_id_;
|
| char phase_;
|
| unsigned int flags_;
|
| + unsigned long long bind_id_;
|
| unsigned char arg_types_[kTraceMaxNumArgs];
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TraceEvent);
|
| @@ -460,6 +462,7 @@ class BASE_EXPORT TraceLog : public MemoryDumpProvider {
|
| const char* name,
|
| unsigned long long id,
|
| int thread_id,
|
| + unsigned long long bind_id,
|
| const TraceTicks& timestamp,
|
| int num_args,
|
| const char** arg_names,
|
|
|