chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/DeveloperToolsDisabled.yaml

arc_support: This policy also controls access to Android Developer Options. If you
  set this policy to true, users cannot access Developer Options. If you set this
  policy to false or leave it unset, users can access Developer Options by tapping
  seven times on the build number in the Android settings app.
caption: Disable Developer Tools
deprecated: true
desc: |-
  This policy is deprecated in M68, please use DeveloperToolsAvailability instead.

        Disables the Developer Tools and the JavaScript console.

        If you enable this setting, the Developer Tools can not be accessed and web-site elements can not be inspected anymore. Any keyboard shortcuts and any menu or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.

        Setting this option to disabled or leaving it not set allows the user to use the Developer Tools and the JavaScript console.

        If the policy DeveloperToolsAvailability is set, the value of the policy DeveloperToolsDisabled is ignored.
example_value: false
features:
  dynamic_refresh: true
  per_profile: true
items:
- caption: Disable Developer Tools
  value: true
- caption: Enable Developer Tools
  value: false
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  type: boolean
supported_on:
- chrome.*:9-
- chrome_os:11-
tags: []
type: main