summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 00:39:41 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 00:39:41 +0000
commit90b9cd7885a04a15543a9b2bb16382724f88c39e (patch)
tree0ae317033e7bcf81f654a7a0503afb0938b7446c /net/http/http_cache.h
parentcb9d58c8e5ed717851302378bf61cbf6d93d827a (diff)
downloadchromium_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.h1
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_;