Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index 60ce9730546ae109461e230c6b2c149c16706bfb..005e695c3ca0afaf3191fc7d0e7a22f6a9f36cb4 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -91,6 +91,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; |