diff options
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; |