Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(753)

Unified Diff: talk/app/webrtc/peerconnection.h

Issue 1207563002: Add flakiness check if there is no received packets in a certain period. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: First-cut Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698