Index: webrtc/api/peerconnectionfactoryproxy.h |
diff --git a/webrtc/api/peerconnectionfactoryproxy.h b/webrtc/api/peerconnectionfactoryproxy.h |
index 829bf8177e164f3ed8b742da23e3d40403159e9f..e2d8991e061c522db44fbeef37c311b33175f28d 100644 |
--- a/webrtc/api/peerconnectionfactoryproxy.h |
+++ b/webrtc/api/peerconnectionfactoryproxy.h |
@@ -65,6 +65,8 @@ BEGIN_PROXY_MAP(PeerConnectionFactory) |
CreateAudioTrack, const std::string&, AudioSourceInterface*) |
PROXY_METHOD2(bool, StartAecDump, rtc::PlatformFile, int64_t) |
PROXY_METHOD0(void, StopAecDump) |
+ // TODO(ivoc): Remove the StartRtcEventLog and StopRtcEventLog functions as |
+ // soon as they are removed from PeerConnectionFactoryInterface. |
PROXY_METHOD1(bool, StartRtcEventLog, rtc::PlatformFile) |
PROXY_METHOD0(void, StopRtcEventLog) |