AppCache: 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(). AppCache only provides kTemporary, like most storage APIs. Therefore, its QuotaClient implementation does not need to handle other StorageType values. Also replaced reqeusts -> requests, per Tricium's suggestion. Bug: 1016065 Change-Id: Ib302b069e6b00c0746de98777b6bc36cadbbf061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249461Reviewed-by:Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#779454}
Showing
Please register or sign in to comment