| Index: talk/app/webrtc/webrtcsession.cc
|
| diff --git a/talk/app/webrtc/webrtcsession.cc b/talk/app/webrtc/webrtcsession.cc
|
| index 5957cae8aeb2bd8211d80f6e74c4a06e45339689..a848408ec5317903a822e47fcf37b3629fcd8a9b 100644
|
| --- a/talk/app/webrtc/webrtcsession.cc
|
| +++ b/talk/app/webrtc/webrtcsession.cc
|
| @@ -2059,7 +2059,6 @@ void WebRtcSession::OnTransportControllerGatheringState(
|
| if (ice_observer_) {
|
| ice_observer_->OnIceGatheringChange(
|
| PeerConnectionInterface::kIceGatheringComplete);
|
| - ice_observer_->OnIceComplete();
|
| }
|
| }
|
| }
|
|
|