| Index: webrtc/p2p/base/dtlstransportchannel.h
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
|
| index 955b963a3657a1efc7436e4347158b02e7e112e2..71f68877d43ef6af2ddfe9179d274c824a07a92c 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel.h
|
| +++ b/webrtc/p2p/base/dtlstransportchannel.h
|
| @@ -216,7 +216,6 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
|
| void OnRoleConflict(TransportChannelImpl* channel);
|
| void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
|
| void OnConnectionRemoved(TransportChannelImpl* channel);
|
| - void Reconnect();
|
|
|
| Transport* transport_; // The transport_ that created us.
|
| rtc::Thread* worker_thread_; // Everything should occur on this thread.
|
|
|