diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 20:18:20 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 20:18:20 +0000 |
commit | bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a (patch) | |
tree | 3724a244f4bbc7f4e44f4d27d4c488a19d03314b /net/disk_cache/eviction.cc | |
parent | 2c47bc10fd06fc047dda9526e81a125f6bf0db39 (diff) | |
download | chromium_src-bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a.zip chromium_src-bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a.tar.gz chromium_src-bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a.tar.bz2 |
Disk cache: Finish the current experiment.
Review URL: http://codereview.chromium.org/67046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/eviction.cc')
-rw-r--r-- | net/disk_cache/eviction.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/eviction.cc b/net/disk_cache/eviction.cc index c000342..668fec2 100644 --- a/net/disk_cache/eviction.cc +++ b/net/disk_cache/eviction.cc @@ -142,7 +142,7 @@ void Eviction::ReportTrimTimes(EntryImpl* entry) { if (first_trim_) { first_trim_ = false; if (backend_->ShouldReportAgain()) { - CACHE_UMA(AGE, "TrimAge", header_->experiment, entry->GetLastUsed()); + CACHE_UMA(AGE, "TrimAge", 0, entry->GetLastUsed()); } if (header_->create_time && !header_->lru.filled) { |