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

Unified Diff: webrtc/p2p/quic/quictransportchannel.h

Issue 1803063004: Reset the BWE when the network changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Updated comments Created 4 years, 9 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: webrtc/p2p/quic/quictransportchannel.h
diff --git a/webrtc/p2p/quic/quictransportchannel.h b/webrtc/p2p/quic/quictransportchannel.h
index f9001088e246dfd2aaeb4ecee021f3930e70d4e0..bb77aefb8eeed12e2ea8938d78518f8f4442b4c4 100644
--- a/webrtc/p2p/quic/quictransportchannel.h
+++ b/webrtc/p2p/quic/quictransportchannel.h
@@ -225,6 +225,8 @@ class QuicTransportChannel : public TransportChannelImpl,
void OnCandidateGathered(TransportChannelImpl* channel, const Candidate& c);
void OnRoleConflict(TransportChannelImpl* channel);
void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
+ void OnBestConnectionChanged(TransportChannel* channel,
+ Connection* best_connection);
void OnConnectionRemoved(TransportChannelImpl* channel);
// Callbacks for |quic_|.

Powered by Google App Engine
This is Rietveld 408576698