Chromium Code Reviews| Index: net/disk_cache/stats_histogram.cc |
| =================================================================== |
| --- net/disk_cache/stats_histogram.cc (revision 76254) |
| +++ net/disk_cache/stats_histogram.cc (working copy) |
| @@ -36,7 +36,7 @@ |
| bucket_count); |
| stats_histogram->InitializeBucketRange(); |
| histogram = stats_histogram; |
| - StatisticsRecorder::Register(&histogram); |
| + StatisticsRecorder::RegisterOrDiscardDuplicate(&histogram); |
| } |
| DCHECK(HISTOGRAM == histogram->histogram_type()); |