Chromium Code Reviews| Index: webrtc/voice_engine/include/voe_codec.h |
| diff --git a/webrtc/voice_engine/include/voe_codec.h b/webrtc/voice_engine/include/voe_codec.h |
| index 6c4fb38a2faf4fa18093ba0bbca2cd85853d3c63..5d94ac27365a91fa3df47901f28ad66422ab7b4f 100644 |
| --- a/webrtc/voice_engine/include/voe_codec.h |
| +++ b/webrtc/voice_engine/include/voe_codec.h |
| @@ -35,7 +35,6 @@ |
| namespace webrtc { |
| -class RtcEventLog; |
| class VoiceEngine; |
| class WEBRTC_DLLEXPORT VoECodec { |
| @@ -132,10 +131,6 @@ class WEBRTC_DLLEXPORT VoECodec { |
| // success, and -1 if failed. |
| virtual int SetOpusDtx(int channel, bool enable_dtx) = 0; |
| - // Get a pointer to the event logging object associated with this Voice |
|
the sun
2016/03/03 09:25:13
Remember that here you're changing an interface th
ivoc
2016/03/10 13:15:36
It was introduced in Sept 2015, and is not current
|
| - // Engine. This pointer will remain valid until VoiceEngine is destroyed. |
| - virtual RtcEventLog* GetEventLog() = 0; |
| - |
| protected: |
| VoECodec() {} |
| virtual ~VoECodec() {} |