| Index: net/spdy/bidirectional_stream_spdy_impl.h
|
| diff --git a/net/spdy/bidirectional_stream_spdy_impl.h b/net/spdy/bidirectional_stream_spdy_impl.h
|
| index 43966023f03317e88327fefe79d9f9604da3416a..f1d7f0e5ec4c07652c26e96359866dff8336f7db 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.h
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.h
|
| @@ -105,6 +105,11 @@ class NET_EXPORT_PRIVATE BidirectionalStreamSpdyImpl
|
| // After |stream_| has been closed, this keeps track of the total number of
|
| // bytes sent over the network for |stream_| while it was open.
|
| int64_t closed_stream_sent_bytes_;
|
| + // True if |stream_| has LoadTimingInfo when it is closed.
|
| + bool closed_has_load_timing_info_;
|
| + // LoadTimingInfo populated when |stream_| is closed.
|
| + LoadTimingInfo closed_load_timing_info_;
|
| +
|
| // This is the combined buffer of buffers passed in through SendvData.
|
| // Keep a reference here so it is alive until OnDataSent is invoked.
|
| scoped_refptr<IOBuffer> pending_combined_buffer_;
|
|
|