tree: d666cf0a96f0518bcf843dc39f1e26446f4d6ae8 [path history] [tgz]
  1. BUILD.gn
  2. cache_url_loader.cc
  3. cache_url_loader.h
  4. DEPS
  5. manifest.json
  6. network_context.cc
  7. network_context.h
  8. network_context_unittest.cc
  9. network_service_impl.cc
  10. network_service_impl.h
  11. network_service_unittest.cc
  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.