Index: net/spdy/spdy_http_stream.h |
=================================================================== |
--- net/spdy/spdy_http_stream.h (revision 104856) |
+++ net/spdy/spdy_http_stream.h (working copy) |
@@ -86,6 +86,8 @@ |
private: |
FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest, FlowControlStallResume); |
+ void CheckPingResponse(); |
+ |
// Call the user callback. |
void DoCallback(int rv); |
@@ -96,6 +98,7 @@ |
bool ShouldWaitForMoreBufferedData() const; |
ScopedRunnableMethodFactory<SpdyHttpStream> read_callback_factory_; |
+ ScopedRunnableMethodFactory<SpdyHttpStream> ping_method_factory_; |
scoped_refptr<SpdyStream> stream_; |
scoped_refptr<SpdySession> spdy_session_; |