| Index: media/cast/logging/proto/raw_events.proto
|
| diff --git a/media/cast/logging/proto/raw_events.proto b/media/cast/logging/proto/raw_events.proto
|
| index b0b5c4bd3b6fe92f98281435383268750db29a3f..e0d3f8458e52d69d8f627450a7cfdee9531aa57c 100644
|
| --- a/media/cast/logging/proto/raw_events.proto
|
| +++ b/media/cast/logging/proto/raw_events.proto
|
| @@ -51,6 +51,10 @@ enum EventType {
|
| VIDEO_PACKET_RECEIVED = 26;
|
| DUPLICATE_AUDIO_PACKET_RECEIVED = 27;
|
| DUPLICATE_VIDEO_PACKET_RECEIVED = 28;
|
| + // Sender-side generic event - These events are not encoded / serialized, but
|
| + // are only here for keeping the enum in sync with logging_defines.h.
|
| + AUDIO_RTCP_PACKET_RECEIVED = 29;
|
| + VIDEO_RTCP_PACKET_RECEIVED = 30;
|
| }
|
|
|
| // Each log will contain one |LogMetadata|.
|
|
|