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

Unified Diff: net/disk_cache/stats_histogram.h

Issue 6577013: Crash when we notice a corruption of the histogram range-vector... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/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_;

Powered by Google App Engine
This is Rietveld 408576698