| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index a1ca51c460c99707379671ef5da0ff2a8e395126..35249f66d95fd58f2fdda5a4a57d4e23c1d6755b 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -171,6 +171,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
|
|
| // Number of bytes received when the stream was closed.
|
| int64 closed_stream_received_bytes_;
|
| + // Number of bytes sent when the stream was closed.
|
| + int64_t closed_stream_sent_bytes_;
|
|
|
| // The caller's callback to be used for asynchronous operations.
|
| CompletionCallback callback_;
|
|
|