tree: 3dc97597d06b542aa4d9019c3eb25aad0f92b026 [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. help_me_read_policy_handler.cc
  40. help_me_read_policy_handler.h
  41. help_me_read_policy_handler_unittest.cc
  42. lacros_availability_policy_handler.cc
  43. lacros_availability_policy_handler.h
  44. lacros_selection_policy_handler.cc
  45. lacros_selection_policy_handler.h
  46. lock_to_single_user_manager.cc
  47. lock_to_single_user_manager.h
  48. lock_to_single_user_manager_unittest.cc
  49. minimum_version_policy_handler.cc
  50. minimum_version_policy_handler.h
  51. minimum_version_policy_handler_browsertest.cc
  52. minimum_version_policy_handler_delegate_impl.cc
  53. minimum_version_policy_handler_delegate_impl.h
  54. minimum_version_policy_handler_unittest.cc
  55. minimum_version_policy_test_helpers.cc
  56. minimum_version_policy_test_helpers.h
  57. multi_screen_capture_policy_handler.cc
  58. multi_screen_capture_policy_handler.h
  59. multi_screen_capture_policy_handler_unittest.cc
  60. power_policy_browsertest.cc
  61. README.md
  62. restore_on_startup_browsertest.cc
  63. screen_capture_location_policy_handler.cc
  64. screen_capture_location_policy_handler.h
  65. screen_capture_location_policy_handler_unittest.cc
  66. site_isolation_flag_handling_browsertest.cc
  67. system_proxy_handler.cc
  68. system_proxy_handler.h
  69. system_proxy_handler_unittest.cc
  70. tpm_auto_update_mode_policy_handler.cc
  71. tpm_auto_update_mode_policy_handler.h
  72. tpm_auto_update_mode_policy_handler_unittest.cc
  73. 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.