tree: 28f189f628828229b3bdea6aec53b4fe7e24cf5b [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. manifest.json
  4. net_adapters.cc
  5. net_adapters.h
  6. network_context.cc
  7. network_context.h
  8. network_service.cc
  9. network_service.h
  10. network_service_url_loader_factory_impl.cc
  11. network_service_url_loader_factory_impl.h
  12. OWNERS
  13. README.md
  14. url_loader_impl.cc
  15. url_loader_impl.h
  16. url_loader_unittest.cc
content/network/README.md

content/network is a temporary location for the Network Service. While it will eventually end up in services/network, we can't move it now until content/common/url_loader.mojom can move. That is blocked on removing the old non-mojom IPC loading path (see LoadingWithMojo feature flag). Once that happens, the mojom can be self contained and we can move it and this code.