Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index 81160d59304fe68e4c81746c3fe10bf6418ef03e..6070207f421e425d6f841cc77b655ed393883cba 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -141,6 +141,8 @@ class HttpCache::Transaction : public HttpTransaction { |
STATE_DOOM_ENTRY_COMPLETE, |
STATE_ADD_TO_ENTRY, |
STATE_ADD_TO_ENTRY_COMPLETE, |
+ STATE_NOTIFY_BEFORE_SEND_HEADERS, |
+ STATE_NOTIFY_BEFORE_SEND_HEADERS_COMPLETE, |
STATE_START_PARTIAL_CACHE_VALIDATION, |
STATE_COMPLETE_PARTIAL_CACHE_VALIDATION, |
STATE_UPDATE_CACHED_RESPONSE, |
@@ -207,6 +209,8 @@ class HttpCache::Transaction : public HttpTransaction { |
int DoPartialHeadersReceived(); |
int DoCacheReadResponse(); |
int DoCacheReadResponseComplete(int result); |
+ int DoNotifyBeforeSendHeaders(); |
rvargas (doing something else)
2011/03/24 18:16:03
nit: fix the ordering here (and in the cc)
|
+ int DoNotifyBeforeSendHeadersComplete(int result); |
int DoCacheWriteResponse(); |
int DoCacheWriteTruncatedResponse(); |
int DoCacheWriteResponseComplete(int result); |