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

Unified Diff: remoting/protocol/session.h

Issue 1277093006: Enable QUIC support in chromoting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@quic_adapters
Patch Set: Created 5 years, 4 months 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/protocol_mock_objects.h ('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 4809a4a72c0e1fe19be5926b7c8faa078e06f66f..6fcd2c61993cb3efdb591b71e4880993f531ed49 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -68,7 +68,6 @@ class Session {
const TransportRoute& route) = 0;
};
-
Session() {}
virtual ~Session() {}
@@ -91,6 +90,7 @@ class Session {
// share a single underlying transport channel
virtual StreamChannelFactory* GetTransportChannelFactory() = 0;
virtual StreamChannelFactory* GetMultiplexedChannelFactory() = 0;
+ virtual StreamChannelFactory* GetQuicChannelFactory() = 0;
// Closes connection. Callbacks are guaranteed not to be called
// after this method returns. Must be called before the object is
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/protocol/session_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698