Chromium Code Reviews| Index: net/disk_cache/backend_impl.h |
| =================================================================== |
| --- net/disk_cache/backend_impl.h (revision 201602) |
| +++ net/disk_cache/backend_impl.h (working copy) |
| @@ -280,6 +280,9 @@ |
| bool InitBackingStore(bool* file_created); |
| void AdjustMaxCacheSize(int table_len); |
| + bool InitStats(); |
| + void StoreStats(); |
| + |
| // Deletes the cache and starts again. |
| void RestartCache(bool failure); |
| void PrepareForRestart(); |