Service Worker: Remove unnecessary StorageType handling in QuotaClient.
QuotaClient's methods will only be called with a StorageType in the list of types provided to QuotaManager::RegisterClient(). The QuotaClient implementation managing service worker registrations only provides kTemporary, like all modern storage APIs. Therefore, its QuotaClient implementation does not need to handle other StorageType values. Bug: 1016065 Change-Id: I15d6cd4dc503790d6ac3a7b1d7bd5c5db0b6da01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249635Reviewed-by:Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#779660}
Showing
Please register or sign in to comment