diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 00:58:21 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 00:58:21 +0000 |
commit | 485cd456a503e6698c75ea6185ed93de832d493a (patch) | |
tree | d42875cbf1e55172a31c701c4825ff1e5726d943 /net/http/http_cache_transaction.h | |
parent | 9ec84b6f69e5e3933fc4bb3e75ecf2771500a361 (diff) | |
download | chromium_src-485cd456a503e6698c75ea6185ed93de832d493a.zip chromium_src-485cd456a503e6698c75ea6185ed93de832d493a.tar.gz chromium_src-485cd456a503e6698c75ea6185ed93de832d493a.tar.bz2 |
Http Cache: Make sure that we don't fail transactions when the
disk cache fails (now on an async world).
BUG=49216
TEST=net_unittests
Review URL: http://codereview.chromium.org/2812062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_cache_transaction.h')
-rw-r--r-- | net/http/http_cache_transaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h index f19f76a..ae143e9 100644 --- a/net/http/http_cache_transaction.h +++ b/net/http/http_cache_transaction.h @@ -339,6 +339,7 @@ class HttpCache::Transaction : public HttpTransaction { int io_buf_len_; int read_offset_; int effective_load_flags_; + int write_len_; scoped_ptr<PartialData> partial_; // We are dealing with range requests. uint64 final_upload_progress_; CompletionCallbackImpl<Transaction> io_callback_; |