diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 19:19:07 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-22 19:19:07 +0000 |
commit | 070fd95297d8d8eb7076ea8ba0956dee74d0e4f9 (patch) | |
tree | 0cc92b8f856b852ed612ce391328aefd77b3cac3 /net/disk_cache/eviction.h | |
parent | d1cb9f53adcefd8f7ff6abc58ae7edd6f522a42d (diff) | |
download | chromium_src-070fd95297d8d8eb7076ea8ba0956dee74d0e4f9.zip chromium_src-070fd95297d8d8eb7076ea8ba0956dee74d0e4f9.tar.gz chromium_src-070fd95297d8d8eb7076ea8ba0956dee74d0e4f9.tar.bz2 |
Disk cache: Set up a new experiment on the dev channel.
Enable the new eviction algorithm for 10% of the current
users on the dev channel.
Review URL: http://codereview.chromium.org/79064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/eviction.h')
-rw-r--r-- | net/disk_cache/eviction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/eviction.h b/net/disk_cache/eviction.h index 55fbee7..6526cff 100644 --- a/net/disk_cache/eviction.h +++ b/net/disk_cache/eviction.h @@ -59,6 +59,7 @@ class Eviction { bool NodeIsOldEnough(CacheRankingsBlock* node, int list); int SelectListByLenght(); + void ReportListStats(); BackendImpl* backend_; Rankings* rankings_; |