summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
diff options
context:
space:
mode:
authortonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-19 16:50:50 +0000
committertonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-19 16:50:50 +0000
commit91f4caabc045b18d0897d7f3a10bf95baa6d842d (patch)
tree2a5fd3dc99d12613eabc768a6b36681f6fa85ef5 /net/http/http_cache.cc
parent975c326e7dbd036a0bf6ac0ceaaf8cc25ab8729f (diff)
downloadchromium_src-91f4caabc045b18d0897d7f3a10bf95baa6d842d.zip
chromium_src-91f4caabc045b18d0897d7f3a10bf95baa6d842d.tar.gz
chromium_src-91f4caabc045b18d0897d7f3a10bf95baa6d842d.tar.bz2
Update about:cache to display cached metadata for an entry.
Also, factor a constant for the number of cache data indices. BUG=32407 TEST=None Review URL: http://codereview.chromium.org/1594036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_cache.cc')
-rw-r--r--net/http/http_cache.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
index 8a44565..f1ddaf9 100644
--- a/net/http/http_cache.cc
+++ b/net/http/http_cache.cc
@@ -32,12 +32,6 @@
namespace net {
-// disk cache entry data indices.
-enum {
- kResponseInfoIndex,
- kResponseContentIndex
-};
-
//-----------------------------------------------------------------------------
HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* e)