diff options
Diffstat (limited to 'net/disk_cache/simple/simple_backend_impl.h')
-rw-r--r-- | net/disk_cache/simple/simple_backend_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/disk_cache/simple/simple_backend_impl.h b/net/disk_cache/simple/simple_backend_impl.h index c8cac21..c9debd0 100644 --- a/net/disk_cache/simple/simple_backend_impl.h +++ b/net/disk_cache/simple/simple_backend_impl.h @@ -140,10 +140,6 @@ class NET_EXPORT_PRIVATE SimpleBackendImpl : public Backend, const CompletionCallback& callback, int result); - // Calculates the size of the entire cache. Invoked when the index is ready. - void IndexReadyForSizeCalculation(const CompletionCallback& callback, - int result); - // Try to create the directory if it doesn't exist. This must run on the IO // thread. static DiskStatResult InitCacheStructureOnDisk(const base::FilePath& path, |