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

Unified Diff: remoting/protocol/session.h

Issue 570463002: Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_dgrams
Patch Set: Created 6 years, 3 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/secure_channel_factory.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.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 f806e21dba8abac8086bd8db965f93db5e1cc9de..35b374076bd792dd307f038549e456bce1c1731e 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -17,7 +17,7 @@
namespace remoting {
namespace protocol {
-class StreamChannelFactory;
+class ChannelFactory;
struct TransportRoute;
// Generic interface for Chromotocol connection used by both client and host.
@@ -99,8 +99,8 @@
// GetTransportChannelFactory() returns a factory that creates a new transport
// channel for each logical channel. GetMultiplexedChannelFactory() channels
// share a single underlying transport channel
- virtual StreamChannelFactory* GetTransportChannelFactory() = 0;
- virtual StreamChannelFactory* GetMultiplexedChannelFactory() = 0;
+ virtual ChannelFactory* GetTransportChannelFactory() = 0;
+ virtual ChannelFactory* GetMultiplexedChannelFactory() = 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/secure_channel_factory.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698