ServiceWorker: Set network isolation key for update check
This fixes a failing browser test: WorkerNetworkIsolationKeyBrowserTest.ServiceWorkerMainScriptRequest when ServiceWorkerImportedScriptUpdateCheck is enabled. It's caused by missing the network isolation key for requests generated during update check. Network isolation key is used to separate requests from different contexts when accessing shared network resources like http cache. It's necessary for service worker update check. Bug: 648295 Change-Id: Id97e1e60ea2ceb7f59211dfcb6b2e32776455487 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716391Reviewed-by:Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Ting Shao <ting.shao@intel.com> Cr-Commit-Position: refs/heads/master@{#682178}
Showing
Please register or sign in to comment