tree: f7bdfd965b89fcd68db1c56a5ad5534323b9d79b [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. camera_save_location_policy_handler.cc
  11. camera_save_location_policy_handler.h
  12. configuration_policy_handler_ash.cc
  13. configuration_policy_handler_ash.h
  14. configuration_policy_handler_ash_unittest.cc
  15. contextual_google_integrations_policies_handler.cc
  16. contextual_google_integrations_policies_handler.h
  17. DEPS
  18. device_dlc_predownload_list_policy_handler.cc
  19. device_dlc_predownload_list_policy_handler.h
  20. device_dlc_predownload_list_policy_handler_unittest.cc
  21. device_dock_mac_address_source_handler.cc
  22. device_dock_mac_address_source_handler.h
  23. device_dock_mac_address_source_handler_unittest.cc
  24. device_i18n_shortcuts_enabled_browsertest.cc
  25. device_name_policy_handler.cc
  26. device_name_policy_handler.h
  27. device_name_policy_handler_impl.cc
  28. device_name_policy_handler_impl.h
  29. device_name_policy_handler_impl_unittest.cc
  30. device_name_policy_handler_name_generator.cc
  31. device_name_policy_handler_name_generator.h
  32. device_name_policy_handler_name_generator_unittest.cc
  33. device_quirks_policy_browsertest.cc
  34. device_system_use_24hour_clock_browsertest.cc
  35. device_system_wide_tracing_enabled_browsertest.cc
  36. device_wifi_allowed_handler.cc
  37. device_wifi_allowed_handler.h
  38. extension_cache_unittest.cc
  39. fake_device_name_policy_handler.cc
  40. fake_device_name_policy_handler.h
  41. lock_to_single_user_manager.cc
  42. lock_to_single_user_manager.h
  43. lock_to_single_user_manager_unittest.cc
  44. minimum_version_policy_handler.cc
  45. minimum_version_policy_handler.h
  46. minimum_version_policy_handler_browsertest.cc
  47. minimum_version_policy_handler_delegate_impl.cc
  48. minimum_version_policy_handler_delegate_impl.h
  49. minimum_version_policy_handler_unittest.cc
  50. minimum_version_policy_test_helpers.cc
  51. minimum_version_policy_test_helpers.h
  52. multi_screen_capture_policy_handler.cc
  53. multi_screen_capture_policy_handler.h
  54. multi_screen_capture_policy_handler_unittest.cc
  55. power_policy_browsertest.cc
  56. README.md
  57. restore_on_startup_browsertest.cc
  58. screen_capture_location_policy_handler.cc
  59. screen_capture_location_policy_handler.h
  60. screen_capture_location_policy_handler_unittest.cc
  61. site_isolation_flag_handling_browsertest.cc
  62. system_proxy_handler.cc
  63. system_proxy_handler.h
  64. system_proxy_handler_unittest.cc
  65. tpm_auto_update_mode_policy_handler.cc
  66. tpm_auto_update_mode_policy_handler.h
  67. tpm_auto_update_mode_policy_handler_unittest.cc
  68. 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.