| Index: webrtc/api/peerconnectionproxy.h
 | 
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
 | 
| index 1183e6191034534154a24547b1976f7981c21c07..07ba95906e2ea1c828169742b58865d0ac5c1c71 100644
 | 
| --- a/webrtc/api/peerconnectionproxy.h
 | 
| +++ b/webrtc/api/peerconnectionproxy.h
 | 
| @@ -74,6 +74,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()
 | 
|  
 | 
| 
 |