AppCache: Reduce dependencies on DocumentLoader from ApplicationCacheHost for shared workers
In the current implementation, WorkerShadowPage provides DocumentLoader to ApplicationCacheHost for shared workers. This blocks WorkerShadowPage removal (see the issue). To unblock it, this and subsequent CLs reduce dependencies on DocumentLoader from ApplicationCacheHost for shared workers. As the first step, this CL moves ApplicationCacheHost::{Update,SwapCache}() that are called only on Document to ApplicationCacheHostForFrame. Bug: 982996 Change-Id: I6599316801e242c63208fcedae0d9feae63d2472 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697261Reviewed-by:Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#676668}
Showing
Please register or sign in to comment