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

caption: Import saved passwords from default browser on first run
desc: |-
  This policy controls only the first run import behavior after installation. It enables more seamless transition to <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> in environments where a different browser was extensively used prior to installing the browser. This policy does not affect password manager capabilities for Google accounts.

  Setting the policy to Enabled imports saved passwords from the previous default browser on first run and manual importing from the settings page is also possible.
  Setting the policy to Disabled means no saved passwords are imported on first run and manual importing from the Settings page is blocked.
  Leaving the policy unset means no saved passwords are imported on first run but the user can choose to do that from the settings page.
default: true
example_value: false
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Enable import of saved passwords on first run
  value: true
- caption: Disable import of saved passwords on first run
  value: false
label: Import saved passwords from default browser on first run
owners:
- file://components/policy/OWNERS
schema:
  type: boolean
supported_on:
- chrome.*:15-
tags:
- local-data-access
type: main