| Index: net/spdy/spdy_io_buffer.h
|
| ===================================================================
|
| --- net/spdy/spdy_io_buffer.h (revision 80449)
|
| +++ net/spdy/spdy_io_buffer.h (working copy)
|
| @@ -35,6 +35,12 @@
|
| void release();
|
| int priority() const { return priority_; }
|
| const scoped_refptr<SpdyStream>& stream() const { return stream_; }
|
| + uint16 sctp_stream_id() {
|
| + return buffer()->sctp_stream_id();
|
| + }
|
| + void set_sctp_stream_id(uint16 sctp_stream_id) {
|
| + buffer()->set_sctp_stream_id(sctp_stream_id);
|
| + }
|
|
|
| // Comparison operator to support sorting.
|
| bool operator<(const SpdyIOBuffer& other) const {
|
|
|