diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 22:07:37 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 22:07:37 +0000 |
commit | 7bd394d220e29b212b9480cb8a7f4986cb8275ce (patch) | |
tree | 18342f9a8c2b2b840af8cea6ccf127902b0d1253 /net/http/http_cache.h | |
parent | 1db97ce76cad4c569c4ae79ad1422620ea5d97cf (diff) | |
download | chromium_src-7bd394d220e29b212b9480cb8a7f4986cb8275ce.zip chromium_src-7bd394d220e29b212b9480cb8a7f4986cb8275ce.tar.gz chromium_src-7bd394d220e29b212b9480cb8a7f4986cb8275ce.tar.bz2 |
Revert cl 24015
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/174260
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r-- | net/http/http_cache.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index af5c55e..19c4331 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -116,10 +116,6 @@ class HttpCache : public HttpTransactionFactory { // Close All Idle Sockets. This is for debugging. void CloseIdleConnections(); - void set_enable_range_support(bool value) { - enable_range_support_ = value; - } - private: // Types -------------------------------------------------------------------- @@ -192,7 +188,6 @@ class HttpCache : public HttpTransactionFactory { bool in_memory_cache_; bool deleted_; // TODO(rvargas): remove this member. See bug 9952. - bool enable_range_support_; int cache_size_; typedef base::hash_map<std::string, int> PlaybackCacheMap; |