tree: 213de4cf4a1e46902d9fcb5be5e8d3880cb0e66d [path history] [tgz]
  1. clipboard_browsertest.cc
  2. data_protection_clipboard_utils.cc
  3. data_protection_clipboard_utils.h
  4. data_protection_clipboard_utils_browsertest.cc
  5. data_protection_clipboard_utils_unittest.cc
  6. data_protection_features.cc
  7. data_protection_features.h
  8. data_protection_navigation_controller.cc
  9. data_protection_navigation_controller.h
  10. data_protection_navigation_controller_browsertest.cc
  11. data_protection_navigation_observer.cc
  12. data_protection_navigation_observer.h
  13. data_protection_navigation_observer_unittest.cc
  14. data_protection_page_user_data.cc
  15. data_protection_page_user_data.h
  16. data_protection_page_user_data_unittest.cc
  17. data_protection_ui_controller.cc
  18. data_protection_ui_controller.h
  19. data_protection_url_lookup_service.cc
  20. data_protection_url_lookup_service.h
  21. data_protection_url_lookup_service_unittest.cc
  22. DIR_METADATA
  23. OWNERS
  24. paste_allowed_request.cc
  25. paste_allowed_request.h
  26. paste_allowed_request_unittest.cc
  27. print_utils.cc
  28. print_utils.h
  29. print_utils_unittest.cc
  30. README.md
  31. view_source_navigation_throttle.cc
  32. view_source_navigation_throttle.h
  33. view_source_navigation_throttle_browsertest.cc
chrome/browser/enterprise/data_protection/README.md

This directory contains classes and utility functions that use code from different data protection features and provide abstractions to other chrome/ code. If your code only interacts with one data protection feature, do not use this directory and instead use chrome/browser/enterprise/connectors/, chrome/browser/enterprise/data_controls/, etc.