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

Unified Diff: remoting/protocol/fake_session.h

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/content_description_unittest.cc ('k') | remoting/protocol/fake_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_session.h
diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h
index 062a3f43a49c4519e5e7c338fce7d427c00654c1..658dc194866dcbd20f40bf3742aafaaddd05cd2e 100644
--- a/remoting/protocol/fake_session.h
+++ b/remoting/protocol/fake_session.h
@@ -28,7 +28,6 @@ class FakeTransport : public Transport {
void Start(EventHandler* event_handler,
Authenticator* authenticator) override;
bool ProcessTransportInfo(buzz::XmlElement* transport_info) override;
- DatagramChannelFactory* GetDatagramChannelFactory() override;
FakeStreamChannelFactory* GetStreamChannelFactory() override;
FakeStreamChannelFactory* GetMultiplexedChannelFactory() override;
@@ -55,7 +54,6 @@ class FakeSession : public Session {
const std::string& jid() override;
const SessionConfig& config() override;
FakeTransport* GetTransport() override;
- FakeStreamChannelFactory* GetQuicChannelFactory() override;
void Close(ErrorCode error) override;
public:
« no previous file with comments | « remoting/protocol/content_description_unittest.cc ('k') | remoting/protocol/fake_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698