Remove racy and unneeded CleanupCacheDir() calls.
commit27e5869f3b56908f1fe2df6c6d9c61393e75f1b7
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 15 Jan 2014 15:32:08 +0000 (15 15:32 +0000)
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 15 Jan 2014 15:32:08 +0000 (15 15:32 +0000)
tree8751a2c2cfd8db98596089d40c320de9566aeaef
parent1078c634a72d8a3b2c0ad7dc934f950b101c27a9
Remove racy and unneeded CleanupCacheDir() calls.

The simple cache tests don't need to cleanup cache dir
after dooming the entire cache; in fact it causes races with
index creation.

R=pasko@chromium.org, clamy@chromium.org
BUG=333527

Review URL: https://codereview.chromium.org/136563003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244889 0039d316-1c4b-4281-b951-d872f2087c98
net/disk_cache/entry_unittest.cc