Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index 0b4792bd116563c3dea02e2022e766865084d33e..2c60008088d34ba98de04fcb2fd2def053dbf468 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -181,6 +181,9 @@ class HttpCache::Transaction : public HttpTransaction { |
STATE_PARTIAL_HEADERS_RECEIVED, |
STATE_CACHE_READ_RESPONSE, |
STATE_CACHE_READ_RESPONSE_COMPLETE, |
+ STATE_CACHE_READ_RESPONSE_CONTINUE, |
+ STATE_TOGGLE_UNUSED_SINCE_PREFETCH, |
+ STATE_TOGGLE_UNUSED_SINCE_PREFETCH_COMPLETE, |
STATE_CACHE_WRITE_RESPONSE, |
STATE_CACHE_WRITE_TRUNCATED_RESPONSE, |
STATE_CACHE_WRITE_RESPONSE_COMPLETE, |
@@ -252,6 +255,9 @@ class HttpCache::Transaction : public HttpTransaction { |
int DoPartialHeadersReceived(); |
int DoCacheReadResponse(); |
int DoCacheReadResponseComplete(int result); |
+ int DoCacheReadResponseContinue(); |
+ int DoCacheToggleUnusedSincePrefetch(); |
+ int DoCacheToggleUnusedSincePrefetchComplete(int result); |
int DoCacheWriteResponse(); |
int DoCacheWriteTruncatedResponse(); |
int DoCacheWriteResponseComplete(int result); |