diff options
Diffstat (limited to 'net/quic/quic_client_session.h')
-rw-r--r-- | net/quic/quic_client_session.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h index ad52106..2cd4456 100644 --- a/net/quic/quic_client_session.h +++ b/net/quic/quic_client_session.h @@ -51,15 +51,12 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession { QuicStreamId id) OVERRIDE; private: - typedef base::hash_map<QuicStreamId, ReliableQuicStream*> StreamMap; - // A completion callback invoked when a read completes. void OnReadComplete(int result); base::WeakPtrFactory<QuicClientSession> weak_factory_; QuicCryptoClientStream crypto_stream_; scoped_ptr<QuicConnectionHelper> helper_; - StreamMap streams_; QuicStreamFactory* stream_factory_; scoped_refptr<IOBufferWithSize> read_buffer_; bool read_pending_; |