Evict Service Worker when reading it from disk cache fails.
If reading the SW resources from the disk cache fails, we should evict the worker or else we will keep getting the same failure. This patch unsets the worker from the live registration, and then deletes the registration if the SW was the stored version. BUG=448003 Review URL: https://codereview.chromium.org/1098083003 Cr-Commit-Position: refs/heads/master@{#327000}
Showing
Please register or sign in to comment