This folder contains Android WebView's code for interacting with the Network Service. For details on the Network Service in general, see //services/network/
.
Android WebView aims to run with the Network Service in-process (features::kNetworkServiceInProcess
). For details, see https://crbug.com/882650. This feature is enabled by default, so there's no need to locally enable it.
Please see general testing instructions. There is no need to modify flags because the Network Service is always enabled.