| Index: net/spdy/spdy_test_util.h
|
| diff --git a/net/spdy/spdy_test_util.h b/net/spdy/spdy_test_util.h
|
| index 7bd78b63c29dd9e4f09f8f61e6387d3b90df36bb..4cfed13ae9873958ea4e4446ef838c63dc32a4a3 100644
|
| --- a/net/spdy/spdy_test_util.h
|
| +++ b/net/spdy/spdy_test_util.h
|
| @@ -280,6 +280,13 @@ spdy::SpdyFrame* ConstructSpdyPost(int64 content_length,
|
| const char* const extra_headers[],
|
| int extra_header_count);
|
|
|
| +// Constructs a chunked transfer SPDY POST SYN packet.
|
| +// |extra_headers| are the extra header-value pairs, which typically
|
| +// will vary the most between calls.
|
| +// Returns a SpdyFrame.
|
| +spdy::SpdyFrame* ConstructChunkedSpdyPost(const char* const extra_headers[],
|
| + int extra_header_count);
|
| +
|
| // Constructs a standard SPDY SYN_REPLY packet to match the SPDY POST.
|
| // |extra_headers| are the extra header-value pairs, which typically
|
| // will vary the most between calls.
|
|
|