Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index eac405d9166c51f09205885e7ab9ae9e3a65067b..ce8a5e4309ca0143c937a4177d4b512c23277502 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -92,6 +92,7 @@ class P2PTransportChannel : public TransportChannelImpl, |
return gathering_state_; |
} |
void AddRemoteCandidate(const Candidate& candidate) override; |
+ void RemoveRemoteCandidate(const Candidate& candidate) override; |
// Sets the receiving timeout and gather_continually. |
// This also sets the check_receiving_delay proportionally. |
void SetIceConfig(const IceConfig& config) override; |