| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index 5aa2839feb70e9920f82ac83c6034332b2e40c7f..ca7ffb6bc7c4ea04a072df34a286b3e3b2007ca0 100644
|
| --- a/webrtc/voice_engine/channel_proxy.h
|
| +++ b/webrtc/voice_engine/channel_proxy.h
|
| @@ -67,9 +67,7 @@ class ChannelProxy : public RtpPacketSinkInterface {
|
| virtual void SetRTCP_CNAME(const std::string& c_name);
|
| virtual void SetNACKStatus(bool enable, int max_packets);
|
| virtual void SetSendAudioLevelIndicationStatus(bool enable, int id);
|
| - virtual void SetReceiveAudioLevelIndicationStatus(bool enable, int id);
|
| virtual void EnableSendTransportSequenceNumber(int id);
|
| - virtual void EnableReceiveTransportSequenceNumber(int id);
|
| virtual void RegisterSenderCongestionControlObjects(
|
| RtpTransportControllerSendInterface* transport,
|
| RtcpBandwidthObserver* bandwidth_observer);
|
|
|