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

Unified Diff: remoting/protocol/fake_session.cc

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/fake_session.h ('k') | remoting/protocol/ice_transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_session.cc
diff --git a/remoting/protocol/fake_session.cc b/remoting/protocol/fake_session.cc
index 93b6f39326a970037beacd681a6e2616b5c00294..6b299b05cceef50499b2927570a60edd7e8d910f 100644
--- a/remoting/protocol/fake_session.cc
+++ b/remoting/protocol/fake_session.cc
@@ -23,11 +23,6 @@ bool FakeTransport::ProcessTransportInfo(
return true;
}
-DatagramChannelFactory* FakeTransport::GetDatagramChannelFactory() {
- NOTIMPLEMENTED();
- return nullptr;
-}
-
FakeStreamChannelFactory* FakeTransport::GetStreamChannelFactory() {
return &channel_factory_;
}
@@ -65,10 +60,6 @@ FakeTransport* FakeSession::GetTransport() {
return &transport_;
}
-FakeStreamChannelFactory* FakeSession::GetQuicChannelFactory() {
- return transport_.GetStreamChannelFactory();
-}
-
void FakeSession::Close(ErrorCode error) {
closed_ = true;
error_ = error;
« no previous file with comments | « remoting/protocol/fake_session.h ('k') | remoting/protocol/ice_transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698