Chromium Code Reviews| Index: net/spdy/spdy_session.h |
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
| index 55ac9f9dc6438f95b1e3b67918b096c677846fde..b3b7fb5be0842017c24a7205999229a772ca35cd 100644 |
| --- a/net/spdy/spdy_session.h |
| +++ b/net/spdy/spdy_session.h |
| @@ -610,6 +610,8 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>, |
| // Closes all streams. Used as part of shutdown. |
| void CloseAllStreams(net::Error status); |
| + void CloseAllStreamsAfter(SpdyStreamId last_good_stream_id, |
|
akalin
2013/04/17 21:14:20
add a comment for CloseAllStreamsAfter? Perhaps do
Ryan Hamilton
2013/04/18 00:30:40
Done.
|
| + net::Error status); |
| void LogAbandonedStream(const scoped_refptr<SpdyStream>& stream, |
| net::Error status); |