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

caption: Show a warning dialog when the user is attempting to quit
default: true
desc: |-
  Controls "Warn Before Quitting (⌘Q)" dialog when the user is attempting to quit browser.

        If this policy is set to Enabled or not set, a warning dialog is shown when the user is attempting to quit.

        If this policy is set to Disabled, a warning dialog is not shown when the user is attempting to quit.
example_value: true
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: false
items:
- caption: Show a warning dialog when the user is attempting to quit
  value: true
- caption: Do not show a warning dialog when the user is attempting to quit
  value: false
owners:
- file://components/policy/OWNERS
schema:
  type: boolean
supported_on:
- chrome.mac:102-
tags: []
type: main