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

caption: Import browsing history from default browser on first run
default: false
desc: |-
  Setting the policy to Enabled imports browsing history from the previous default browser on first run. Setting the policy to Disabled or leaving it unset means no browsing history is imported on first run.

        Users can trigger an import dialog and the browsing history checkbox will be checked or unchecked to match this policy's value.
example_value: true
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Enable import of browsing history on first run
  value: true
- caption: Disable import of browsing history on first run
  value: false
label: Import browsing history from default browser on first run
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  type: boolean
supported_on:
- chrome.*:15-
tags:
- local-data-access
type: main