Index: talk/app/webrtc/peerconnectionfactory.h |
diff --git a/talk/app/webrtc/peerconnectionfactory.h b/talk/app/webrtc/peerconnectionfactory.h |
index c5855f452b76cc4be2be35d3e6e7c91c5d0d2ef6..b7edd21040be2f30404e999712cff45c9a1c98c6 100644 |
--- a/talk/app/webrtc/peerconnectionfactory.h |
+++ b/talk/app/webrtc/peerconnectionfactory.h |
@@ -79,6 +79,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface { |
AudioSourceInterface* audio_source) override; |
bool StartAecDump(rtc::PlatformFile file) override; |
+ bool StartRtcEventLog(rtc::PlatformFile file) override; |
+ void StopRtcEventLog() override; |
virtual cricket::ChannelManager* channel_manager(); |
virtual rtc::Thread* signaling_thread(); |