| Index: webrtc/p2p/quic/quictransportchannel.h
|
| diff --git a/webrtc/p2p/quic/quictransportchannel.h b/webrtc/p2p/quic/quictransportchannel.h
|
| index 22a33eaf0f70e54babd1b17db801019940a8136d..1ab13fa0b217118a04ea00032ea168d1533012a0 100644
|
| --- a/webrtc/p2p/quic/quictransportchannel.h
|
| +++ b/webrtc/p2p/quic/quictransportchannel.h
|
| @@ -166,9 +166,6 @@ class QuicTransportChannel : public TransportChannelImpl,
|
| void SetIceConfig(const IceConfig& config) override {
|
| channel_->SetIceConfig(config);
|
| }
|
| - void Connect() override {
|
| - channel_->Connect();
|
| - }
|
|
|
| // QuicPacketWriter overrides.
|
| // Called from net::QuicConnection when |quic_| has packets to write.
|
|
|