| Index: net/spdy/spdy_test_util_common.h
|
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
|
| index ac37774455a154b48ceaf9bcd89499a8ffafe95a..4d1ffa9e0f4e97edfde62eef3c7f33f2bf5743ca 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -463,6 +463,10 @@ class SpdyTestUtil {
|
| const char* const extra_headers[],
|
| int extra_header_count);
|
|
|
| + SpdyFrame* ConstructSpdyHeaderFrame(int stream_id,
|
| + const char* const headers[],
|
| + int header_count);
|
| +
|
| // Construct a SPDY syn (HEADERS or SYN_STREAM, depending on protocol
|
| // version) carrying exactly the given headers and priority.
|
| SpdyFrame* ConstructSpdySyn(int stream_id,
|
|
|