Chromium Code Reviews| Index: net/disk_cache/stats_histogram.cc |
| =================================================================== |
| --- net/disk_cache/stats_histogram.cc (revision 64963) |
| +++ net/disk_cache/stats_histogram.cc (working copy) |
| @@ -86,4 +86,10 @@ |
| mutable_me->ClearFlags(kUmaTargetedHistogramFlag); |
| } |
| +Histogram::Inconsistencies StatsHistogram::FindCorruption( |
| + const SampleSet& snapshot) const { |
| + return NO_INCONSISTENCIES; // This class won't monitor inconsistencies. |
| +} |
| + |
| + |
| } // namespace disk_cache |