| Index: extensions/browser/api/cast_channel/logging.proto
|
| diff --git a/extensions/browser/api/cast_channel/logging.proto b/extensions/browser/api/cast_channel/logging.proto
|
| index 57bd461ba1dffbb0196e4accd7539627b39a3d5a..71aa4220c4a2678c4cffaca7780ee093cb0232fb 100644
|
| --- a/extensions/browser/api/cast_channel/logging.proto
|
| +++ b/extensions/browser/api/cast_channel/logging.proto
|
| @@ -131,6 +131,8 @@ message AggregatedSocketEvent {
|
| optional int32 endpoint_id = 2;
|
| optional ChannelAuth channel_auth_type = 3;
|
| repeated SocketEvent socket_event = 4;
|
| + optional int64 bytes_read = 5;
|
| + optional int64 bytes_written = 6;
|
| }
|
|
|
| message Log {
|
| @@ -142,6 +144,4 @@ message Log {
|
|
|
| // Number of event log entries evicted by the logger due to size constraints.
|
| optional int32 num_evicted_socket_events = 3;
|
| -
|
| - // TODO(imcheng): Add other stats, such as bytes read/written across sockets.
|
| }
|
|
|