| Index: net/spdy/spdy_test_util.h
|
| ===================================================================
|
| --- net/spdy/spdy_test_util.h (revision 105385)
|
| +++ net/spdy/spdy_test_util.h (working copy)
|
| @@ -159,6 +159,10 @@
|
| // Returns the constructed frame. The caller takes ownership of the frame.
|
| spdy::SpdyFrame* ConstructSpdySettings(spdy::SpdySettings settings);
|
|
|
| +// Construct a SPDY PING frame.
|
| +// Returns the constructed frame. The caller takes ownership of the frame.
|
| +spdy::SpdyFrame* ConstructSpdyPing();
|
| +
|
| // Construct a SPDY GOAWAY frame.
|
| // Returns the constructed frame. The caller takes ownership of the frame.
|
| spdy::SpdyFrame* ConstructSpdyGoAway();
|
|
|