| 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 877c30b446a193b14b5ddeb5fa1bfcea5340d569..0b6e8d39817dd9dcb50e20439920b134ebb1f1d6 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -384,6 +384,11 @@ class SpdyTestUtil {
|
| RequestPriority request_priority,
|
| bool direct) const;
|
|
|
| + // Constructs a standard SPDY SYN_STREAM frame for a CONNECT request.
|
| + SpdyFrame* ConstructSpdyConnect(const char* const extra_headers[],
|
| + int extra_header_count,
|
| + int stream_id) const;
|
| +
|
| NextProto protocol() const { return protocol_; }
|
| SpdyMajorVersion spdy_version() const { return spdy_version_; }
|
| bool is_spdy2() const { return protocol_ < kProtoSPDY3; }
|
|
|