| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| index 8c15b3d79f863ffba5a782c35a6b7418cb154f5b..8cd3a48e50cf6f9f3edebda20382c3bccbf1fa34 100644
|
| --- a/webrtc/api/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -72,7 +72,6 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection)
|
| 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)
|
|
|