Index: net/disk_cache/disk_cache.h |
=================================================================== |
--- net/disk_cache/disk_cache.h (revision 188696) |
+++ net/disk_cache/disk_cache.h (working copy) |
@@ -54,6 +54,10 @@ |
net::NetLog* net_log, Backend** backend, |
const net::CompletionCallback& callback); |
+// Renames cache directory synchronously and fires off a background cleanup |
+// task. Used by cache creator itself or by backends for self-restart on error. |
+bool DelayedCacheCleanup(const base::FilePath& full_path); |
rvargas (doing something else)
2013/03/25 22:06:04
move this to cache_util.h
pasko-google - do not use
2013/03/26 16:54:57
Done.
|
+ |
// The root interface for a disk cache instance. |
class NET_EXPORT Backend { |
public: |