Index: net/quic/quic_client_session.h |
=================================================================== |
--- net/quic/quic_client_session.h (revision 182334) |
+++ net/quic/quic_client_session.h (working copy) |
@@ -31,8 +31,7 @@ |
QuicClientSession(QuicConnection* connection, |
QuicConnectionHelper* helper, |
QuicStreamFactory* stream_factory, |
- const std::string& server_hostname, |
- NetLog* net_log); |
+ const std::string& server_hostname); |
virtual ~QuicClientSession(); |
@@ -54,8 +53,6 @@ |
base::Value* GetInfoAsValue(const HostPortPair& pair) const; |
- const BoundNetLog& net_log() const { return net_log_; } |
- |
protected: |
// QuicSession methods: |
virtual ReliableQuicStream* CreateIncomingReliableStream( |
@@ -72,8 +69,6 @@ |
scoped_refptr<IOBufferWithSize> read_buffer_; |
bool read_pending_; |
CompletionCallback callback_; |
- size_t num_total_streams_; |
- BoundNetLog net_log_; |
DISALLOW_COPY_AND_ASSIGN(QuicClientSession); |
}; |