Index: net/spdy/spdy_session.h |
=================================================================== |
--- net/spdy/spdy_session.h (revision 174489) |
+++ net/spdy/spdy_session.h (working copy) |
@@ -422,6 +422,7 @@ |
// IO Callbacks |
void OnReadComplete(int result); |
+ bool ProcessBytesRead(int bytes_read); |
void OnWriteComplete(int result); |
// Send relevant SETTINGS. This is generally called on connection setup. |