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

Unified Diff: remoting/protocol/ice_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/ice_transport.h ('k') | remoting/protocol/jingle_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ice_transport.cc
diff --git a/remoting/protocol/ice_transport.cc b/remoting/protocol/ice_transport.cc
index badc62cc25bbd28b479c46ab54f50f0705f84c78..8984dd29a3fd49b51da28a19d33303b126de6ac2 100644
--- a/remoting/protocol/ice_transport.cc
+++ b/remoting/protocol/ice_transport.cc
@@ -83,10 +83,6 @@ bool IceTransport::ProcessTransportInfo(buzz::XmlElement* transport_info_xml) {
return true;
}
-DatagramChannelFactory* IceTransport::GetDatagramChannelFactory() {
- return this;
-}
-
StreamChannelFactory* IceTransport::GetStreamChannelFactory() {
return secure_channel_factory_.get();
}
« no previous file with comments | « remoting/protocol/ice_transport.h ('k') | remoting/protocol/jingle_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698