indexeddb: remove IO thread functions from ChainedBlobWriter
These functions are unnecessary and make it more complicated to remove the use of BrowserThread::IO from idb code. In particular, the delegate can be owned by the callback rather than by the ChainedBlobWriter, and the flush policy can be accessed from the idb sequence instead. Change-Id: I8d73085a9aa374699305cd37457a2f075bb2a791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954524 Commit-Queue: enne <enne@chromium.org> Reviewed-by:Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#722608}
Showing
Please register or sign in to comment