Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
index e91f1c04d42fbb9c462fbc8d8c3dc5118edb401e..73b7b15fa4af45179ab9ac2c9a06d3932c679582 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
@@ -63,8 +63,6 @@ bool RemoteEstimatorProxy::GetStats( |
return false; |
} |
-void RemoteEstimatorProxy::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) { |
-} |
int64_t RemoteEstimatorProxy::TimeUntilNextProcess() { |
int64_t now = clock_->TimeInMilliseconds(); |