| Index: components/tracing/proto/events_chunk.proto
|
| diff --git a/components/tracing/proto/events_chunk.proto b/components/tracing/proto/events_chunk.proto
|
| index 837dfec56d6f29e7e61cc1e7656eba7753fc104b..aedec76048c3c6c9a047df54790fc0ce0f5c8877 100644
|
| --- a/components/tracing/proto/events_chunk.proto
|
| +++ b/components/tracing/proto/events_chunk.proto
|
| @@ -11,6 +11,7 @@ package tracing.proto;
|
| // exclusively by one writer (almost always 1 writer == 1 thread). It contains
|
| // a variable number of variable-sized events. Events can be fragmented across
|
| // several chunks.
|
| +
|
| message EventsChunk {
|
| // Chunks produced by the same trace writer have the same writer_id. This
|
| // allows to identify the next chunk for a writer (thread) in the ring buffer.
|
|
|