Index: net/quic/quic_reliable_client_stream.h |
=================================================================== |
--- net/quic/quic_reliable_client_stream.h (revision 182334) |
+++ net/quic/quic_reliable_client_stream.h (working copy) |
@@ -56,8 +56,7 @@ |
}; |
QuicReliableClientStream(QuicStreamId id, |
- QuicSession* session, |
- const BoundNetLog& net_log); |
+ QuicSession* session); |
virtual ~QuicReliableClientStream(); |
@@ -73,10 +72,7 @@ |
Delegate* GetDelegate() { return delegate_; } |
void OnError(int error); |
- const BoundNetLog& net_log() const { return net_log_; } |
- |
private: |
- BoundNetLog net_log_; |
Delegate* delegate_; |
DISALLOW_COPY_AND_ASSIGN(QuicReliableClientStream); |