PepperNetworkProxyHost and ResolveProxyMsgHelper (Both use by pepper plugins - why do they need two proxy APIs?) use the network stack to resolve proxies. We need to switch them over to using the network service, which doesn't yet provide such an API.
PepperNetworkProxyHost, at least, is also broken (see issue 810211).
Both currently proxy requests for other processes, so we could create a new Mojo API and let other processes directly access it, if we so desired, to avoid the extra process hop.
Comment 1 by mmenke@chromium.org
, Feb 9 2018