tree: d7c422a136facc89866dcb406c66eadd31919b05 [path history] [tgz]
  1. adb_sideloading_allowance_mode_policy_handler.cc
  2. adb_sideloading_allowance_mode_policy_handler.h
  3. adb_sideloading_allowance_mode_policy_handler_unittest.cc
  4. app_launch_automation_policy_handler.cc
  5. app_launch_automation_policy_handler.h
  6. bluetooth_policy_handler.cc
  7. bluetooth_policy_handler.h
  8. bluetooth_policy_handler_unittest.cc
  9. BUILD.gn
  10. configuration_policy_handler_ash.cc
  11. configuration_policy_handler_ash.h
  12. configuration_policy_handler_ash_unittest.cc
  13. contextual_google_integrations_policies_handler.cc
  14. contextual_google_integrations_policies_handler.h
  15. DEPS
  16. device_dlc_predownload_list_policy_handler.cc
  17. device_dlc_predownload_list_policy_handler.h
  18. device_dlc_predownload_list_policy_handler_unittest.cc
  19. device_dock_mac_address_source_handler.cc
  20. device_dock_mac_address_source_handler.h
  21. device_dock_mac_address_source_handler_unittest.cc
  22. device_i18n_shortcuts_enabled_browsertest.cc
  23. device_name_policy_handler.cc
  24. device_name_policy_handler.h
  25. device_name_policy_handler_impl.cc
  26. device_name_policy_handler_impl.h
  27. device_name_policy_handler_impl_unittest.cc
  28. device_name_policy_handler_name_generator.cc
  29. device_name_policy_handler_name_generator.h
  30. device_name_policy_handler_name_generator_unittest.cc
  31. device_quirks_policy_browsertest.cc
  32. device_system_use_24hour_clock_browsertest.cc
  33. device_system_wide_tracing_enabled_browsertest.cc
  34. device_wifi_allowed_handler.cc
  35. device_wifi_allowed_handler.h
  36. extension_cache_unittest.cc
  37. fake_device_name_policy_handler.cc
  38. fake_device_name_policy_handler.h
  39. lock_to_single_user_manager.cc
  40. lock_to_single_user_manager.h
  41. lock_to_single_user_manager_unittest.cc
  42. minimum_version_policy_handler.cc
  43. minimum_version_policy_handler.h
  44. minimum_version_policy_handler_browsertest.cc
  45. minimum_version_policy_handler_delegate_impl.cc
  46. minimum_version_policy_handler_delegate_impl.h
  47. minimum_version_policy_handler_unittest.cc
  48. minimum_version_policy_test_helpers.cc
  49. minimum_version_policy_test_helpers.h
  50. multi_screen_capture_policy_handler.cc
  51. multi_screen_capture_policy_handler.h
  52. multi_screen_capture_policy_handler_unittest.cc
  53. power_policy_browsertest.cc
  54. README.md
  55. restore_on_startup_browsertest.cc
  56. screen_capture_location_policy_handler.cc
  57. screen_capture_location_policy_handler.h
  58. screen_capture_location_policy_handler_unittest.cc
  59. site_isolation_flag_handling_browsertest.cc
  60. system_proxy_handler.cc
  61. system_proxy_handler.h
  62. system_proxy_handler_unittest.cc
  63. tpm_auto_update_mode_policy_handler.cc
  64. tpm_auto_update_mode_policy_handler.h
  65. tpm_auto_update_mode_policy_handler_unittest.cc
  66. variations_service_policy_browsertest.cc
chrome/browser/ash/policy/handlers/README.md

chrome/browser/ash/policy/handlers

This directory should contain code that handles individual policies that do not fit in another subdirectory under chrome/browser/ash/policy.

The file configuration_policy_handler_ash.h contains multiple possible base classes that can be used to verify policy values of different formats.