tree: 1192d9497758a678b571fa5ec42cf6d9262df174 [path history] [tgz]
  1. BUILD.gn
  2. cache_url_loader.cc
  3. cache_url_loader.h
  4. cookie_manager_impl.cc
  5. cookie_manager_impl.h
  6. cookie_manager_impl_unittest.cc
  7. DEPS
  8. manifest.json
  9. network_context.cc
  10. network_context.h
  11. network_context_unittest.cc
  12. network_service_impl.cc
  13. network_service_impl.h
  14. network_service_unittest.cc
  15. network_service_url_loader_factory_impl.cc
  16. network_service_url_loader_factory_impl.h
  17. OWNERS
  18. README.md
  19. url_loader_impl.cc
  20. url_loader_impl.h
  21. 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.