Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1249)

Unified Diff: remoting/protocol/webrtc_transport.cc

Issue 1493083002: Remove QUIC support from remoting host and client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/webrtc_transport.h ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_transport.cc
diff --git a/remoting/protocol/webrtc_transport.cc b/remoting/protocol/webrtc_transport.cc
index 295ef9ce23459ef24e5c832ba7cf80f7399832e2..3a6ad6ffa8bc15acac88eabc886310099870f38c 100644
--- a/remoting/protocol/webrtc_transport.cc
+++ b/remoting/protocol/webrtc_transport.cc
@@ -217,12 +217,6 @@ bool WebrtcTransport::ProcessTransportInfo(XmlElement* transport_info) {
return true;
}
-DatagramChannelFactory* WebrtcTransport::GetDatagramChannelFactory() {
- DCHECK(thread_checker_.CalledOnValidThread());
- NOTIMPLEMENTED();
- return nullptr;
-}
-
StreamChannelFactory* WebrtcTransport::GetStreamChannelFactory() {
DCHECK(thread_checker_.CalledOnValidThread());
return &data_stream_adapter_;
« no previous file with comments | « remoting/protocol/webrtc_transport.h ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698