tree: ccaed621e5c596c362fd17437e5056c390bda6a3 [path history] [tgz]
  1. binary_fcm_service.cc
  2. binary_fcm_service.h
  3. binary_fcm_service_unittest.cc
  4. binary_upload_service.cc
  5. binary_upload_service.h
  6. binary_upload_service_factory.cc
  7. binary_upload_service_factory.h
  8. binary_upload_service_unittest.cc
  9. deep_scanning_browsertest_base.cc
  10. deep_scanning_browsertest_base.h
  11. deep_scanning_test_utils.cc
  12. deep_scanning_test_utils.h
  13. deep_scanning_utils.cc
  14. deep_scanning_utils.h
  15. deep_scanning_utils_unittest.cc
  16. file_analysis_request.cc
  17. file_analysis_request.h
  18. file_analysis_request_unittest.cc
  19. file_opening_job.cc
  20. file_opening_job.h
  21. file_opening_job_unittest.cc
  22. multipart_data_pipe_getter.cc
  23. multipart_data_pipe_getter.h
  24. multipart_data_pipe_getter_unittest.cc
  25. multipart_uploader.cc
  26. multipart_uploader.h
  27. multipart_uploader_unittest.cc
  28. OWNERS
  29. README.md
  30. test_binary_upload_service.cc
  31. test_binary_upload_service.h
chrome/browser/safe_browsing/cloud_content_scanning/README.md

This directory includes cloud scanning code that is shared across user uploads and user downloads scanning features. This includes:

  • Chrome Enterprise Connectors that scan content.
  • Chrome Advanced Protection Program file download scans.

Code specific to user downloads cloud scanning should be added to //chrome/browser/safe_browsing/download_protection/ instead.

Code specific to user uploads cloud scanning or Chrome Enterprise Connectors should be added to //chrome/browser/enterprise/connectors/ instead.