| Index: remoting/proto/video_stats.proto
|
| diff --git a/remoting/proto/video_stats.proto b/remoting/proto/video_stats.proto
|
| index 6bc4bb639d727032a971144aa9e7e70a10cb7aca..198edcab5bfc75bdbff0fc0913e76fa17fcf887b 100644
|
| --- a/remoting/proto/video_stats.proto
|
| +++ b/remoting/proto/video_stats.proto
|
| @@ -11,7 +11,6 @@
|
|
|
| package remoting;
|
|
|
| -// Next Id: 13
|
| message FrameStatsMessage {
|
| // Frame ID.
|
| optional uint32 frame_id = 1;
|
| @@ -45,9 +44,5 @@
|
|
|
| // Current bandwidth estimate in kb/s.
|
| optional int32 bandwidth_estimate_kbps = 11;
|
| -
|
| - // The capturer Id to indicate the implementation of ScreenCapturer that
|
| - // generates this frame.
|
| - optional uint32 capturer_id = 12;
|
| }
|
|
|
|
|