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

Unified Diff: remoting/protocol/session.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/quic_channel_factory_unittest.cc ('k') | remoting/protocol/session_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/session.h
diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
index 5d0b2099ab504d8913dcbfb00ddd60164f58a4b0..fb462e0a1f0b36921fcc1122cfb3e7448e2068dc 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -88,10 +88,6 @@ class Session {
// Returns Transport that can be used to create transport channels.
virtual Transport* GetTransport() = 0;
- // Channel factory for QUIC-based channels. Returns nullptr when QUIC is
- // disabled for the session.
- virtual StreamChannelFactory* GetQuicChannelFactory() = 0;
-
// Closes connection. Callbacks are guaranteed not to be called after this
// method returns. |error| specifies the error code in case when the session
// is being closed due to an error.
« no previous file with comments | « remoting/protocol/quic_channel_factory_unittest.cc ('k') | remoting/protocol/session_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698