Our current network interception implementation works on the net/ level, i.e. as net::URLRequestInterceptor. This is incompatible with network service and does not let us intercept requests not fulfilled by network. We should instead implement it as URLLoaderFactory/URLLoader/URLLoaderClient interfaces.
Comment 1 by caseq@chromium.org
, Feb 15 2018