| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index ffa3334799f03111e5606171d0efcf8b371412b1..b2d6fbbf0d264c9f62778ea9eef4c7f5dcc6712e 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -429,6 +429,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
|
|
| int64_t raw_received_bytes() const { return raw_received_bytes_; }
|
| int64_t raw_sent_bytes() const { return raw_sent_bytes_; }
|
| + int recv_bytes() const { return recv_bytes_; }
|
|
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const;
|
|
|
|
|