| Index: webrtc/p2p/base/transportchannelimpl.h
|
| diff --git a/webrtc/p2p/base/transportchannelimpl.h b/webrtc/p2p/base/transportchannelimpl.h
|
| index 8d4d4bb728ebaad3582452a8f37c1b0fbf9824b0..27b1c37a8b6fd907f370b5791eed5cb434112df5 100644
|
| --- a/webrtc/p2p/base/transportchannelimpl.h
|
| +++ b/webrtc/p2p/base/transportchannelimpl.h
|
| @@ -80,7 +80,10 @@ class TransportChannelImpl : public TransportChannel {
|
| // before forwarding.
|
| sigslot::signal2<TransportChannelImpl*, const Candidate&>
|
| SignalCandidateGathered;
|
| + sigslot::signal2<TransportChannelImpl*, const Candidates&>
|
| + SignalCandidatesRemoved;
|
| virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
|
| + virtual void RemoveRemoteCandidate(const Candidate& candidate) = 0;
|
|
|
| virtual IceGatheringState gathering_state() const = 0;
|
|
|
|
|