Chromium Code Reviews

Unified Diff: webrtc/voice_engine/voe_codec_impl.h

Issue 1748403002: Move RtcEventLog object from inside VoiceEngine to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Introduce proxy object for RtcEventLog and handle other comments. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/voice_engine/voe_codec_impl.h
diff --git a/webrtc/voice_engine/voe_codec_impl.h b/webrtc/voice_engine/voe_codec_impl.h
index 5095f6e23296bafa5b1671bd50fa1441e6da8987..55192320555b02bef96291bcaa34fc3acb700300 100644
--- a/webrtc/voice_engine/voe_codec_impl.h
+++ b/webrtc/voice_engine/voe_codec_impl.h
@@ -58,8 +58,6 @@ class VoECodecImpl : public VoECodec {
int SetOpusDtx(int channel, bool enable_dtx) override;
- RtcEventLog* GetEventLog() override;
-
protected:
VoECodecImpl(voe::SharedData* shared);
~VoECodecImpl() override;

Powered by Google App Engine