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

Unified Diff: remoting/protocol/jingle_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/ice_transport.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session.h
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
index 149aeb5d3313e2da08f75dbdf5b40721cffd99f1..25d5c439cdd68c6df3b7b8fe9b90fef8f2614a4b 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -26,7 +26,6 @@ namespace remoting {
namespace protocol {
class JingleSessionManager;
-class QuicChannelFactory;
// JingleSessionManager and JingleSession implement the subset of the
// Jingle protocol used in Chromoting. Instances of this class are
@@ -43,7 +42,6 @@ class JingleSession : public base::NonThreadSafe,
const std::string& jid() override;
const SessionConfig& config() override;
Transport* GetTransport() override;
- StreamChannelFactory* GetQuicChannelFactory() override;
void Close(protocol::ErrorCode error) override;
private:
@@ -140,8 +138,6 @@ class JingleSession : public base::NonThreadSafe,
// Pending transport-info requests.
std::list<IqRequest*> transport_info_requests_;
- scoped_ptr<QuicChannelFactory> quic_channel_factory_;
-
base::WeakPtrFactory<JingleSession> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(JingleSession);
« no previous file with comments | « remoting/protocol/ice_transport.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698