Index: net/spdy/spdy_test_util_spdy2.h |
diff --git a/net/spdy/spdy_test_util_spdy2.h b/net/spdy/spdy_test_util_spdy2.h |
index d77fda36b2ccd07866e808f4fb14e8f65a0bf783..2b5ce046ad1216fd921f9ae68e006ab0915e5a5a 100644 |
--- a/net/spdy/spdy_test_util_spdy2.h |
+++ b/net/spdy/spdy_test_util_spdy2.h |
@@ -116,6 +116,10 @@ SpdyFrame* ConstructSpdyPing(uint32 ping_id); |
// Returns the constructed frame. The caller takes ownership of the frame. |
SpdyFrame* ConstructSpdyGoAway(); |
+// Construct a SPDY GOAWAY frame. |
akalin
2013/04/17 21:14:20
document difference between this overload and the
Ryan Hamilton
2013/04/18 00:30:40
Done.
|
+// Returns the constructed frame. The caller takes ownership of the frame. |
+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); |