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 3508b5dd3fddcfa44fb6ee9f3b935661b5a36c4e..f04ad4205c34534efa7deec2395dfeee2a4ddb7d 100644 |
--- a/net/spdy/spdy_test_util_common.h |
+++ b/net/spdy/spdy_test_util_common.h |
@@ -457,6 +457,10 @@ class SpdyTestUtil { |
const char* status, |
const char* location); |
+ SpdyFrame* ConstructInitialSpdyPushFrame(scoped_ptr<SpdyHeaderBlock> headers, |
+ int stream_id, |
+ int associated_stream_id); |
+ |
SpdyFrame* ConstructSpdyPushHeaders(int stream_id, |
const char* const extra_headers[], |
int extra_header_count); |