[FileAPI] Change BlobURLRegistry to store PendingRemotes instead of Remotes.
This not only saves memory, but also makes the (blocking) BlobUrlStore.Registry mojom call faster by not having to set up the blob mojo binding context at that point. On the other hand this makes blob url resolution slightly less efficient, but this seems like the right trade-off. Bug: 1112410 Change-Id: Ic8e97fbcc313ae053f55166d1bad5479a856b8c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335402 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#795821}
Showing
Please register or sign in to comment