Index: remoting/protocol/fake_session.cc |
diff --git a/remoting/protocol/fake_session.cc b/remoting/protocol/fake_session.cc |
index b7d4a0d7a117a698f2226c64bfbf775bb8d97726..e21f932a4118da74b114ceb86cd60cb3b65c8d50 100644 |
--- a/remoting/protocol/fake_session.cc |
+++ b/remoting/protocol/fake_session.cc |
@@ -42,6 +42,10 @@ StreamChannelFactory* FakeSession::GetMultiplexedChannelFactory() { |
return &channel_factory_; |
} |
+StreamChannelFactory* FakeSession::GetQuicChannelFactory() { |
+ return &channel_factory_; |
+} |
+ |
void FakeSession::Close() { |
closed_ = true; |
} |