| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| index 8bdb68a2d50e22088c808bbb20553db809554fcd..2b740434c1abbdae940167e81ce5d41de950079b 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| @@ -215,12 +215,6 @@ bool RemoteBitrateEstimatorSingleStream::LatestEstimate(
|
| return true;
|
| }
|
|
|
| -bool RemoteBitrateEstimatorSingleStream::GetStats(
|
| - ReceiveBandwidthEstimatorStats* output) const {
|
| - // Not implemented.
|
| - return false;
|
| -}
|
| -
|
| void RemoteBitrateEstimatorSingleStream::GetSsrcs(
|
| std::vector<uint32_t>* ssrcs) const {
|
| assert(ssrcs);
|
|
|