| Index: net/disk_cache/simple/simple_backend_impl.h
|
| diff --git a/net/disk_cache/simple/simple_backend_impl.h b/net/disk_cache/simple/simple_backend_impl.h
|
| index c8cac21124e634a0684a2dfbb4c35627c751b435..c9debd0acc1f1912bae892e84227b9df3e28b0f6 100644
|
| --- a/net/disk_cache/simple/simple_backend_impl.h
|
| +++ b/net/disk_cache/simple/simple_backend_impl.h
|
| @@ -140,10 +140,6 @@
|
| 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,
|
|
|