Index: webrtc/api/peerconnectionproxy.h |
diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h |
index 04a3737da9769377b0865503bef6286bf60e8eae..76b7050f6c8e67d35879709c063e18352c63b305 100644 |
--- a/webrtc/api/peerconnectionproxy.h |
+++ b/webrtc/api/peerconnectionproxy.h |
@@ -63,6 +63,8 @@ BEGIN_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_PROXY() |