Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(958)

Unified Diff: talk/app/webrtc/jsepicecandidate.h

Issue 1648813004: Remove candidates when doing continual gathering (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: talk/app/webrtc/jsepicecandidate.h
diff --git a/talk/app/webrtc/jsepicecandidate.h b/talk/app/webrtc/jsepicecandidate.h
index 1d5ef1997ff8adab1510215f70b489c2002a163f..058dd108291f1581f2b83f7b16af7e7935128f72 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* target);
pthatcher1 2016/02/10 00:01:40 "target" seems like a strange name.
honghaiz3 2016/02/10 19:22:43 Done.
private:
std::vector<JsepIceCandidate*> candidates_;

Powered by Google App Engine
This is Rietveld 408576698