| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index ac2ba05dbc752edc25a6af81b4136d0c71d755de..81e8615ea05b3febd7b7c4eb49476b04a289176d 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -169,6 +169,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_;
|
|
|