Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index ef6ae12150e5f1d35b382af2c691200de8ad7cfb..7183542faf0053810ebd0edc44826f2d0eef8e4c 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -413,6 +413,7 @@ class HttpCache::Transaction : public HttpTransaction { |
bool cache_pending_; // We are waiting for the HttpCache. |
bool done_reading_; |
bool vary_mismatch_; // The request doesn't match the stored vary data. |
+ bool couldnt_conditionalize_request_; |
scoped_refptr<IOBuffer> read_buf_; |
int io_buf_len_; |
int read_offset_; |