tree: 24a9719b5cc05d93f8b447cadce38f03295e3e39 [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. common_mac.h
  4. common_mac.mm
  5. common_win.cc
  6. common_win.h
  7. DEPS
  8. OWNERS
  9. quarantine.cc
  10. quarantine.h
  11. quarantine_impl.cc
  12. quarantine_impl.h
  13. quarantine_mac.mm
  14. quarantine_mac_unittest.mm
  15. quarantine_service.cc
  16. quarantine_service.h
  17. quarantine_unittest.cc
  18. quarantine_win.cc
  19. quarantine_win_unittest.cc
  20. README.md
  21. test_support.cc
  22. test_support.h
  23. test_support_mac.mm
  24. test_support_win.cc
components/services/quarantine/README.md

Quarantine service to scan/mark a downloaded file with a mark-of-the-web.

The service will run in browser process except for Windows with kOutOfProcessQuarantine flag set, where will run in a utility process

TODO: Implement, add call sites, and refactor components/download/quarantine.