| Index: net/spdy/spdy_framer.h
|
| diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
|
| index ac8543a82ddadead67636cd47660a30a12b4eeab..6fce7837ce8d7aa932a5ac20a7697bf1f06c5749 100644
|
| --- a/net/spdy/spdy_framer.h
|
| +++ b/net/spdy/spdy_framer.h
|
| @@ -119,6 +119,10 @@ class NET_EXPORT_PRIVATE SpdyFramerVisitorInterface {
|
| size_t len,
|
| bool fin) = 0;
|
|
|
| + // Called when the other side has finished sending data on this stream.
|
| + // |stream_id| The stream that was receivin data.
|
| + virtual void OnStreamEnd(SpdyStreamId stream_id) = 0;
|
| +
|
| // Called when padding is received (padding length field or padding octets).
|
| // |stream_id| The stream receiving data.
|
| // |len| The number of padding octets.
|
|
|