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); |