Chromium Code Reviews| Index: talk/app/webrtc/peerconnection.h |
| diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h |
| index bea9c2f61b610c83129c01f76af2f8f1080b57d2..37a6c5521d4fc153d523925514d2637a9db28303 100644 |
| --- a/talk/app/webrtc/peerconnection.h |
| +++ b/talk/app/webrtc/peerconnection.h |
| @@ -149,6 +149,7 @@ class PeerConnection : public PeerConnectionInterface, |
| virtual void OnIceGatheringChange(IceGatheringState new_state); |
| virtual void OnIceCandidate(const IceCandidateInterface* candidate); |
| virtual void OnIceComplete(); |
| + void OnIceFlakinessChange(bool flaky) override; |
|
pthatcher1
2015/06/24 23:42:52
Can you make them all "override", then, to be cons
honghaiz3
2015/08/05 23:56:56
Done.
|
| // Signals from WebRtcSession. |
| void OnSessionStateChange(cricket::BaseSession* session, |