chromium/components/policy/resources/templates/policy_definitions/Accessibility/ScreenMagnifierType.yaml

caption: Set screen magnifier type
default: null
desc: |-
  Setting the policy to None turns the screen magnifier off.

  If you set the policy, users can't change it. If not set, the screen magnifier is off at first, but users can turn it on any time.
example_value: 1
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
items:
- caption: Screen magnifier disabled
  name: None
  value: 0
- caption: Full-screen magnifier enabled
  name: Full-screen
  value: 1
- caption: Docked magnifier enabled
  name: Docked
  value: 2
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  enum:
  - 0
  - 1
  - 2
  type: integer
supported_on:
- chrome_os:29-
tags: []
type: int-enum