Index: talk/app/webrtc/jsepsessiondescription.h |
diff --git a/talk/app/webrtc/jsepsessiondescription.h b/talk/app/webrtc/jsepsessiondescription.h |
index 756352c240f098b9ef6c5d06a22ed9af8bbb90e2..0f753798aad8291859946dca59a7230027f471b5 100644 |
--- a/talk/app/webrtc/jsepsessiondescription.h |
+++ b/talk/app/webrtc/jsepsessiondescription.h |
@@ -74,6 +74,7 @@ class JsepSessionDescription : public SessionDescriptionInterface { |
// Allow changing the type. Used for testing. |
void set_type(const std::string& type) { type_ = type; } |
virtual bool AddCandidate(const IceCandidateInterface* candidate); |
+ virtual bool RemoveCandidate(const IceCandidateInterface* candidate); |
virtual size_t number_of_mediasections() const; |
virtual const IceCandidateCollection* candidates( |
size_t mediasection_index) const; |