diff options
Diffstat (limited to 'net/disk_cache/stats.h')
-rw-r--r-- | net/disk_cache/stats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/disk_cache/stats.h b/net/disk_cache/stats.h index 84f013d..6658df6 100644 --- a/net/disk_cache/stats.h +++ b/net/disk_cache/stats.h @@ -60,6 +60,9 @@ class Stats { void GetItems(StatsItems* items); + // Saves the stats to disk. + void Store(); + // Support for StatsHistograms. Together, these methods allow StatsHistograms // to take a snapshot of the data_sizes_ as the histogram data. int GetBucketRange(size_t i) const; |