diff options
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r-- | net/http/http_cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index 9729527..63e5257 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -164,6 +164,8 @@ class HttpCache : public HttpTransactionFactory { typedef base::hash_map<std::string, int> PlaybackCacheMap; scoped_ptr<PlaybackCacheMap> playback_cache_map_; + RevocableStore transactions_; + DISALLOW_COPY_AND_ASSIGN(HttpCache); }; |