diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 18:10:51 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-13 18:10:51 +0000 |
commit | c03b9793bb64f1a4b819b74aabc21a70539e018a (patch) | |
tree | 2d0a151cef9e9b9d11bbd7ebc0b0d40b24e5f12f /net/net.gyp | |
parent | e5368488e2fdad1cf27d6c0fd1031769affbaa5e (diff) | |
download | chromium_src-c03b9793bb64f1a4b819b74aabc21a70539e018a.zip chromium_src-c03b9793bb64f1a4b819b74aabc21a70539e018a.tar.gz chromium_src-c03b9793bb64f1a4b819b74aabc21a70539e018a.tar.bz2 |
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
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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', |