| Index: webrtc/api/peerconnection.cc
|
| diff --git a/webrtc/api/peerconnection.cc b/webrtc/api/peerconnection.cc
|
| index 144b1c64b55862b066f595e3737d89a43a251d05..837bcd0e5a0fd9b790a700fe72b9946bf7fe65c1 100644
|
| --- a/webrtc/api/peerconnection.cc
|
| +++ b/webrtc/api/peerconnection.cc
|
| @@ -568,7 +568,6 @@
|
| observer_(NULL),
|
| uma_observer_(NULL),
|
| signaling_state_(kStable),
|
| - ice_state_(kIceNew),
|
| ice_connection_state_(kIceConnectionNew),
|
| ice_gathering_state_(kIceGatheringNew),
|
| rtcp_cname_(GenerateRtcpCname()),
|
| @@ -896,10 +895,6 @@
|
|
|
| PeerConnectionInterface::SignalingState PeerConnection::signaling_state() {
|
| return signaling_state_;
|
| -}
|
| -
|
| -PeerConnectionInterface::IceState PeerConnection::ice_state() {
|
| - return ice_state_;
|
| }
|
|
|
| PeerConnectionInterface::IceConnectionState
|
|
|