| 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 e9e1a05fdd61e0388b89eba1e927fa36d500fe46..43966023f03317e88327fefe79d9f9604da3416a 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.h
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "net/base/load_timing_info.h"
|
| #include "net/http/bidirectional_stream_impl.h"
|
| #include "net/http/bidirectional_stream_request_info.h"
|
| #include "net/http/http_request_info.h"
|
| @@ -56,6 +57,7 @@ class NET_EXPORT_PRIVATE BidirectionalStreamSpdyImpl
|
| NextProto GetProtocol() const override;
|
| int64_t GetTotalReceivedBytes() const override;
|
| int64_t GetTotalSentBytes() const override;
|
| + bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
|
|
| // SpdyStream::Delegate implementation:
|
| void OnRequestHeadersSent() override;
|
|
|