diff options
Diffstat (limited to 'net/disk_cache/backend_impl.h')
-rw-r--r-- | net/disk_cache/backend_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h index 98fc16d..90283fb 100644 --- a/net/disk_cache/backend_impl.h +++ b/net/disk_cache/backend_impl.h @@ -83,7 +83,10 @@ class BackendImpl : public Backend { virtual void GetStats(StatsItems* stats); // Performs the actual initialization and final cleanup on destruction. + // Cleanup is a two step process (with a trip to the message loop in between). + // Note that these methods are not intended for external consumption. int SyncInit(); + void StartCleanup(); void CleanupCache(); // Same bahavior as OpenNextEntry but walks the list from back to front. |