AppCache: Create ApplicationCacheHostForSharedWorker in WebSharedWorkerImpl
Before this CL, ApplicationCacheHostForSharedWorker was created via WorkerShadowPage and DocumentLoader. That was blocking WorkerShadowPage removal. This CL removes the dependency by creating the host for shared workers in WebSharedWorkerImpl instead. Bug: 538751, 982996 Change-Id: I64e4a0cbba835d126c5144072e369f8bad3dc477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724641Reviewed-by:Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#682952}
Showing
Please register or sign in to comment