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

owners:
- [email protected]
- file://ash/webui/media_app_ui/OWNERS
caption: Enables the Lens / Gallery App integration on <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph>
desc: |-
  This policy controls the availability of the Lens integration in the Gallery App on <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph>

  When the policy is enabled or not set, users can use Lens to search selections of media that they are viewing in the Gallery App.
  When the policy is disabled this feature is disabled.
supported_on:
- chrome_os:128-
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
type: main
schema:
  type: boolean
items:
- caption: Enable the Lens integration
  value: true
- caption: Disable the Lens integration
  value: false
default: true
example_value: true
tags: [
  google-sharing
]