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

Unified Diff: remoting/protocol/transport.h

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/session_config.cc ('k') | remoting/protocol/webrtc_transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/transport.h
diff --git a/remoting/protocol/transport.h b/remoting/protocol/transport.h
index 00170c5ca18eee98b7f1693d8928fca6c73ef824..b037c50ce6052528d790a23af07e3c65eace8cf9 100644
--- a/remoting/protocol/transport.h
+++ b/remoting/protocol/transport.h
@@ -85,9 +85,6 @@ class Transport {
// |transport_info| is in invalid format.
virtual bool ProcessTransportInfo(buzz::XmlElement* transport_info) = 0;
- // Channel factory for the session that creates raw ICE channels.
- virtual DatagramChannelFactory* GetDatagramChannelFactory() = 0;
-
// Channel factory for the session that creates stream channels.
virtual StreamChannelFactory* GetStreamChannelFactory() = 0;
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | remoting/protocol/webrtc_transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698