0
Files
src/storage
Jarryd 30058f2cd7 Quota: Remove manual deletion logic from QuotaManager.
QuotaManager currently uses a custom deleter that ensures the deletion happens on the IO thread. This CL removes the custom logic, and instead
has QuotaManager inherit from RefCountedDeleteOnSequence.

This CL was previously submitted with https://crrev.com/c/1479302 as d82ad3d0ee. It is currently broken up to
minimize the impact of a potential revert.

Change-Id: If39890da03f577771b31faf71a1ae479ca11cc9d
Reviewed-on: https://chromium-review.googlesource.com/c/1481591
Commit-Queue: Jarryd Goodman <jarrydg@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635213}
2019-02-25 20:00:32 +00:00
..