Chromium Code Reviews| Index: net/disk_cache/stats_histogram.h |
| =================================================================== |
| --- net/disk_cache/stats_histogram.h (revision 76117) |
| +++ net/disk_cache/stats_histogram.h (working copy) |
| @@ -45,6 +45,7 @@ |
| virtual size_t bucket_count() const; |
| virtual void SnapshotSample(SampleSet* sample) const; |
| virtual Inconsistencies FindCorruption(const SampleSet& snapshot) const; |
| + virtual uint32 CalculateRangeChecksum() const; |
| private: |
| bool init_; |