Index: remoting/protocol/channel_dispatcher_base.cc |
diff --git a/remoting/protocol/channel_dispatcher_base.cc b/remoting/protocol/channel_dispatcher_base.cc |
index 0336e4fa3446c47c8268e2d054116c12f4f82019..da4ccc94a4d505bc2fad282a52d9a7ae93acc90f 100644 |
--- a/remoting/protocol/channel_dispatcher_base.cc |
+++ b/remoting/protocol/channel_dispatcher_base.cc |
@@ -35,10 +35,6 @@ void ChannelDispatcherBase::Init(Session* session, |
session->GetTransport()->GetMultiplexedChannelFactory(); |
break; |
- case ChannelConfig::TRANSPORT_QUIC_STREAM: |
- channel_factory_ = session->GetQuicChannelFactory(); |
- break; |
- |
case ChannelConfig::TRANSPORT_STREAM: |
channel_factory_ = session->GetTransport()->GetStreamChannelFactory(); |
break; |