| Index: webrtc/p2p/base/transportchannelimpl.h
|
| diff --git a/webrtc/p2p/base/transportchannelimpl.h b/webrtc/p2p/base/transportchannelimpl.h
|
| index 1fa088a30dd928658b26685e3d0b97d0f960e41e..904ebf563fd565885d37957187d81a1ec10fcdb9 100644
|
| --- a/webrtc/p2p/base/transportchannelimpl.h
|
| +++ b/webrtc/p2p/base/transportchannelimpl.h
|
| @@ -76,7 +76,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;
|
|
|
|
|