| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index 8bb452ba190e5ef3b6989b3e35f90eb8f7af4183..ea0446e5b5766bd9b1301f6c098ff4c2d55df814 100644
|
| --- a/webrtc/voice_engine/channel_proxy.h
|
| +++ b/webrtc/voice_engine/channel_proxy.h
|
| @@ -52,9 +52,7 @@ class ChannelProxy {
|
| virtual void SetLocalSSRC(uint32_t ssrc);
|
| virtual void SetRTCP_CNAME(const std::string& c_name);
|
| virtual void SetNACKStatus(bool enable, int max_packets);
|
| - virtual void SetSendAbsoluteSenderTimeStatus(bool enable, int id);
|
| virtual void SetSendAudioLevelIndicationStatus(bool enable, int id);
|
| - virtual void SetReceiveAbsoluteSenderTimeStatus(bool enable, int id);
|
| virtual void SetReceiveAudioLevelIndicationStatus(bool enable, int id);
|
| virtual void EnableSendTransportSequenceNumber(int id);
|
| virtual void EnableReceiveTransportSequenceNumber(int id);
|
|
|