[ServiceWorker] Make ServiceWorkerGlobalScope hold ServiceWorkerHostAssociatedPtr
This CL aims to slim down ServiceWorkerGlobalScopeClient by moving its ServiceWorkerHostAssociatedPtr member into ServiceWorkerGlobalScope, to facilitate removing ServiceWorkerGlobalScopeClient completely in the future. Previously, CallerXXX --> ServiceWorkerGlobalScopeClient -Mojo calls-> Remote ServiceWorkerHost impl. Now, CallerXXX -GetServiceWorkerHost()-> ServiceWorkerGlobalScope then -Mojo calls-> Remote ServiceWorkerHost impl BUG=931142 Change-Id: I1f8250210faf4ef0f34ef81f06d1a79ba23c3a3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636517Reviewed-by:Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#665487}
Showing
Please register or sign in to comment