| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index d3dd24264c11222f11e06521d95dbd86f2f63033..4aeb758b25f18ddc1e6363da4593d24cbdf84e3d 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -187,6 +187,8 @@ class SpdyStream : public base::RefCounted<SpdyStream> {
|
| // |status| is an error code or OK.
|
| void OnClose(int status);
|
|
|
| + // Close the stream.
|
| + void Close();
|
| void Cancel();
|
| bool cancelled() const { return cancelled_; }
|
| bool closed() const { return io_state_ == STATE_DONE; }
|
|
|