chromium/components/policy/test/data/pref_mapping/PrintingLPACSandboxEnabled.json

[
  {
    "os": [ "win" ],
    "simple_policy_pref_mapping_test": {
      "pref_name": "printing_lpac_sandbox_enabled",
      "pref_location": "local_state",
      "policy_settings": {
        "scope": "machine"
      },
      "default_value": true,
      "values_to_test": [
        false,
        true
      ]
    }
  }
]