tree: f599b7f9bb87c097c262c6677ce5fe70f7eef393 [path history] [tgz]
  1. BUILD.gn
  2. cache_url_loader.cc
  3. cache_url_loader.h
  4. DEPS
  5. manifest.json
  6. net_adapters.cc
  7. net_adapters.h
  8. network_context.cc
  9. network_context.h
  10. network_service.cc
  11. network_service.h
  12. network_service_url_loader_factory_impl.cc
  13. network_service_url_loader_factory_impl.h
  14. OWNERS
  15. README.md
  16. url_loader_impl.cc
  17. url_loader_impl.h
  18. 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.