| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index 966abc4868d336ab346c265850e9e0e5edfbf4ec..3760df047c8917fb2c0c5cf106b9a115b6d96a01 100644
|
| --- a/webrtc/voice_engine/channel_proxy.h
|
| +++ b/webrtc/voice_engine/channel_proxy.h
|
| @@ -105,8 +105,6 @@ class ChannelProxy {
|
| virtual void DisassociateSendChannel();
|
| virtual void GetRtpRtcp(RtpRtcp** rtp_rtcp,
|
| RtpReceiver** rtp_receiver) const;
|
| - virtual void GetDelayEstimate(int* jitter_buffer_delay_ms,
|
| - int* playout_buffer_delay_ms) const;
|
| virtual uint32_t GetPlayoutTimestamp() const;
|
| virtual void SetMinimumPlayoutDelay(int delay_ms);
|
| virtual void SetRtcpRttStats(RtcpRttStats* rtcp_rtt_stats);
|
|
|