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 474afd758774d440e93af0f91d507ddf5a60f409..9ef8df5387618f4bfb6f4da34620fb68f75978d1 100644 |
--- a/net/spdy/spdy_test_util_common.h |
+++ b/net/spdy/spdy_test_util_common.h |
@@ -447,6 +447,12 @@ class SpdyTestUtil { |
const char* const headers[], |
int header_count); |
+ // Constructs a SPDY header frame with END_STREAM flag set to |fin|. |
+ SpdyFrame* ConstructSpdyHeaderFrame(int stream_id, |
+ const char* const headers[], |
+ int header_count, |
+ bool fin); |
+ |
// Construct a SPDY syn (HEADERS or SYN_STREAM, depending on protocol |
// version) carrying exactly the given headers and priority. |
SpdyFrame* ConstructSpdySyn(int stream_id, |