| Index: webrtc/p2p/base/dtlstransportchannel.h
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
|
| index 6368bf98196d1f7c213b04112f79eb34db3faf24..c8b76d33033e25138900bb4547754dbda2d05032 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel.h
|
| +++ b/webrtc/p2p/base/dtlstransportchannel.h
|
| @@ -176,8 +176,6 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
|
| channel_->SetRemoteIceMode(mode);
|
| }
|
|
|
| - void Connect() override;
|
| -
|
| void MaybeStartGathering() override { channel_->MaybeStartGathering(); }
|
|
|
| IceGatheringState gathering_state() const override {
|
|
|