| Index: webrtc/p2p/quic/quictransportchannel.h
|
| diff --git a/webrtc/p2p/quic/quictransportchannel.h b/webrtc/p2p/quic/quictransportchannel.h
|
| index f9001088e246dfd2aaeb4ecee021f3930e70d4e0..2c9b221c74fbba53ce50b5549f87adc97dcb8ce9 100644
|
| --- a/webrtc/p2p/quic/quictransportchannel.h
|
| +++ b/webrtc/p2p/quic/quictransportchannel.h
|
| @@ -225,6 +225,9 @@ class QuicTransportChannel : public TransportChannelImpl,
|
| void OnCandidateGathered(TransportChannelImpl* channel, const Candidate& c);
|
| void OnRoleConflict(TransportChannelImpl* channel);
|
| void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
|
| + void OnSelectedCandidatePairChanged(
|
| + TransportChannel* channel,
|
| + CandidatePairInterface* selected_candidate_pair);
|
| void OnConnectionRemoved(TransportChannelImpl* channel);
|
|
|
| // Callbacks for |quic_|.
|
|
|