| Index: remoting/protocol/frame_stats.cc
|
| diff --git a/remoting/protocol/frame_stats.cc b/remoting/protocol/frame_stats.cc
|
| index 2c73e909f2167adf96abc7ba91a20223273873fe..ca9ad4b75434c84f9b594446f91893b60bebfd75 100644
|
| --- a/remoting/protocol/frame_stats.cc
|
| +++ b/remoting/protocol/frame_stats.cc
|
| @@ -133,9 +133,6 @@
|
| if (bandwidth_estimate_kbps >= 0) {
|
| message_out->set_bandwidth_estimate_kbps(bandwidth_estimate_kbps);
|
| }
|
| - if (capturer_id != webrtc::DesktopCapturerId::kUnknown) {
|
| - message_out->set_capturer_id(capturer_id);
|
| - }
|
| }
|
|
|
| FrameStats::FrameStats() = default;
|
|
|