Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: webrtc/voice_engine/channel_proxy.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index 3461cf3e782046160d76b6ada6fddf2a5c4d9cd5..145df82d4cdf536978bf623635982266a45ba78c 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -23,6 +23,7 @@ namespace webrtc {
class AudioSinkInterface;
class PacketRouter;
+class RtcEventLog;
class RtpPacketSender;
class TransportFeedbackObserver;
@@ -72,6 +73,8 @@ class ChannelProxy {
virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink);
+ virtual void SetRtcEventLog(RtcEventLog* event_log);
+
private:
Channel* channel() const;

Powered by Google App Engine
This is Rietveld 408576698