| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 3d95101fcedd5cb5b66ec5ee6f83b1a5739708a0..579452ef7eb65a8806aae72fe1101591c93cb2f4 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -205,6 +205,11 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
| const std::string& cert,
|
| RequestPriority priority);
|
|
|
| + // Write a HEADERS frame to the stream.
|
| + SpdyHeadersControlFrame* CreateHeadersFrame(SpdyStreamId stream_id,
|
| + const SpdyHeaderBlock& headers,
|
| + SpdyControlFlags flags);
|
| +
|
| // Write a data frame to the stream.
|
| // Used to create and queue a data frame for the given stream.
|
| SpdyDataFrame* CreateDataFrame(SpdyStreamId stream_id,
|
|
|