diff options
Diffstat (limited to 'net/disk_cache/disk_cache.h')
-rw-r--r-- | net/disk_cache/disk_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h index 13edd92..3b5c912 100644 --- a/net/disk_cache/disk_cache.h +++ b/net/disk_cache/disk_cache.h @@ -48,6 +48,7 @@ class Backend; // The pointer to receive the |backend| must remain valid until the operation // completes (the callback is notified). NET_EXPORT int CreateCacheBackend(net::CacheType type, + net::BackendType backend_type, const base::FilePath& path, int max_bytes, bool force, base::MessageLoopProxy* thread, |