Index: net/http/http_network_transaction.h |
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
index a5207daba64d0c6dc9e86026b97f92734135cb53..e03170388b21e56f42f29e998cef035adba83258 100644 |
--- a/net/http/http_network_transaction.h |
+++ b/net/http/http_network_transaction.h |
@@ -98,6 +98,8 @@ class HttpNetworkTransaction : public HttpTransaction { |
STATE_READ_BODY_COMPLETE, |
STATE_DRAIN_BODY_FOR_AUTH_RESTART, |
STATE_DRAIN_BODY_FOR_AUTH_RESTART_COMPLETE, |
+ STATE_SPDY_GET_STREAM, |
+ STATE_SPDY_GET_STREAM_COMPLETE, |
STATE_SPDY_SEND_REQUEST, |
STATE_SPDY_SEND_REQUEST_COMPLETE, |
STATE_SPDY_READ_HEADERS, |
@@ -141,6 +143,8 @@ class HttpNetworkTransaction : public HttpTransaction { |
int DoReadBodyComplete(int result); |
int DoDrainBodyForAuthRestart(); |
int DoDrainBodyForAuthRestartComplete(int result); |
+ int DoSpdyGetStream(); |
+ int DoSpdyGetStreamComplete(int result); |
int DoSpdySendRequest(); |
int DoSpdySendRequestComplete(int result); |
int DoSpdyReadHeaders(); |