| Index: net/spdy/spdy_test_util_spdy2.h
|
| diff --git a/net/spdy/spdy_test_util_spdy2.h b/net/spdy/spdy_test_util_spdy2.h
|
| index c51f742e065fbdfcd18469537a7390fa92fae69d..10d1ee0f9367ed957ff2426681e5203ccfdab311 100644
|
| --- a/net/spdy/spdy_test_util_spdy2.h
|
| +++ b/net/spdy/spdy_test_util_spdy2.h
|
| @@ -24,11 +24,6 @@ namespace test_spdy2 {
|
| // Can't find a function you're looking for? ttuttle is migrating functions
|
| // from here into methods in the SpdyTestUtil class in spdy_test_common.h.
|
|
|
| -// 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);
|
| -
|
| // Constructs a standard SPDY push SYN frame.
|
| // |extra_headers| are the extra header-value pairs, which typically
|
| // will vary the most between calls.
|
|
|