Index: net/spdy/spdy_test_util_spdy3.h |
diff --git a/net/spdy/spdy_test_util_spdy3.h b/net/spdy/spdy_test_util_spdy3.h |
index 441c467a2620be6e206169f7d6b22cbdc89196bf..b2e154f0dfcd0e4a34ed67e5d30efc51f7a11477 100644 |
--- a/net/spdy/spdy_test_util_spdy3.h |
+++ b/net/spdy/spdy_test_util_spdy3.h |
@@ -186,6 +186,10 @@ SpdyFrame* ConstructSpdyPing(uint32 ping_id); |
// Returns the constructed frame. The caller takes ownership of the frame. |
SpdyFrame* ConstructSpdyGoAway(); |
+// Construct a SPDY GOAWAY frame. |
+// Returns the constructed frame. The caller takes ownership of the frame. |
akalin
2013/04/17 21:14:20
here too
Ryan Hamilton
2013/04/18 00:30:40
ditto
|
+SpdyFrame* ConstructSpdyGoAway(SpdyStreamId last_good_stream_id); |
+ |
// Construct a SPDY WINDOW_UPDATE frame. |
// Returns the constructed frame. The caller takes ownership of the frame. |
SpdyFrame* ConstructSpdyWindowUpdate(SpdyStreamId, uint32 delta_window_size); |