| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| index 2e827802bba1254934e8d694b5cdbda6c0e29570..37f2e89f9b1f0ad640e1ff70aa7110191eafcf9c 100644
|
| --- a/webrtc/api/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -71,6 +71,7 @@
|
| const std::vector<cricket::Candidate>&);
|
| PROXY_METHOD1(void, RegisterUMAObserver, UMAObserver*)
|
| PROXY_METHOD0(SignalingState, signaling_state)
|
| + 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)
|
|
|