| 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..d0276ae92b7b80d388c3d469d5da36a7314112eb 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -153,6 +153,7 @@ class HttpCache::Transaction : public HttpTransaction {
|
| STATE_PARTIAL_HEADERS_RECEIVED,
|
| STATE_CACHE_READ_RESPONSE,
|
| STATE_CACHE_READ_RESPONSE_COMPLETE,
|
| + STATE_CACHE_BEFORE_WRITE_RESPONSE,
|
| STATE_CACHE_WRITE_RESPONSE,
|
| STATE_CACHE_WRITE_TRUNCATED_RESPONSE,
|
| STATE_CACHE_WRITE_RESPONSE_COMPLETE,
|
| @@ -207,6 +208,7 @@ class HttpCache::Transaction : public HttpTransaction {
|
| int DoPartialHeadersReceived();
|
| int DoCacheReadResponse();
|
| int DoCacheReadResponseComplete(int result);
|
| + int DoCacheBeforeWriteResponse(int result);
|
| int DoCacheWriteResponse();
|
| int DoCacheWriteTruncatedResponse();
|
| int DoCacheWriteResponseComplete(int result);
|
|
|