Introduce the in-process Storage Service
This wires up the Storage Service implementation in-process as a private detail of content::StoragePartitionImpl. All DOM Storage implementation is moved behind Storage Service public Mojo interfaces, and DOM Storage support in the browser no longer depends directly on any private details of the Storage Service. No functional changes are intended here, as the in-process service instance still runs on the IO thread, where DOM Storage implementation has also run for some time. Bug: 1000959 Change-Id: I6fddd8605e3ba426576d9d9348964c5083dd4b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052609Reviewed-by:Daniel Murphy <dmurph@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#741640}
Showing
Please register or sign in to comment