Index: webrtc/api/peerconnectionproxy.h |
diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h |
index d35d5bacdede16c3c36b950df005a54620746128..37f2e89f9b1f0ad640e1ff70aa7110191eafcf9c 100644 |
--- a/webrtc/api/peerconnectionproxy.h |
+++ b/webrtc/api/peerconnectionproxy.h |
@@ -74,6 +74,8 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection) |
PROXY_METHOD0(IceState, ice_state) |
PROXY_METHOD0(IceConnectionState, ice_connection_state) |
PROXY_METHOD0(IceGatheringState, ice_gathering_state) |
+ PROXY_METHOD2(bool, StartRtcEventLog, rtc::PlatformFile, int64_t) |
+ PROXY_METHOD0(void, StopRtcEventLog) |
PROXY_METHOD0(void, Close) |
END_SIGNALING_PROXY() |