tree: c06cdcf91d94b31534666579f2ab7256bc69779e
  1. cloud_binary_upload_service.cc
  2. cloud_binary_upload_service.h
  3. cloud_binary_upload_service_browsertest.cc
  4. cloud_binary_upload_service_factory.cc
  5. cloud_binary_upload_service_factory.h
  6. cloud_binary_upload_service_unittest.cc
  7. deep_scanning_utils.cc
  8. deep_scanning_utils.h
  9. deep_scanning_utils_unittest.cc
  10. DIR_METADATA
  11. file_analysis_request.cc
  12. file_analysis_request.h
  13. file_analysis_request_unittest.cc
  14. OWNERS
  15. README.md
  16. test_binary_upload_service.cc
  17. 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.