| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index a3cb485f6c599efcef6aa72b8e26416503d2f0b1..50cef021a3451189f523af361f188d702c30abbd 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -555,6 +555,8 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
| bool read_pending_;
|
|
|
| int stream_hi_water_mark_; // The next stream id to use.
|
| + // The stream id of the last SYN_STREAM frame written on this session.
|
| + SpdyStreamId last_syn_stream_id_;
|
|
|
| // Queue, for each priority, of pending Create Streams that have not
|
| // yet been satisfied
|
|
|