Service worker bypass for resource requests from suborigins
This implements a bypass of service workers for resource requests that
originate in a service worker. They should not be intercepted by service
workers that have been installed by the physical origin, and they cannot
install their own service workers, so instead they should bypass the
origin's service worker if it exists.
BUG=
336894
Committed:
https://crrev.com/765fbff4e0bbe8be4c7c2c7393aa8e2b674ecc3e
Cr-Commit-Position: refs/heads/master@{#420143}