tree: e92f7c35f9f131136ae08e55c2393f62e8ee936e [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_navigation_controller.cc
  7. data_protection_navigation_controller.h
  8. data_protection_navigation_observer.cc
  9. data_protection_navigation_observer.h
  10. data_protection_navigation_observer_unittest.cc
  11. data_protection_page_user_data.cc
  12. data_protection_page_user_data.h
  13. data_protection_page_user_data_unittest.cc
  14. DIR_METADATA
  15. OWNERS
  16. paste_allowed_request.cc
  17. paste_allowed_request.h
  18. paste_allowed_request_unittest.cc
  19. print_utils.cc
  20. print_utils.h
  21. print_utils_unittest.cc
  22. README.md
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.