| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index 3a4a283fd97e7c55144b6e4852852307bee63d71..d869c7a8f7c8b0d41af1370629d3c6700d3772ad 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -421,6 +421,8 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
|
|
| int64 raw_received_bytes() const { return raw_received_bytes_; }
|
|
|
| + int64 received_bytes() const { return recv_bytes_; }
|
| +
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const;
|
|
|
| // Get the URL from the appropriate stream headers, or the empty
|
|
|