tree: ccccbb7d2351ff6cc881ad822a1844f2e4a34486 [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. multipart_uploader.cc
  20. multipart_uploader.h
  21. multipart_uploader_unittest.cc
  22. OWNERS
  23. README.md
  24. test_binary_upload_service.cc
  25. 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.