Index: webrtc/api/peerconnectionproxy.h |
diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h |
index 04a3737da9769377b0865503bef6286bf60e8eae..5805de3f64814cb7478189aef15233804e8a459e 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_METHOD1(bool, StartRtcEventLog, rtc::PlatformFile) |
+ PROXY_METHOD0(void, StopRtcEventLog) |
PROXY_METHOD0(void, Close) |
END_PROXY() |