Index: talk/app/webrtc/jsepicecandidate.h |
diff --git a/talk/app/webrtc/jsepicecandidate.h b/talk/app/webrtc/jsepicecandidate.h |
index 1d5ef1997ff8adab1510215f70b489c2002a163f..a8412f4af2cc7dc69ed59ec59c4400a4ae207a43 100644 |
--- a/talk/app/webrtc/jsepicecandidate.h |
+++ b/talk/app/webrtc/jsepicecandidate.h |
@@ -82,6 +82,7 @@ class JsepCandidateCollection : public IceCandidateCollection { |
virtual const IceCandidateInterface* at(size_t index) const { |
return candidates_[index]; |
} |
+ virtual int remove(const IceCandidateInterface* candidate); |
private: |
std::vector<JsepIceCandidate*> candidates_; |