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 7a3d272cb9ce9146e6c1403ed6d8495ef2301508..5eac420d58e88dc08707fa958043d757f8d28ae0 100644 |
--- a/net/spdy/spdy_test_util_common.h |
+++ b/net/spdy/spdy_test_util_common.h |
@@ -468,6 +468,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, |