diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:48:56 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:48:56 +0000 |
commit | 4e53c2c13f1e4703ab836f02b7a1db1980438a7e (patch) | |
tree | f0c87fbe52f84eea257dc76472b6722d6a453d82 /net/http/http_cache.h | |
parent | d02bb0e525eddeb024f262ad509389956d6f548a (diff) | |
download | chromium_src-4e53c2c13f1e4703ab836f02b7a1db1980438a7e.zip chromium_src-4e53c2c13f1e4703ab836f02b7a1db1980438a7e.tar.gz chromium_src-4e53c2c13f1e4703ab836f02b7a1db1980438a7e.tar.bz2 |
Http cache: Make sure that the memory used to receive the
pointer of the backend is valid until the callback fires,
even after the http cache is deleted.
BUG=52387
TEST=net_unittests
Review URL: http://codereview.chromium.org/3195017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r-- | net/http/http_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index 5d44a30..dc16715 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -347,7 +347,6 @@ class HttpCache : public HttpTransactionFactory, // Used when lazily constructing the disk_cache_. scoped_ptr<BackendFactory> backend_factory_; - disk_cache::Backend* temp_backend_; bool building_backend_; Mode mode_; |