Index: talk/app/webrtc/peerconnectionfactoryproxy.h |
diff --git a/talk/app/webrtc/peerconnectionfactoryproxy.h b/talk/app/webrtc/peerconnectionfactoryproxy.h |
index 4a8cd8758c487e9d450bfb44779505b68c54b044..826d57758cd195c2b26f73e58f935139421e2803 100644 |
--- a/talk/app/webrtc/peerconnectionfactoryproxy.h |
+++ b/talk/app/webrtc/peerconnectionfactoryproxy.h |
@@ -62,6 +62,8 @@ BEGIN_PROXY_MAP(PeerConnectionFactory) |
PROXY_METHOD2(rtc::scoped_refptr<AudioTrackInterface>, |
CreateAudioTrack, const std::string&, AudioSourceInterface*) |
PROXY_METHOD1(bool, StartAecDump, rtc::PlatformFile) |
+ PROXY_METHOD1(bool, StartRtcEventLog, rtc::PlatformFile) |
+ PROXY_METHOD0(void, StopRtcEventLog) |
private: |
rtc::scoped_refptr<PeerConnectionInterface> CreatePeerConnection_ot( |