Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Issue 10446092: Disk cache: Don't check the list of entries at startup. (Closed)

Created:
8 years, 6 months ago by rvargas (doing something else)
Modified:
8 years, 6 months ago
Reviewers:
gavinp
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Disk cache: Don't check the list of entries at startup. This is intended for the beta channel. BUG=130443 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139886

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -3 lines) Patch
M net/disk_cache/backend_impl.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
8 years, 6 months ago (2012-05-31 02:35:03 UTC) #1
gavinp
8 years, 6 months ago (2012-05-31 19:49:24 UTC) #2
LGTM.

This makes good sense to me; the check is a really valuable diagnostic in our
early channels, but not appropriate on stable or beta, where we can just fail
later (as we consistency check records as we go through them anyway).

Powered by Google App Engine
This is Rietveld 408576698