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 33c8b33b3baedcdb3f4157f286f2cfe503fa1d50..f2c389b53e47dd661b4398e7907ba8f2b249a4ba 100644 |
--- a/net/spdy/spdy_test_util_common.h |
+++ b/net/spdy/spdy_test_util_common.h |
@@ -446,6 +446,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, |