diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 00:39:41 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 00:39:41 +0000 |
commit | 90b9cd7885a04a15543a9b2bb16382724f88c39e (patch) | |
tree | 0ae317033e7bcf81f654a7a0503afb0938b7446c /net/http/http_cache.h | |
parent | cb9d58c8e5ed717851302378bf61cbf6d93d827a (diff) | |
download | chromium_src-90b9cd7885a04a15543a9b2bb16382724f88c39e.zip chromium_src-90b9cd7885a04a15543a9b2bb16382724f88c39e.tar.gz chromium_src-90b9cd7885a04a15543a9b2bb16382724f88c39e.tar.bz2 |
Http cache: Cleanup from tracking of bug 9952.
BUG=9952
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24992 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 5036e6a..f1807b7 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -195,7 +195,6 @@ class HttpCache : public HttpTransactionFactory { ScopedRunnableMethodFactory<HttpCache> task_factory_; bool in_memory_cache_; - bool deleted_; // TODO(rvargas): remove this member. See bug 9952. bool enable_range_support_; int cache_size_; |