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

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: Processed review comments and rebased. 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 dec726cb23c7cfbe6cc7aa5791351e79e19b6397..33c10701a0a5f2db8db9e3cc74be49ded902ee76 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