Commit 940ca569 authored by rvargas@google.com's avatar rvargas@google.com

Disk cache: Disable checking the lists on start-up.

This cl is intended for the beta channel.

BUG=143743
TEST=none
TBR=gavinp@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10837341

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152360 0039d316-1c4b-4281-b951-d872f2087c98
parent 08f8da58
......@@ -486,9 +486,6 @@ int BackendImpl::SyncInit() {
disabled_ = !rankings_.Init(this, new_eviction_);
if (!disabled_ && !(user_flags_ & kNoRandom) && base::RandInt(0, 99) < 2)
rankings_.SelfCheck(); // Ignore return value for now.
#if defined(STRESS_CACHE_EXTENDED_VALIDATION)
trace_object_->EnableTracing(false);
int sc = SelfCheck();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment