Index: net/spdy/spdy_stream.h |
=================================================================== |
--- net/spdy/spdy_stream.h (revision 104856) |
+++ net/spdy/spdy_stream.h (working copy) |
@@ -209,6 +209,9 @@ |
// For non push stream, it will send SYN_STREAM frame. |
int SendRequest(bool has_upload_data); |
+ // Sends PING frame. |
+ int SendPing(); |
+ |
// Sends DATA frame. |
int WriteStreamData(IOBuffer* data, int length, |
spdy::SpdyDataFlags flags); |