diff options
Diffstat (limited to 'net/disk_cache/cache_util.h')
-rw-r--r-- | net/disk_cache/cache_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h index d5cbe1a..f7c4c8e 100644 --- a/net/disk_cache/cache_util.h +++ b/net/disk_cache/cache_util.h @@ -68,6 +68,7 @@ class NET_EXPORT_PRIVATE CacheCreator { net::CompletionCallback callback_; disk_cache::Backend* created_cache_; net::NetLog* net_log_; + bool use_simple_cache_backend_; DISALLOW_COPY_AND_ASSIGN(CacheCreator); }; |