| Index: talk/app/webrtc/peerconnection.h
|
| diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h
|
| index 03b5853c295258f18d3f5ce33c2b2a816314f927..dce24fd293c090c06427a41188ec34369815952d 100644
|
| --- a/talk/app/webrtc/peerconnection.h
|
| +++ b/talk/app/webrtc/peerconnection.h
|
| @@ -187,7 +187,6 @@ class PeerConnection : public PeerConnectionInterface,
|
| void OnIceConnectionChange(IceConnectionState new_state) override;
|
| void OnIceGatheringChange(IceGatheringState new_state) override;
|
| void OnIceCandidate(const IceCandidateInterface* candidate) override;
|
| - void OnIceComplete() override;
|
| void OnIceConnectionReceivingChange(bool receiving) override;
|
|
|
| // Signals from WebRtcSession.
|
|
|