Chromium Code Reviews| Index: net/quic/quic_client_session.h |
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h |
| index b46c0ab6d8185474ba98fd8d7f8a5e4c406d53e6..97a65ead9680ab6e93dde324825464288c914650 100644 |
| --- a/net/quic/quic_client_session.h |
| +++ b/net/quic/quic_client_session.h |
| @@ -236,7 +236,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase { |
| base::TaskRunner* task_runner_; |
| BoundNetLog net_log_; |
| base::TimeTicks handshake_start_; // Time the handshake was started. |
| - QuicConnectionLogger logger_; |
| + QuicConnectionLogger* logger_; |
|
Ryan Hamilton
2014/07/29 19:16:50
I take it this is no longer owned by the client se
ramant (doing other things)
2014/07/29 21:28:58
Added a comment.
Done.
|
| // Number of packets read in the current read loop. |
| size_t num_packets_read_; |
| // True when the session is going away, and streams may no longer be created |