Commit b846d870 authored by Chris Bentzel's avatar Chris Bentzel Committed by Commit Bot

Remove DiskCache.TrimDelays histogram.

This histogram is not defined in histograms.xml and is not being used.

Bug: 643561
Change-Id: Ib85c40e3f5df88df51caba61f9888e887219ee83
Reviewed-on: https://chromium-review.googlesource.com/1055951Reviewed-by: default avatarMaks Orlovich <morlovich@chromium.org>
Commit-Queue: Chris Bentzel <cbentzel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558036}
parent af9811f2
......@@ -240,7 +240,6 @@ bool Eviction::ShouldTrim() {
return false;
}
UMA_HISTOGRAM_COUNTS_1M("DiskCache.TrimDelays", trim_delays_);
trim_delays_ = 0;
return true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment