Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: net/disk_cache/backend_impl.h

Issue 15772003: Disk Cache: Make Stats independent of the backend implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698