Index: net/http/http_cache.h |
=================================================================== |
--- net/http/http_cache.h (revision 19788) |
+++ net/http/http_cache.h (working copy) |
@@ -183,6 +183,7 @@ |
ScopedRunnableMethodFactory<HttpCache> task_factory_; |
bool in_memory_cache_; |
+ bool deleted_; // TODO(rvargas): remove this member. |
darin (slow to review)
2009/07/06 18:27:05
maybe include a bug link? then if the bug is clos
|
int cache_size_; |
typedef base::hash_map<std::string, int> PlaybackCacheMap; |