[OnionSoup] Move blink.mojom.ServiceWorkerHost endpoint into Blink
This CL moves the blink::mojom::ServiceWorkerHostAssociatedPtr from Content into Blink, now Blink can use it directly to do IPCs rather than requesting Content to do so via public Web interfaces. To avoid too big a CL, this CL tries to do the movement only and is leaving some refactoring work as TODOs, i.e. some public Web structs/callbacks no longer need to cross the boundary of Content and Blink, so some of them should be just removed and some should be hidden inside Blink. Follow-up CLs will do these cleanup. BUG=789857 Change-Id: I080e3f40b4f1e5a79cf37cd62bc6e8d3172b54c4 Reviewed-on: https://chromium-review.googlesource.com/1214709 Commit-Queue: Leon Han <leon.han@intel.com> Reviewed-by:Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#591218}
Showing
This diff is collapsed.
Please register or sign in to comment