From c03b9793bb64f1a4b819b74aabc21a70539e018a Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Mon, 13 Sep 2010 18:10:51 +0000 Subject: Disk Cache: Run another experiment: Increase the number of deleted entries that we keep around. I'm doubling the number of deleted entries for about 13% of the dev channed. I'm also adding a few extra histograms. BUG=none TEST=none Review URL: http://codereview.chromium.org/3343010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59243 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index a967a35..2b43f9f 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -308,6 +308,7 @@ 'disk_cache/errors.h', 'disk_cache/eviction.cc', 'disk_cache/eviction.h', + 'disk_cache/experiments.h', 'disk_cache/file.h', 'disk_cache/file_block.h', 'disk_cache/file_lock.cc', -- cgit v1.1