diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-06 20:27:30 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-06 20:27:30 +0000 |
commit | 0928fb62d472e45d2bd23d97aa43b5f704c00bec (patch) | |
tree | 438f8801b328c2d933751e0420ba18bbcae7beab /net/http/http_cache.h | |
parent | 8d140942adb41a0eaf0d1e815300d0d4a83d5ef3 (diff) | |
download | chromium_src-0928fb62d472e45d2bd23d97aa43b5f704c00bec.zip chromium_src-0928fb62d472e45d2bd23d97aa43b5f704c00bec.tar.gz chromium_src-0928fb62d472e45d2bd23d97aa43b5f704c00bec.tar.bz2 |
Add more code to debug a crash inside HttpCache::DeactivateEntry
BUG=9952
TEST=none
Review URL: http://codereview.chromium.org/155018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19981 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, 1 insertions, 0 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index 9fca9ae..034ade1 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -183,6 +183,7 @@ class HttpCache : public HttpTransactionFactory { ScopedRunnableMethodFactory<HttpCache> task_factory_; bool in_memory_cache_; + bool deleted_; // TODO(rvargas): remove this member. See bug 9952. int cache_size_; typedef base::hash_map<std::string, int> PlaybackCacheMap; |