| Index: remoting/protocol/webrtc_transport.h
|
| diff --git a/remoting/protocol/webrtc_transport.h b/remoting/protocol/webrtc_transport.h
|
| index ebc5dc513a75452cb9208eb002742173409f680a..df3d21e992eccf550674b8b9e22201b869a554e1 100644
|
| --- a/remoting/protocol/webrtc_transport.h
|
| +++ b/remoting/protocol/webrtc_transport.h
|
| @@ -148,8 +148,6 @@ class WebrtcTransport : public Transport,
|
|
|
| ScopedVector<webrtc::IceCandidateInterface> pending_incoming_candidates_;
|
|
|
| - std::unique_ptr<WebrtcDataStreamAdapter> data_stream_adapter_;
|
| -
|
| base::WeakPtrFactory<WebrtcTransport> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebrtcTransport);
|
|
|