{
  "-- Instructions --": "See https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/enterprise/policy_pref_mapping_test.md (This file is interpreted by //chrome/browser/policy/policy_prefs_browsertest.cc / browser_test --gtest_filter=*PolicyPrefsTest*)",
  "OverrideSecurityRestrictionsOnInsecureOrigin": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OverrideSecurityRestrictionsOnInsecureOrigin": [
            "http://example.com/",
            "*.example.com"
          ]
        },
        "prefs": {
          "unsafely_treat_insecure_origin_as_secure": {
            "location": "local_state",
            "value": "http://example.com/,*.example.com"
          }
        }
      }
    ]
  },
  "UnsafelyTreatInsecureOriginAsSecure": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UnsafelyTreatInsecureOriginAsSecure": [
            "http://example.com/",
            "*.example.com"
          ]
        },
        "prefs": {
          "unsafely_treat_insecure_origin_as_secure": {
            "location": "local_state",
            "value": "http://example.com/,*.example.com"
          }
        }
      }
    ]
  },
  "HomepageLocation": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HomepageLocation": "http://chromium.org"
        },
        "prefs": {
          "homepage": {
            "value": "http://chromium.org/"
          }
        }
      }
    ]
  },
  "HomepageIsNewTabPage": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HomepageIsNewTabPage": true
        },
        "prefs": {
          "homepage_is_newtabpage": {
            "value": true
          }
        }
      }
    ]
  },
  "NewTabPageLocation": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NewTabPageLocation": "http://.org"
        },
        "prefs": {
          "newtab_page_location_override": {}
        }
      }
    ]
  },
  "DefaultBrowserSettingEnabled": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultBrowserSettingEnabled": true
        },
        "prefs": {
          "browser.default_browser_setting_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "DefaultBrowserSettingEnabled": false
        },
        "prefs": {
          "browser.default_browser_setting_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "browser.default_browser_setting_enabled": {
            "location": "local_state",
            "default_value": false
          }
        }
      }
    ]
  },
  "ApplicationLocaleValue": {
    "os": [
      "win"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ApplicationLocaleValue": "fr"
        },
        "prefs": {
          "intl.app_locale": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "AlternateErrorPagesEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Checking default value (no policies set).",
        "prefs": {
          "alternate_error_pages.enabled": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AlternateErrorPagesEnabled": false
        },
        "prefs": {
          "alternate_error_pages.enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "AlternateErrorPagesEnabled.Android": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "SearchSuggestEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SearchSuggestEnabled": true
        },
        "prefs": {
          "search.suggest_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SearchSuggestEnabled": false
        },
        "prefs": {
          "search.suggest_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "search.suggest_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "DnsPrefetchingEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DnsOverHttpsMode": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DnsOverHttpsMode": "off"
        },
        "prefs": {
          "dns_over_https.mode": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DnsOverHttpsTemplates": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DnsOverHttpsMode": "automatic",
          "DnsOverHttpsTemplates": "https://cloudflare-dns.com/dns-query https://dns.quad9.net/dns-query{?dns}"
        },
        "prefs": {
          "dns_over_https.templates": {
            "location": "local_state",
            "value": "https://cloudflare-dns.com/dns-query https://dns.quad9.net/dns-query{?dns}"
          }
        }
      }
    ]
  },
  "DnsOverHttpsTemplatesWithIdentifiers": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DnsOverHttpsMode": "automatic",
          "DnsOverHttpsSalt": "test-salt",
          "DnsOverHttpsTemplatesWithIdentifiers": "https://cloudflare-dns.com/dns-query https://dns.quad9.net/dns-query{?dns}"
        },
        "prefs": {
          "dns_over_https.templates_with_identifiers" : {
            "location": "local_state",
            "value": "https://cloudflare-dns.com/dns-query https://dns.quad9.net/dns-query{?dns}"
          }
        }
      }
    ]
  },
  "DnsOverHttpsSalt": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DnsOverHttpsMode": "automatic",
          "DnsOverHttpsSalt": "test-salt",
          "DnsOverHttpsTemplatesWithIdentifiers": "https://dns.quad9.net/dns-query{?dns}"
        },
        "prefs": {
          "dns_over_https.salt": {
            "location": "local_state",
            "value": "test-salt"
          }
        }
      }
    ]
  },
  "NetworkPredictionOptions": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NetworkPredictionOptions": 2
        },
        "prefs": {
          "net.network_prediction_options": {}
        }
      }
    ]
  },
  "DisableSpdy": {
    "reason_for_missing_test": "Policy was removed"
  },
  "QuicAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "QuicAllowed": true
        },
        "prefs": {
          "net.quic_allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "DisabledSchemes": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.url_blocklist": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "DisabledSchemes": [
            "file"
          ]
        },
        "prefs": {
          "policy.url_blocklist": {
            "value": [
              "file://*"
            ]
          }
        }
      },
      {
        "note": "If both DisabledSchemes and URLBlocklist are set, their values are merged in the pref.",
        "policies": {
          "DisabledSchemes": [
            "file"
          ],
          "URLBlocklist": [
            "google.com"
          ]
        },
        "prefs": {
          "policy.url_blocklist": {
            "value": [
              "file://*",
              "google.com"
            ]
          }
        }
      }
    ]
  },
  "Http09OnNonDefaultPortsEnabled": {},
  "JavascriptEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "JavascriptEnabled": false
        },
        "prefs": {
          "profile.managed_default_content_settings.javascript": {
            "value": 2
          }
        }
      }
    ]
  },
  "IncognitoEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IncognitoEnabled": false
        },
        "prefs": {
          "incognito.mode_availability": {
            "value": 1
          }
        }
      }
    ]
  },
  "IncognitoModeAvailability": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IncognitoModeAvailability": 1
        },
        "prefs": {
          "incognito.mode_availability": {}
        }
      }
    ]
  },
  "SavingBrowserHistoryDisabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SavingBrowserHistoryDisabled": true
        },
        "prefs": {
          "history.saving_disabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SavingBrowserHistoryDisabled": false
        },
        "prefs": {
          "history.saving_disabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "history.saving_disabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "AllowDeletingBrowserHistory": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check the default value (no policies set)",
        "policies": {},
        "prefs": {
          "history.deleting_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check the policy value: true",
        "policies": {
          "AllowDeletingBrowserHistory": true
        },
        "prefs": {
          "history.deleting_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check the policy value: false",
        "policies": {
          "AllowDeletingBrowserHistory": false
        },
        "prefs": {
          "history.deleting_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "HistoryClustersVisible": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HistoryClustersVisible": false
        },
        "prefs": {
          "history_clusters.visible": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "OptimizationGuideFetchingEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RemoteAccessClientFirewallTraversal": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RemoteAccessHostClientDomain": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostClientDomainList": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostFirewallTraversal": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostRequireTwoFactor": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RemoteAccessHostDomain": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostDomainList": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostTalkGadgetPrefix": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RemoteAccessHostRequireCurtain": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowClientPairing": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowGnubbyAuth": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowRelayedConnection": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostUdpPortRange": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostMatchUsername": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostTokenUrl": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostTokenValidationUrl": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostTokenValidationCertificateIssuer": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostDebugOverridePolicies": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RemoteAccessHostAllowUiAccessForRemoteAssistance": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowFileTransfer": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowEnterpriseFileTransfer": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostEnableUserInterface": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowRemoteAccessConnections": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostMaximumSessionDurationMinutes": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostClipboardSizeBytes": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowRemoteSupportConnections": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "RemoteAccessHostAllowEnterpriseRemoteSupportConnections": {
    "reason_for_missing_test": "Not used by the browser, handled by CRD host."
  },
  "PrintingEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingEnabled": false
        },
        "prefs": {
          "printing.enabled": {}
        }
      }
    ]
  },
  "PrintHeaderFooter": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintHeaderFooter": true
        },
        "prefs": {
          "printing.print_header_footer": {}
        }
      }
    ]
  },
  "PrintPostScriptMode": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintPostScriptMode": 1
        },
        "prefs": {
          "printing.postscript_mode": {}
        }
      }
    ]
  },
  "PrintRasterizationMode": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintRasterizationMode": 1
        },
        "prefs": {
          "printing.rasterization_mode": {}
        }
      }
    ]
  },
  "PrintPdfAsImageAvailability": {
    "os": [
      "win",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintPdfAsImageAvailability": true
        },
        "prefs": {
          "printing.print_pdf_as_image_availability": {}
        }
      }
    ]
  },
  "PrintRasterizePdfDpi": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintRasterizePdfDpi": 300
        },
        "prefs": {
          "printing.rasterize_pdf_dpi": {}
        }
      }
    ]
  },
  "PrintPdfAsImageDefault": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintPdfAsImageDefault": true
        },
        "prefs": {
          "printing.print_pdf_as_image_default": {}
        }
      }
    ]
  },
  "PrinterTypeDenyList": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrinterTypeDenyList": [
            "value1"
          ]
        },
        "prefs": {
          "printing.printer_type_deny_list": {}
        }
      }
    ]
  },
  "CloudPrintProxyEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CloudPrintProxyEnabled": true
        },
        "prefs": {
          "cloud_print.enabled": {}
        }
      }
    ]
  },
  "PrintingAllowedColorModes": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingAllowedColorModes": "monochrome"
        },
        "prefs": {
          "printing.allowed_color_modes": {
            "value": 1
          }
        }
      }
    ]
  },
  "PrintingAllowedDuplexModes": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingAllowedDuplexModes": "duplex"
        },
        "prefs": {
          "printing.allowed_duplex_modes": {
            "value": 6
          }
        }
      }
    ]
  },
  "PrintingAllowedPinModes": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingAllowedPinModes": "pin"
        },
        "prefs": {
          "printing.allowed_pin_modes": {
            "value": 1
          }
        }
      }
    ]
  },
  "PrintingAllowedBackgroundGraphicsModes": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingAllowedBackgroundGraphicsModes": "enabled"
        },
        "prefs": {
          "printing.allowed_background_graphics_modes": {
            "value": 1
          }
        }
      }
    ]
  },
  "PrintingColorDefault": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingColorDefault": "monochrome"
        },
        "prefs": {
          "printing.color_default": {
            "value": 1
          }
        }
      }
    ]
  },
  "PrintingDuplexDefault": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingDuplexDefault": "long-edge"
        },
        "prefs": {
          "printing.duplex_default": {
            "value": 2
          }
        }
      }
    ]
  },
  "PrintingPinDefault": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingPinDefault": "pin"
        },
        "prefs": {
          "printing.pin_default": {
            "value": 1
          }
        }
      }
    ]
  },
  "PrintingBackgroundGraphicsDefault": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingBackgroundGraphicsDefault": "enabled"
        },
        "prefs": {
          "printing.background_graphics_default": {
            "value": 1
          }
        }
      }
    ]
  },
  "PrintingPaperSizeDefault": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingPaperSizeDefault": {
            "name": "custom",
            "custom_size": {
              "width": 210000,
              "height": 297000
            }
          }
        },
        "prefs": {
          "printing.paper_size_default": {}
        }
      }
    ]
  },
  "PrintingSendUsernameAndFilenameEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingSendUsernameAndFilenameEnabled": true
        },
        "prefs": {
          "printing.send_username_and_filename_enabled": {}
        }
      }
    ]
  },
  "PrintingMaxSheetsAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintingMaxSheetsAllowed": 10
        },
        "prefs": {
          "printing.max_sheets_allowed": {}
        }
      }
    ]
  },
  "PrintJobHistoryExpirationPeriod": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintJobHistoryExpirationPeriod": 90
        },
        "prefs": {
          "printing.print_job_history_expiration_period": {}
        }
      }
    ]
  },
  "DeletePrintJobHistoryAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeletePrintJobHistoryAllowed": false
        },
        "prefs": {
          "printing.delete_print_job_history_allowed": {}
        }
      }
    ]
  },
  "PrintingAPIExtensionsWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PrintingAPIExtensionsAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "required_buildflags": [
          "USE_CUPS"
        ],
        "policies": {
          "PrintingAPIExtensionsAllowlist": [
            "value1"
          ]
        },
        "prefs": {
          "printing.printing_api_extensions_whitelist": {}
        }
      }
    ]
  },
  "CloudPrintSubmitEnabled": {
    "os": [
      "win",
      "mac",
      "linux"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CloudPrintSubmitEnabled": false
        },
        "prefs": {
          "cloud_print.submit_enabled": {}
        }
      }
    ]
  },
  "CloudPrintWarningsSuppressed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EnableDeprecatedPrivetPrinting": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ExternalPrintServers": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "ExternalPrintServersWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ExternalPrintServersAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "native_printing.external_print_servers_whitelist": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ExternalPrintServersAllowlist": [
            "id1", "id2", "id3"
          ]
        },
        "prefs": {
          "native_printing.external_print_servers_whitelist": {
            "value": [
              "id1", "id2", "id3"
            ]
          }
        }
      }
    ]
  },
  "AllowNativeNotifications": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AllowSystemNotifications": {
    "os": [
      "linux"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "system_notifications.allowed": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "AllowSystemNotifications": true
        },
        "prefs": {
          "system_notifications.allowed": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "policies": {
          "AllowSystemNotifications": false
        },
        "prefs": {
          "system_notifications.allowed": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "UsbDetectorNotificationEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.usb_detector_notification_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "UsbDetectorNotificationEnabled": false
        },
        "prefs": {
          "ash.usb_detector_notification_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "UsbDetectorNotificationEnabled": true
        },
        "prefs": {
          "ash.usb_detector_notification_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "NativePrinters": {
    "reason_for_missing_test": "Policy was removed"
  },
  "Printers": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "Printers": [
            {
              "display_name": "Break Room",
              "description": "The blue one",
              "manufacturer": "PrtrMfgr",
              "model": "MegaLazer",
              "uri": "ipps://192.168.2.14",
              "uuid": "aaaa-aaaa-eeee-eeee-1234",
              "ppd_resource": {
                "effective_manufacturer": "Printers, Ink",
                "effective_model": "LaserMaster 2100"
              }
            }
          ]
        },
        "prefs": {
          "native_printing.recommended_printers": {}
        }
      }
    ]
  },
  "NativePrintersBulkConfiguration": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PrintersBulkConfiguration": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "NativePrintersBulkAccessMode": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PrintersBulkAccessMode": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintersBulkAccessMode": 1
        },
        "prefs": {
          "native_printing.recommended_printers_access_mode": {}
        }
      }
    ]
  },
  "NativePrintersBulkBlacklist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PrintersBulkBlocklist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintersBulkBlocklist": [
            "id4",
            "id7",
            "id10"
          ]
        },
        "prefs": {
          "native_printing.recommended_printers_blacklist": {}
        }
      }
    ]
  },
  "NativePrintersBulkWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PrintersBulkAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintersBulkAllowlist": [
            "id4",
            "id7",
            "id10"
          ]
        },
        "prefs": {
          "native_printing.recommended_printers_whitelist": {}
        }
      }
    ]
  },
  "UserNativePrintersAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UserPrintersAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UserPrintersAllowed": true
        },
        "prefs": {
          "native_printing.user_native_printers_allowed": {}
        }
      }
    ]
  },
  "DeviceSystemAecEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DevicePrintingClientNameTemplate": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "LocalDiscoveryEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SafeBrowsingProxiedRealTimeChecksAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": { },
        "prefs": {
          "safebrowsing.hash_prefix_real_time_checks_allowed_by_policy": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check pref matches when policy is set to true",
        "policies": { "SafeBrowsingProxiedRealTimeChecksAllowed": true },
        "prefs": {
          "safebrowsing.hash_prefix_real_time_checks_allowed_by_policy": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check pref matches when policy is set to false",
        "policies": { "SafeBrowsingProxiedRealTimeChecksAllowed": false },
        "prefs": {
          "safebrowsing.hash_prefix_real_time_checks_allowed_by_policy": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "SafeBrowsingDeepScanningEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": { },
        "prefs": {
          "safebrowsing.deep_scanning_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check pref matches when policy is set to true",
        "policies": { "SafeBrowsingDeepScanningEnabled": true },
        "prefs": {
          "safebrowsing.deep_scanning_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check pref matches when policy is set to false",
        "policies": { "SafeBrowsingDeepScanningEnabled": false },
        "prefs": {
          "safebrowsing.deep_scanning_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "SafeBrowsingEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SafeBrowsingEnabled": true
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SafeBrowsingEnabled": false
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "safebrowsing.enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "SafeBrowsingProtectionLevel": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "value 'enhanced'",
        "policies": {
          "SafeBrowsingProtectionLevel": 2
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": true
          },
          "safebrowsing.enhanced": {
            "value": true
          }
        }
      },
      {
        "note": "value 'standard'",
        "policies": {
          "SafeBrowsingProtectionLevel": 1
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": true
          },
          "safebrowsing.enhanced": {
            "value": false
          }
        }
      },
      {
        "note": "value 'disabled'",
        "policies": {
          "SafeBrowsingProtectionLevel": 0
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": false
          },
          "safebrowsing.enhanced": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "safebrowsing.enabled": {
            "default_value": true
          },
          "safebrowsing.enhanced": {
            "default_value": false
          }
        }
      },
      {
        "note": "SafeBrowsingProtectionLevel overrules SafeBrowsingEnabled",
        "policies": {
          "SafeBrowsingProtectionLevel": 0,
          "SafeBrowsingEnabled": true
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": false
          }
        }
      },
      {
        "note": "SafeBrowsingProtectionLevel overrules SafeBrowsingEnabled",
        "policies": {
          "SafeBrowsingProtectionLevel": 1,
          "SafeBrowsingEnabled": false
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "ForceSafeSearch": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.force_google_safesearch": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ForceSafeSearch": true
        },
        "prefs": {
          "settings.force_google_safesearch": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ForceSafeSearch": false
        },
        "prefs": {
          "settings.force_google_safesearch": {
            "value": false
          }
        }
      }
    ]
  },
  "ForceGoogleSafeSearch": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.force_google_safesearch": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ForceGoogleSafeSearch": true
        },
        "prefs": {
          "settings.force_google_safesearch": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ForceGoogleSafeSearch": false
        },
        "prefs": {
          "settings.force_google_safesearch": {
            "value": false
          }
        }
      },
      {
        "note": "ForceGoogleSafeSearch overrules ForceSafeSearch",
        "policies": {
          "ForceSafeSearch": true,
          "ForceGoogleSafeSearch": false
        },
        "prefs": {
          "settings.force_google_safesearch": {
            "value": false
          }
        }
      },
      {
        "note": "ForceGoogleSafeSearch overrules ForceSafeSearch",
        "policies": {
          "ForceSafeSearch": false,
          "ForceGoogleSafeSearch": true
        },
        "prefs": {
          "settings.force_google_safesearch": {
            "value": true
          }
        }
      }
    ]
  },
  "ForceLegacyDefaultReferrerPolicy": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ForceYouTubeSafetyMode": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "linux",
      "win",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "settings.force_youtube_restrict": {
            "default_value": 0
          }
        }
      },
      {
        "note": "If only the deprecated ForceYouTubeSafetyMode policy is set, but not ForceYouTubeRestrict, set to Moderate (1).",
        "policies": {
          "ForceYouTubeSafetyMode": true
        },
        "prefs": {
          "settings.force_youtube_restrict": {
            "value": 1
          }
        }
      },
      {
        "note": "ForceYouTubeRestrict overrides deprecated ForceYouTubeSafetyMode when it is less strict.",
        "policies": {
          "ForceYouTubeSafetyMode": true,
          "ForceYouTubeRestrict": 0
        },
        "prefs": {
          "settings.force_youtube_restrict": {
            "value": 0
          }
        }
      },
      {
        "note": "ForceYouTubeRestrict overrides deprecated ForceYouTubeSafetyMode when it is more strict.",
        "policies": {
          "ForceYouTubeSafetyMode": true,
          "ForceYouTubeRestrict": 2
        },
        "prefs": {
          "settings.force_youtube_restrict": {
            "value": 2
          }
        }
      }
    ]
  },
  "ForceYouTubeRestrict": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "settings.force_youtube_restrict": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "ForceYouTubeRestrict": 1
        },
        "prefs": {
          "settings.force_youtube_restrict": {
            "value": 1
          }
        }
      }
    ]
  },
  "ForceYouTubeRestrict.Android": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "MetricsReportingEnabled": {
    "os": [
      "win",
      "mac",
      "linux",
      "android",
      "fuchsia"
    ],
    "official_only": true,
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "MetricsReportingEnabled": false
        },
        "prefs": {
          "user_experience_metrics.reporting_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "PasswordManagerEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PasswordManagerEnabled": false
        },
        "prefs": {
          "credentials_enable_service": {}
        }
      }
    ]
  },
  "PasswordManagerAllowShowPasswords": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PasswordLeakDetectionEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PasswordLeakDetectionEnabled": false
        },
        "prefs": {
          "profile.password_manager_leak_detection": {}
        }
      }
    ]
  },
  "PasswordDismissCompromisedAlertEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PasswordDismissCompromisedAlertEnabled": false
        },
        "prefs": {
          "profile.password_dismiss_compromised_alert": {}
        }
      }
    ]
  },
  "ContextualSearchEnabled": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "AutoFillEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "autofill.enabled": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value for the deprecated policy (AutoFillEnabled) sets policy values correctly for AutoFillEnabled, AutofillAddressEnabled and AutofillCreditCardEnabled.",
        "policies": {
          "AutoFillEnabled": false
        },
        "prefs": {
          "autofill.profile_enabled": {
            "value": false
          },
          "autofill.enabled": {
            "value": false
          },
          "autofill.credit_card_enabled": {
            "value": false
          }
        }
      },
      {
        "note": "If AutofillAddressEnabled is set, deprecated AutoFillEnabled is ignored.",
        "policies": {
          "AutoFillEnabled": true,
          "AutofillAddressEnabled": false
        },
        "prefs": {
          "autofill.profile_enabled": {
            "value": false
          },
          "autofill.enabled": {
            "default_value": true
          }
        }
      },
      {
        "note": "If AutofillCreditCardEnabled is set, deprecated AutoFillEnabled is ignored.",
        "policies": {
          "AutoFillEnabled": true,
          "AutofillCreditCardEnabled": false
        },
        "prefs": {
          "autofill.enabled": {
            "default_value": true
          },
          "autofill.credit_card_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "AutofillAddressEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "autofill.profile_enabled": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AutofillAddressEnabled": false
        },
        "prefs": {
          "autofill.profile_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "AutofillCreditCardEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "autofill.credit_card_enabled": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AutofillCreditCardEnabled": false
        },
        "prefs": {
          "autofill.credit_card_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "DisabledPlugins": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EnabledPlugins": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DisabledPluginsExceptions": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AlwaysOpenPdfExternally": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "plugins.always_open_pdf_externally": {
            "location": "user_profile",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "AlwaysOpenPdfExternally": true
        },
        "prefs": {
          "plugins.always_open_pdf_externally": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "policies": {
          "AlwaysOpenPdfExternally": false
        },
        "prefs": {
          "plugins.always_open_pdf_externally": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "DisablePluginFinder": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SyncDisabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SyncDisabled": true
        },
        "prefs": {
          "sync.managed": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SyncDisabled": false
        },
        "prefs": {
          "sync.managed": {
            "default_value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "sync.managed": {
            "default_value": false
          }
        }
      }
    ]
  },
  "SyncTypesListDisabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "sync.apps": {
            "default_value": false
          },
          "sync.autofill": {
            "default_value": false
          },
          "sync.bookmarks": {
            "default_value": false
          },
          "sync.extensions": {
            "default_value": false
          },
          "sync.passwords": {
            "default_value": false
          },
          "sync.preferences": {
            "default_value": false
          },
          "sync.reading_list": {
            "default_value": false
          },
          "sync.saved_tab_groups": {
            "default_value": false
          },
          "sync.tabs": {
            "default_value": false
          },
          "sync.themes": {
            "default_value": false
          },
          "sync.typed_urls": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "SyncTypesListDisabled": [
            "apps",
            "autofill",
            "bookmarks",
            "extensions",
            "passwords",
            "preferences",
            "readingList",
            "savedTabGroups",
            "tabs",
            "themes",
            "typedUrls"
          ]
        },
        "prefs": {
          "sync.apps": {
            "value": false
          },
          "sync.autofill": {
            "value": false
          },
          "sync.bookmarks": {
            "value": false
          },
          "sync.extensions": {
            "value": false
          },
          "sync.passwords": {
            "value": false
          },
          "sync.preferences": {
            "value": false
          },
          "sync.reading_list": {
            "value": false
          },
          "sync.saved_tab_groups": {
            "value": false
          },
          "sync.tabs": {
            "value": false
          },
          "sync.themes": {
            "value": false
          },
          "sync.typed_urls": {
            "value": false
          }
        }
      }
    ]
  },
  "SyncTypesListDisabled.OSTypes": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SyncTypesListDisabled": [
            "apps",
            "preferences",
            "wifiConfigurations"
          ]
        },
        "prefs": {
          "sync.os_apps": {
            "value": false
          },
          "sync.os_preferences": {
            "value": false
          },
          "sync.wifi_configurations": {
            "value": false
          }
        }
      }
    ]
  },
  "SigninAllowed": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SigninAllowed": true
        },
        "prefs": {
          "signin.allowed_on_next_startup": {}
        }
      }
    ]
  },
  "SigninAllowed.Android": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "EnableDeprecatedWebBasedSignin": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UserDataDir": {
    "reason_for_missing_test": "TODO(joaodasilva): To test that this policy works correctly, it would need to be set before the browser is launched. PolicyPrefsTest should be refactored to support this and a test for this policy added."
  },
  "DiskCacheDir": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DiskCacheDir": "${user_home}/test-cache"
        },
        "prefs": {
          "browser.disk_cache_dir": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DiskCacheSize": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DiskCacheSize": 100
        },
        "prefs": {
          "browser.disk_cache_size": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "MediaCacheSize": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DownloadBubbleEnabled": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "download_bubble_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "DownloadRestrictions": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DownloadRestrictions": 3
        },
        "prefs": {
          "download_restrictions": {}
        }
      }
    ]
  },
  "SafeBrowsingForTrustedSourcesEnabled": {
    "os": [
      "win"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SafeBrowsingForTrustedSourcesEnabled": true
        },
        "prefs": {
          "safebrowsing_for_trusted_sources_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SafeBrowsingForTrustedSourcesEnabled": false
        },
        "prefs": {
          "safebrowsing_for_trusted_sources_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "safebrowsing_for_trusted_sources_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "DownloadDirectory.0": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DownloadDirectory": "${user_home}/test-downloads"
        },
        "prefs": {
          "download.default_directory": {
            "value": "${user_home}/test-downloads"
          },
          "download.prompt_for_download": {
            "check_for_recommended": false,
            "value": false
          }
        }
      }
    ]
  },
  "DownloadDirectory.1": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DownloadDirectory": "${google_drive}/downloads"
        },
        "prefs": {
          "gdata.disabled": {
            "value": false
          }
        }
      }
    ]
  },
  "AutoOpenFileTypes": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AutoOpenFileTypes": [
            "exe",
            ".txt",
            "pdf"
          ]
        },
        "prefs": {
          "download.extensions_to_open_by_policy": {
            "value": [
              "exe",
              "pdf"
            ]
          }
        }
      }
    ]
  },
  "AutoOpenAllowedForURLs": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AutoOpenAllowedForURLs": [
            "google.com"
          ]
        },
        "prefs": {
          "download.allowed_urls_for_open_by_policy": {
            "value": [
              "google.com"
            ]
          }
        }
      }
    ]
  },
  "ClearSiteDataOnExit": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CaptivePortalAuthenticationIgnoresProxy": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CaptivePortalAuthenticationIgnoresProxy": true
        },
        "prefs": {
          "proxy.captive_portal_ignores_proxy": {}
        }
      }
    ]
  },
  "ProxyMode": {
    "os": [
      "win",
      "mac",
      "linux",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProxyMode": "direct"
        },
        "prefs": {
          "proxy": {
            "value": {
              "mode": "direct"
            }
          }
        }
      }
    ]
  },
  "ProxyServerMode": {
    "os": [
      "win",
      "mac",
      "linux",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProxyServerMode": 0
        },
        "prefs": {
          "proxy": {
            "value": {
              "mode": "direct"
            }
          }
        }
      }
    ]
  },
  "ProxyServer": {
    "os": [
      "win",
      "mac",
      "linux",
      "android",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProxyMode": "fixed_servers",
          "ProxyServer": "http://localhost:8080"
        },
        "prefs": {
          "proxy": {
            "value": {
              "mode": "fixed_servers",
              "server": "http://localhost:8080"
            }
          }
        }
      }
    ]
  },
  "ProxyPacUrl": {
    "os": [
      "win",
      "mac",
      "linux",
      "android",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProxyMode": "pac_script",
          "ProxyPacUrl": "http://localhost:8080/proxy.pac"
        },
        "prefs": {
          "proxy": {
            "value": {
              "mode": "pac_script",
              "pac_mandatory": false,
              "pac_url": "http://localhost:8080/proxy.pac"
            }
          }
        }
      }
    ]
  },
  "ProxyBypassList": {
    "os": [
      "win",
      "mac",
      "linux",
      "android",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProxyMode": "fixed_servers",
          "ProxyServer": "http://localhost:8080",
          "ProxyBypassList": "localhost"
        },
        "prefs": {
          "proxy": {
            "value": {
              "bypass_list": "localhost",
              "mode": "fixed_servers",
              "server": "http://localhost:8080"
            }
          }
        }
      }
    ]
  },
  "ProxySettings": {
    "os": [
      "linux",
      "win",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProxySettings": {
            "ProxyMode": "direct"
          }
        },
        "prefs": {
          "proxy": {
            "value": {
              "mode": "direct"
            }
          }
        }
      }
    ]
  },
  "DisableSSLRecordSplitting": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EnableOnlineRevocationChecks": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EnableOnlineRevocationChecks": true
        },
        "prefs": {
          "ssl.rev_checking.enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "RequireOnlineRevocationChecksForLocalAnchors": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ssl.rev_checking.required_for_local_anchors": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "RequireOnlineRevocationChecksForLocalAnchors": true
        },
        "prefs": {
          "ssl.rev_checking.required_for_local_anchors": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "RequireOnlineRevocationChecksForLocalAnchors": false
        },
        "prefs": {
          "ssl.rev_checking.required_for_local_anchors": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "EnableSha1ForLocalAnchors": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EnableCommonNameFallbackForLocalAnchors": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EnableSymantecLegacyInfrastructure": {
    "reason_for_missing_test": "Policy was removed"
  },
  "BuiltinCertificateVerifierEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ChromeRootStoreEnabled.DeprecatedPlatforms": {
    "reason_for_missing_test": "Policy was removed on these platforms",
    "os": [
      "win",
      "mac"
    ]
  },
  "ChromeRootStoreEnabled": {
    "os": [
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Policy not set. (The actual value isn't used as long as the pref is unmanaged.)",
        "policies": {},
        "prefs": {
          "chrome_root_store_enabled": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ChromeRootStoreEnabled": false
        },
        "prefs": {
          "chrome_root_store_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "ChromeRootStoreEnabled": true
        },
        "prefs": {
          "chrome_root_store_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "EnforceLocalAnchorConstraintsEnabled": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Policy not set. (The actual value isn't used as long as the pref is unmanaged.)",
        "policies": {},
        "prefs": {
          "enforce_local_anchor_constraints_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "EnforceLocalAnchorConstraintsEnabled": false
        },
        "prefs": {
          "enforce_local_anchor_constraints_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "EnforceLocalAnchorConstraintsEnabled": true
        },
        "prefs": {
          "enforce_local_anchor_constraints_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "AuthSchemes": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set)",
        "policies": {},
        "prefs": {
          "auth.schemes": {
            "location": "local_state",
            "default_value": "basic,digest,ntlm,negotiate"
          }
        }
      },
      {
        "policies": {
          "AuthSchemes": "negotiate"
        },
        "prefs": {
          "auth.schemes": {
            "location": "local_state",
            "value": "negotiate"
          }
        }
      },
      {
        "note": "Empty value",
        "policies": {
          "AuthSchemes": ""
        },
        "prefs": {
          "auth.schemes": {
            "location": "local_state",
            "value": ""
          }
        }
      }
    ]
  },
  "AllHttpAuthSchemesAllowedForOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set)",
        "policies": {},
        "prefs": {
          "auth.http_auth_allowed_for_origins": {
            "location": "local_state",
            "default_value": []
          }
        }
      },
      {
        "policies": {"AllHttpAuthSchemesAllowedForOrigins": ["*.example.com", "google.com"]},
        "prefs": {
          "auth.http_auth_allowed_for_origins": {
            "location": "local_state",
            "value": ["*.example.com", "google.com"]
          }
        }
      }
    ]
  },
  "DisableAuthNegotiateCnameLookup": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Checking default value (no policies set)",
        "policies": {},
        "prefs": {
          "auth.disable_negotiate_cname_lookup": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DisableAuthNegotiateCnameLookup": true
        },
        "prefs": {
          "auth.disable_negotiate_cname_lookup": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "DisableAuthNegotiateCnameLookup": false
        },
        "prefs": {
          "auth.disable_negotiate_cname_lookup": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "EnableAuthNegotiatePort": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Checking default value (no policies set)",
        "policies": {},
        "prefs": {
          "auth.enable_negotiate_port": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "EnableAuthNegotiatePort": true
        },
        "prefs": {
          "auth.enable_negotiate_port": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "EnableAuthNegotiatePort": false
        },
        "prefs": {
          "auth.enable_negotiate_port": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "BasicAuthOverHttpEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "auth.basic_over_http_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BasicAuthOverHttpEnabled": false
        },
        "prefs": {
          "auth.basic_over_http_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "AuthServerWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AuthServerAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "policies": {},
        "prefs": {
          "auth.server_allowlist": {
            "location": "local_state",
            "default_value": ""
          }
        }
      }
    ]
  },
  "AuthNegotiateDelegateWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AuthNegotiateDelegateAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set)",
        "policies": {},
        "prefs": {
          "auth.negotiate_delegate_whitelist": {
            "location": "local_state",
            "default_value": ""
          }
        }
      },
      {
        "policies": {
          "AuthNegotiateDelegateAllowlist": "localhost,*.example.com"
        },
        "prefs": {
          "auth.negotiate_delegate_whitelist": {
            "location": "local_state",
            "value": "localhost,*.example.com"
          }
        }
      }
    ]
  },
  "AuthNegotiateDelegateByKdcPolicy": {
    "os": [
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set)",
        "policies": {},
        "prefs": {
          "auth.negotiate_delegate_by_kdc_policy": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "AuthNegotiateDelegateByKdcPolicy": true
        },
        "prefs": {
          "auth.negotiate_delegate_by_kdc_policy": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "GSSAPILibraryName": {
    "os": [
      "linux"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "GSSAPILibraryName": "libwhatever.so"
        },
        "prefs": {
          "auth.gssapi_library_name": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "AuthAndroidNegotiateAccountType": {
    "os": [
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AuthAndroidNegotiateAccountType": "com.example.spnego"
        },
        "prefs": {
          "auth.android_negotiate_account_type": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "AllowCrossOriginAuthPrompt": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check the default value (no policies set)",
        "policies": {},
        "prefs": {
          "auth.allow_cross_origin_prompt": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "note": "Check the policy value: true",
        "policies": {
          "AllowCrossOriginAuthPrompt": true
        },
        "prefs": {
          "auth.allow_cross_origin_prompt": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "note": "Check the policy value: false",
        "policies": {
          "AllowCrossOriginAuthPrompt": false
        },
        "prefs": {
          "auth.allow_cross_origin_prompt": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "NtlmV2Enabled": {
    "os": [
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NtlmV2Enabled": true
        },
        "prefs": {
          "auth.ntlm_v2_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "KerberosEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "KerberosEnabled": true
        },
        "prefs": {
          "kerberos.enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "KerberosRememberPasswordEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "KerberosRememberPasswordEnabled": false
        },
        "prefs": {
          "kerberos.remember_password_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "KerberosAddAccountsAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "KerberosAddAccountsAllowed": false
        },
        "prefs": {
          "kerberos.add_accounts_allowed": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "KerberosAccounts": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "KerberosAccounts": [
            {
              "principal": "user1@realm",
              "password": "password1",
              "remember_password_from_policy": true
            },
            {
              "principal": "${LOGIN_EMAIL}"
            },
            {
              "principal": "${LOGIN_ID}",
              "password": "${PASSWORD}",
              "krb5conf": [
                "line1",
                "line2"
              ]
            }
          ]
        },
        "prefs": {
          "kerberos.accounts": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "KerberosDomainAutocomplete": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "kerberos.domain_autocomplete": {
            "default_value": "",
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "KerberosDomainAutocomplete": "kerberos-domain.com"
        },
        "prefs": {
          "kerberos.domain_autocomplete": {
            "value": "kerberos-domain.com",
            "location": "local_state"
          }
        }
      }
    ]
  },
  "KerberosUseCustomPrefilledConfig": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "kerberos.use_custom_prefilled_config": {
            "default_value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "KerberosUseCustomPrefilledConfig": true
        },
        "prefs": {
          "kerberos.use_custom_prefilled_config": {
            "value": true,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "KerberosCustomPrefilledConfig": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "kerberos.custom_prefilled_config": {
            "default_value": "",
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "KerberosCustomPrefilledConfig": "custom-config"
        },
        "prefs": {
          "kerberos.custom_prefilled_config": {
            "value": "custom-config",
            "location": "local_state"
          }
        }
      }
    ]
  },
  "PromptForDownloadLocation": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PromptForDownloadLocation": false
        },
        "prefs": {
          "download.prompt_for_download": {}
        }
      }
    ]
  },
  "IsolateOrigins": {
    "reason_for_missing_test": "There is a pref behind this setting, but due to the fact that tests override the default with a command-line flag on some trybots, this setting cannot be verified with the common test."
  },
  "SitePerProcess": {
    "reason_for_missing_test": "There is a pref behind this setting, but due to the fact that tests override the default with a command-line flag on some trybots, this setting cannot be verified with the common test."
  },
  "IsolateOriginsAndroid": {
    "reason_for_missing_test": "There is a pref behind this setting, but due to the fact that tests override the default with a command-line flag on some trybots, this setting cannot be verified with the common test."
  },
  "SitePerProcessAndroid": {
    "reason_for_missing_test": "There is a pref behind this setting, but due to the fact that tests override the default with a command-line flag on some trybots, this setting cannot be verified with the common test."
  },
  "SharedArrayBufferUnrestrictedAccessAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SharedArrayBufferUnrestrictedAccessAllowed": false
        },
        "prefs": {
          "profile.shared_array_buffer_unrestricted_access_allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "SharedArrayBufferUnrestrictedAccessAllowed": true
        },
        "prefs": {
          "profile.shared_array_buffer_unrestricted_access_allowed": {
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "profile.shared_array_buffer_unrestricted_access_allowed": {
            "default_value": false
          }
        }
      }
    ]
  },
  "SandboxExternalProtocolBlocked": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SandboxExternalProtocolBlocked": false
        },
        "prefs": {
          "profile.sandbox_external_protocol_blocked": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "SandboxExternalProtocolBlocked": true
        },
        "prefs": {
          "profile.sandbox_external_protocol_blocked": {
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "profile.sandbox_external_protocol_blocked": {
            "default_value": true
          }
        }
      }
    ]
  },
  "CrossOriginWebAssemblyModuleSharingEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DisplayCapturePermissionsPolicyEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "WebDriverOverridesIncompatiblePolicies": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DefaultDownloadDirectory": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultDownloadDirectory": "${user_home}/test-downloads"
        },
        "prefs": {
          "download.default_directory": {
            "check_for_mandatory": false,
            "check_for_recommended": true,
            "value": "${user_home}/test-downloads"
          },
          "savefile.default_directory": {
            "check_for_mandatory": false,
            "check_for_recommended": true,
            "value": "${user_home}/test-downloads"
          }
        }
      },
      {
        "policies": {
          "DefaultDownloadDirectory": "${user_home}/test-downloads",
          "DownloadDirectory": "${user_home}/test-downloads-1"
        },
        "prefs": {
          "download.default_directory": {
            "check_for_mandatory": true,
            "check_for_recommended": false,
            "value": "${user_home}/test-downloads-1"
          },
          "savefile.default_directory": {
            "check_for_mandatory": false,
            "check_for_recommended": true,
            "value": "${user_home}/test-downloads"
          }
        }
      }
    ]
  },
  "SpellcheckLanguage": {
    "os": [
      "win",
      "linux",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "spellcheck.forced_dictionaries": {
            "default_value": []
          },
          "browser.enable_spellchecking": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value & enables spellchecking pref",
        "policies": {
          "SpellcheckLanguage": [
            "fr"
          ]
        },
        "prefs": {
          "spellcheck.forced_dictionaries": {
            "value": [
              "fr"
            ]
          },
          "browser.enable_spellchecking": {
            "value": true
          }
        }
      },
      {
        "note": "Check that SpellcheckEnabled precedes this one",
        "policies": {
          "SpellcheckLanguage": [
            "fr"
          ],
          "SpellcheckEnabled": false
        },
        "prefs": {
          "spellcheck.forced_dictionaries": {
            "default_value": []
          }
        }
      },
      {
        "note": "Invalid values get filtered out",
        "policies": {
          "SpellcheckLanguage": [
            "fr",
            "frrrrrr"
          ]
        },
        "prefs": {
          "spellcheck.forced_dictionaries": {
            "value": [
              "fr"
            ]
          }
        }
      },
      {
        "note": "Language transforms",
        "policies": {
          "SpellcheckLanguage": [
            "af-ZA"
          ]
        },
        "prefs": {
          "spellcheck.forced_dictionaries": {
            "value": [
              "af"
            ]
          }
        }
      },
      {
        "note": "Whitespace trimming",
        "policies": {
          "SpellcheckLanguage": [
            "    fr "
          ]
        },
        "prefs": {
          "spellcheck.forced_dictionaries": {
            "value": [
              "fr"
            ]
          }
        }
      }
    ]
  },
  "SpellcheckLanguageBlacklist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SpellcheckLanguageBlocklist": {
    "os": [
      "win",
      "linux",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "spellcheck.blocked_dictionaries": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "SpellcheckLanguageBlocklist": [
            "fr"
          ]
        },
        "prefs": {
          "spellcheck.blocked_dictionaries": {
            "value": [
              "fr"
            ]
          }
        }
      },
      {
        "note": "SpellcheckEnabled precedence",
        "policies": {
          "SpellcheckLanguageBlocklist": [
            "fr"
          ],
          "SpellcheckEnabled": false
        },
        "prefs": {
          "spellcheck.blocked_dictionaries": {
            "default_value": []
          }
        }
      },
      {
        "note": "SpellcheckLanguage precedence",
        "policies": {
          "SpellcheckLanguageBlocklist": [
            "fr"
          ],
          "SpellcheckLanguage": [
            "fr"
          ]
        },
        "prefs": {
          "spellcheck.blocked_dictionaries": {
            "value": []
          }
        }
      }
    ]
  },
  "ThirdPartyBlockingEnabled": {
    "os": [
      "win"
    ],
    "official_only": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ThirdPartyBlockingEnabled": false
        },
        "prefs": {
          "third_party_blocking_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "SpellcheckEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "browser.enable_spellchecking": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "SpellcheckEnabled": false
        },
        "prefs": {
          "browser.enable_spellchecking": {
            "value": false
          }
        }
      }
    ]
  },
  "ExtensionAllowInsecureUpdates": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ExtensionInstallBlacklist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ExtensionInstallBlocklist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionInstallBlocklist": [
            "*"
          ]
        },
        "prefs": {
          "extensions.install.denylist": {}
        }
      }
    ]
  },
  "ExtensionInstallWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ExtensionInstallAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionInstallAllowlist": [
            "lcncmkcnkcdbbanbjakcencbaoegdjlp"
          ]
        },
        "prefs": {
          "extensions.install.allowlist": {}
        }
      }
    ]
  },
  "ExtensionInstallForcelist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionInstallForcelist": [
            "lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.google.com/service/update2/crx"
          ]
        },
        "prefs": {
          "extensions.install.forcelist": {
            "value": {
              "lcncmkcnkcdbbanbjakcencbaoegdjlp": {
                "external_update_url": "https://clients2.google.com/service/update2/crx"
              }
            }
          }
        }
      }
    ]
  },
  "ExtensionOAuthRedirectUrls": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionOAuthRedirectUrls": {
            "lcncmkcnkcdbbanbjakcencbaoegdjlp": ["example://example/", "https://lcncmkcnkcdbbanbjakcencbaoegdjlp.chromiumapp.org/"]
          }
        },
        "prefs": {
          "extensions.oauth_redirect_urls": {
            "lcncmkcnkcdbbanbjakcencbaoegdjlp": ["example://example/", "https://lcncmkcnkcdbbanbjakcencbaoegdjlp.chromiumapp.org/"]
          }
        }
      }
    ]
  },
  "ExtensionInstallSources": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionInstallSources": [
            "https://www.corp.monkey.net/*"
          ]
        },
        "prefs": {
          "extensions.allowed_install_sites": {}
        }
      }
    ]
  },
  "ExtensionAllowedTypes": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionAllowedTypes": [
            "hosted_app"
          ]
        },
        "prefs": {
          "extensions.allowed_types": {
            "value": [
              4
            ]
          }
        }
      }
    ]
  },
  "ExtensionSettings": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionSettings": {
            "abcdefghijklmnopabcdefghijklmnop": {
              "installation_mode": "allowed",
              "blocked_permissions": [
                "history"
              ],
              "toolbar_pin": "force_pinned",
              "file_url_navigation_allowed": true
            },
            "bcdefghijklmnopabcdefghijklmnopa": {
              "installation_mode": "force_installed",
              "update_url": "https://clients2.google.com/service/update2/crx",
              "allowed_permissions": [
                "downloads"
              ]
            },
            "*": {
              "installation_mode": "blocked",
              "blocked_permissions": [
                "downloads",
                "bookmarks",
                "u2fDevices"
              ],
              "install_sources": [
                "http://company-intranet/chromeapps"
              ],
              "allowed_types": [
                "hosted_app"
              ]
            }
          }
        },
        "prefs": {
          "extensions.management": {}
        }
      }
    ]
  },
  "ExtensionManifestV2Availability": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionManifestV2Availability": 0
        },
        "prefs": {
          "extensions.manifest_v2": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "ExtensionManifestV2Availability": 1
        },
        "prefs": {
          "extensions.manifest_v2": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "ExtensionManifestV2Availability": 2
        },
        "prefs": {
          "extensions.manifest_v2": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "ExtensionManifestV2Availability": 3
        },
        "prefs": {
          "extensions.manifest_v2": {
            "value": 3
          }
        }
      },
      {
        "policies": {
        },
        "prefs": {
          "extensions.manifest_v2": {
            "default_value": 0
          }
        }
      }
    ]
  },
  "DeviceLoginScreenExtensionManifestV2Availability": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceLoginScreenExtensionManifestV2Availability": 1
        },
        "prefs": {
          "extensions.manifest_v2": {
            "location": "signin_profile",
            "value": 1
          }
        }
      }
    ]
  },
  "ExtensionUnpublishedAvailability": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExtensionUnpublishedAvailability": 0
        },
        "prefs": {
          "extensions.unpublished_availability": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "ExtensionUnpublishedAvailability": 1
        },
        "prefs": {
          "extensions.unpublished_availability": {
            "value": 1
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "extensions.unpublished_availability": {
            "default_value": 0
          }
        }
      }
    ]
  },
  "ExtensionExtendedBackgroundLifetimeForPortConnectionsToUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "extensions.extended_background_lifetime_urls": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "ExtensionExtendedBackgroundLifetimeForPortConnectionsToUrls": [
            "chrome-extension://abcdefghijklmnopabcdefghijklmnop/",
            "chrome-extension://bcdefghijklmnopabcdefghijklmnopa/"
          ]
        },
        "prefs": {
          "extensions.extended_background_lifetime_urls": {
            "value": [
              "chrome-extension://abcdefghijklmnopabcdefghijklmnop/",
              "chrome-extension://bcdefghijklmnopabcdefghijklmnopa/"
            ]
          }
        }
      }
    ]
  },
  "BlockExternalExtensions": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BlockExternalExtensions": true
        },
        "prefs": {
          "extensions.block_external_extensions": {}
        }
      }
    ]
  },
  "ShowHomeButton": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "browser.show_home_button": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ShowHomeButton": false
        },
        "prefs": {
          "browser.show_home_button": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ShowHomeButton": true
        },
        "prefs": {
          "browser.show_home_button": {
            "value": true
          }
        }
      }
    ]
  },
  "ShowTouchpadScrollScreenEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "The default is changed by default_for_enterprise_users",
        "policies": {},
        "prefs": {
          "ash.touchpad_scroll_screen_oobe_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ShowTouchpadScrollScreenEnabled": false
        },
        "prefs": {
          "ash.touchpad_scroll_screen_oobe_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ShowTouchpadScrollScreenEnabled": true
        },
        "prefs": {
          "ash.touchpad_scroll_screen_oobe_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "DeveloperToolsDisabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "devtools.availability": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DeveloperToolsDisabled": false
        },
        "prefs": {
          "devtools.availability": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DeveloperToolsDisabled": true
        },
        "prefs": {
          "devtools.availability": {
            "value": 2
          }
        }
      }
    ]
  },
  "DeveloperToolsAvailability": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "devtools.availability": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DeveloperToolsAvailability": 0
        },
        "prefs": {
          "devtools.availability": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "DeveloperToolsAvailability": 1
        },
        "prefs": {
          "devtools.availability": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DeveloperToolsAvailability": 2
        },
        "prefs": {
          "devtools.availability": {
            "value": 2
          }
        }
      },
      {
        "note": "DeveloperToolsAvailability (2) overwrites DeveloperToolsDisabled (false->1) if both are set",
        "policies": {
          "DeveloperToolsDisabled": false,
          "DeveloperToolsAvailability": 2
        },
        "prefs": {
          "devtools.availability": {
            "value": 2
          }
        }
      },
      {
        "note": "DeveloperToolsAvailability (1) overwrites DeveloperToolsDisabled (true->2) both are set",
        "policies": {
          "DeveloperToolsDisabled": true,
          "DeveloperToolsAvailability": 1
        },
        "prefs": {
          "devtools.availability": {
            "value": 1
          }
        }
      }
    ]
  },
  "RemoteDebuggingAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RemoteDebuggingAllowed": true
        },
        "prefs": {
          "devtools.remote_debugging.allowed": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "HeadlessMode": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "headless.mode": {
            "location": "local_state",
            "default_value": 1
          }
        }
      },
      {
        "policies": {
          "HeadlessMode": 1
        },
        "prefs": {
          "headless.mode": {
            "location": "local_state",
            "value": 1
          }
        }
      },
      {
        "policies": {
          "HeadlessMode": 2
        },
        "prefs": {
          "headless.mode": {
            "location": "local_state",
            "value": 2
          }
        }
      }
    ]
  },
  "ShowDisplaySizeScreenEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "The default is changed by default_for_enterprise_users",
        "policies": {},
        "prefs": {
          "ash.display_size_screen_oobe_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ShowDisplaySizeScreenEnabled": false
        },
        "prefs": {
          "ash.display_size_screen_oobe_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ShowDisplaySizeScreenEnabled": true
        },
        "prefs": {
          "ash.display_size_screen_oobe_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "RestoreOnStartup": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RestoreOnStartup": 1
        },
        "prefs": {
          "session.restore_on_startup": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "RestoreOnStartup": 2
        },
        "prefs": {
          "session.restore_on_startup": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "RestoreOnStartup": 3
        },
        "prefs": {
          "session.restore_on_startup": {
            "value": 3
          }
        }
      },
      {
        "policies": {
          "RestoreOnStartup": 4
        },
        "prefs": {
          "session.restore_on_startup": {
            "value": 4
          }
        }
      },
      {
        "policies": {
          "RestoreOnStartup": 5
        },
        "prefs": {
          "session.restore_on_startup": {
            "value": 5
          }
        }
      },
      {
        "policies": {
          "RestoreOnStartup": 6
        },
        "prefs": {
          "session.restore_on_startup": {
            "value": 6
          }
        }
      }
    ]
  },
  "RestoreOnStartupURLs": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RestoreOnStartupURLs": [
            "chromium.org"
          ]
        },
        "prefs": {
          "session.startup_urls": {}
        }
      }
    ]
  },
  "BlockThirdPartyCookies": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BlockThirdPartyCookies": false
        },
        "prefs": {
          "profile.cookie_controls_mode": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "BlockThirdPartyCookies": true
        },
        "prefs": {
          "profile.cookie_controls_mode": {
            "value": 1
          }
        }
      }
    ]
  },
  "BlockTruncatedCookies": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BlockTruncatedCookies": false
        },
        "prefs": {
          "profile.cookie_block_truncated": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "BlockTruncatedCookies": true
        },
        "prefs": {
          "profile.cookie_block_truncated": {
            "value": true
          }
        }
      }
    ]
  },
  "DefaultSearchProviderContextMenuAccessAllowed": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderEnabled": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderName": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderKeyword": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderSearchURL": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderSuggestURL": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderInstantURL": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DefaultSearchProviderNewTabURL": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderIconURL": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderEncodings": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderAlternateURLs": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderSearchTermsReplacementKey": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DefaultSearchProviderImageURL": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderSearchURLPostParams": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderSuggestURLPostParams": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultSearchProviderInstantURLPostParams": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DefaultSearchProviderImageURLPostParams": {
    "reason_for_missing_test": "complex mapping that includes timestamps as well, see PolicyTest.DefaultSearchProvider for a full policy browser test"
  },
  "DefaultCookiesSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultCookiesSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.cookies": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultCookiesSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.cookies": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultCookiesSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.cookies": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultImagesSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultImagesSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.images": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultImagesSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.images": {
            "value": 2
          }
        }
      }
    ]
  },
  "DefaultInsecureContentSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultInsecureContentSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.insecure_content": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultInsecureContentSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.insecure_content": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultJavaScriptSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultJavaScriptSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.javascript": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultJavaScriptSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.javascript": {
            "value": 2
          }
        }
      }
    ]
  },
  "DefaultJavaScriptJitSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultJavaScriptJitSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.javascript_jit": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultJavaScriptJitSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.javascript_jit": {
            "value": 2
          }
        }
      }
    ]
  },
  "DefaultKeygenSetting": {
    "reason_for_missing_test": "Policy was removed"
  },
  "LegacySameSiteCookieBehaviorEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "LegacySameSiteCookieBehaviorEnabledForDomainList": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LegacySameSiteCookieBehaviorEnabledForDomainList": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_legacy_cookie_access_allowed_for_domains": {}
        }
      }
    ]
  },
  "InsecurePrivateNetworkRequestsAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.managed_default_content_settings.insecure_private_network": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "InsecurePrivateNetworkRequestsAllowed": false
        },
        "prefs": {
          "profile.managed_default_content_settings.insecure_private_network": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "InsecurePrivateNetworkRequestsAllowed": true
        },
        "prefs": {
          "profile.managed_default_content_settings.insecure_private_network": {
            "value": 1
          }
        }
      }
    ]
  },
  "InsecurePrivateNetworkRequestsAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "InsecurePrivateNetworkRequestsAllowedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_insecure_private_network_allowed_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "DefaultPluginsSetting": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DefaultPopupsSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultPopupsSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.popups": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultPopupsSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.popups": {}
        }
      }
    ]
  },
  "DefaultNotificationsSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultNotificationsSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.notifications": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultNotificationsSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.notifications": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultNotificationsSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.notifications": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultGeolocationSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultGeolocationSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.geolocation": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultGeolocationSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.geolocation": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultGeolocationSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.geolocation": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultMediaStreamSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultMediaStreamSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultMediaStreamSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultMediaStreamSetting.OverriddenByAudioCaptureAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AudioCaptureAllowed": false
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DefaultMediaStreamSetting": 2,
          "AudioCaptureAllowed": true
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultMediaStreamSetting": 3,
          "AudioCaptureAllowed": true
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultMediaStreamSetting.OverriddenByVideoCaptureAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "VideoCaptureAllowed": false
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DefaultMediaStreamSetting": 2,
          "VideoCaptureAllowed": true
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultMediaStreamSetting": 3,
          "VideoCaptureAllowed": true
        },
        "prefs": {
          "profile.managed_default_content_settings.media_stream": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultSensorsSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultSensorsSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.sensors": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultSensorsSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.sensors": {
            "value": 2
          }
        }
      }
    ]
  },
  "AudioCaptureAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "hardware.audio_capture_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "AudioCaptureAllowed": false
        },
        "prefs": {
          "hardware.audio_capture_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "AudioCaptureAllowed": true
        },
        "prefs": {
          "hardware.audio_capture_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "AudioCaptureAllowedUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "hardware.audio_capture_allowed_urls": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "AudioCaptureAllowedUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "hardware.audio_capture_allowed_urls": {
            "value": [
              "[*.]google.com"
            ]
          }
        }
      }
    ]
  },
  "VideoCaptureAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "hardware.video_capture_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "VideoCaptureAllowed": false
        },
        "prefs": {
          "hardware.video_capture_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "VideoCaptureAllowed": true
        },
        "prefs": {
          "hardware.video_capture_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "VideoCaptureAllowedUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "hardware.video_capture_allowed_urls": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "VideoCaptureAllowedUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "hardware.video_capture_allowed_urls": {
            "value": [
              "[*.]google.com"
            ]
          }
        }
      }
    ]
  },
  "ScreenCaptureAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScreenCaptureAllowed": true
        },
        "prefs": {
          "hardware.screen_capture_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ScreenCaptureAllowed": false
        },
        "prefs": {
          "hardware.screen_capture_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "hardware.screen_capture_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "ScreenCaptureAllowedByOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "chromeos_ash",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScreenCaptureAllowedByOrigins": [
            "[*.]google.com",
            "example.com",
            "https://example2.com"
          ]
        },
        "prefs": {
          "hardware.screen_capture_allowed_by_origins": {
            "value": [
              "[*.]google.com",
              "example.com",
              "https://example2.com"
            ]
          }
        }
      }
    ]
  },
  "WindowCaptureAllowedByOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "chromeos_ash",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WindowCaptureAllowedByOrigins": [
            "[*.]google.com",
            "example.com",
            "https://example2.com"
          ]
        },
        "prefs": {
          "hardware.window_capture_allowed_by_origins": {
            "value": [
              "[*.]google.com",
              "example.com",
              "https://example2.com"
            ]
          }
        }
      }
    ]
  },
  "TabCaptureAllowedByOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "chromeos_ash",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TabCaptureAllowedByOrigins": [
            "[*.]google.com",
            "example.com",
            "https://example2.com"
          ]
        },
        "prefs": {
          "hardware.tab_capture_allowed_by_origins": {
            "value": [
              "[*.]google.com",
              "example.com",
              "https://example2.com"
            ]
          }
        }
      }
    ]
  },
  "SameOriginTabCaptureAllowedByOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "chromeos_ash",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SameOriginTabCaptureAllowedByOrigins": [
            "[*.]google.com",
            "example.com",
            "https://example2.com"
          ]
        },
        "prefs": {
          "hardware.same_origin_tab_capture_allowed_by_origins": {
            "value": [
              "[*.]google.com",
              "example.com",
              "https://example2.com"
            ]
          }
        }
      }
    ]
  },
  "DefaultWebBluetoothGuardSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultWebBluetoothGuardSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.web_bluetooth_guard": {}
        }
      }
    ]
  },
  "DefaultWebUsbGuardSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultWebUsbGuardSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.web_usb_guard": {}
        }
      }
    ]
  },
  "DefaultSerialGuardSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultSerialGuardSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.serial_guard": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultSerialGuardSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.serial_guard": {
            "value": 3
          }
        }
      }
    ]
  },
  "DefaultWebHidGuardSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultWebHidGuardSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.web_hid_guard": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultWebHidGuardSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.web_hid_guard": {
            "value": 3
          }
        }
      }
    ]
  },
  "WebHidAskForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebHidAskForUrls": [
            "[*.].com"
          ]
        },
        "prefs": {
          "profile.managed_web_hid_ask_for_urls": {
            "value": [
              "[*.].com"
            ]
          }
        }
      }
    ]
  },
  "WebHidBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebHidBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_web_hid_blocked_for_urls": {
            "value": [
              "[*.]google.com"
            ]
          }
        }
      }
    ]
  },
  "WebHidAllowAllDevicesForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebHidAllowAllDevicesForUrls": [
            "https://www.google.com"
          ]
        },
        "prefs": {
          "managed.web_hid_allow_all_devices_for_urls": {
            "location": "local_state",
            "value": [
              "https://www.google.com"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "managed.web_hid_allow_all_devices_for_urls": {
            "location": "local_state",
            "default_value": []
          }
        }
      }
    ]
  },
  "WebHidAllowDevicesForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebHidAllowDevicesForUrls": [
            {
              "devices": [
                {
                  "vendor_id": 6353,
                  "product_id": 37888
                }
              ],
              "urls": [
                "https://stadia.google.com"
              ]
            },
            {
              "devices": [
                {
                  "vendor_id": 6353
                }
              ],
              "urls": [
                "https://www.google.com"
              ]
            }
          ]
        },
        "prefs": {
          "managed.web_hid_allow_devices_for_urls": {
            "location": "local_state",
            "value": [
              {
                "devices": [
                  {
                    "vendor_id": 6353,
                    "product_id": 37888
                  }
                ],
                "urls": [
                  "https://stadia.google.com"
                ]
              },
              {
                "devices": [
                  {
                    "vendor_id": 6353
                  }
                ],
                "urls": [
                  "https://www.google.com"
                ]
              }
            ]
          }
        }
      }
    ]
  },
  "DeviceLoginScreenWebHidAllowDevicesForUrls": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceLoginScreenWebHidAllowDevicesForUrls": [
            {
              "devices": [
                {
                  "vendor_id": 6353,
                  "product_id": 37888
                }
              ],
              "urls": [
                "https://stadia.google.com"
              ]
            },
            {
              "devices": [
                {
                  "vendor_id": 6353
                }
              ],
              "urls": [
                "https://www.google.com"
              ]
            }
          ]
        },
        "prefs": {
          "managed.web_hid_allow_devices_for_urls_on_login_screen": {
            "location": "local_state",
            "value": [
              {
                "devices": [
                  {
                    "vendor_id": 6353,
                    "product_id": 37888
                  }
                ],
                "urls": [
                  "https://stadia.google.com"
                ]
              },
              {
                "devices": [
                  {
                    "vendor_id": 6353
                  }
                ],
                "urls": [
                  "https://www.google.com"
                ]
              }
            ]
          }
        }
      }
    ]
  },
  "WebHidAllowDevicesWithHidUsagesForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebHidAllowDevicesWithHidUsagesForUrls": [
            {
              "usages": [
                {
                  "usage_page": 1,
                  "usage": 5
                }
              ],
              "urls": [
                "https://stadia.google.com"
              ]
            },
            {
              "usages": [
                {
                  "usage_page": 11
                }
              ],
              "urls": [
                "https://meet.google.com"
              ]
            }
          ]
        },
        "prefs": {
          "managed.web_hid_allow_devices_with_hid_usages_for_urls": {
            "location": "local_state",
            "value": [
              {
                "usages": [
                  {
                    "usage_page": 1,
                    "usage": 5
                  }
                ],
                "urls": [
                  "https://stadia.google.com"
                ]
              },
              {
                "usages": [
                  {
                    "usage_page": 11
                  }
                ],
                "urls": [
                  "https://meet.google.com"
                ]
              }
            ]
          }
        }
      }
    ]
  },
  "AutoSelectCertificateForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AutoSelectCertificateForUrls": [
            "{'pattern':'https://example.com','filter':{'ISSUER':{'CN': 'issuer-name'}}}"
          ]
        },
        "prefs": {
          "profile.managed_auto_select_certificate_for_urls": {}
        }
      }
    ]
  },
  "CookiesAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CookiesAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_cookies_allowed_for_urls": {}
        }
      }
    ]
  },
  "CookiesBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CookiesBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_cookies_blocked_for_urls": {}
        }
      }
    ]
  },
  "CookiesSessionOnlyForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CookiesSessionOnlyForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_cookies_sessiononly_for_urls": {}
        }
      }
    ]
  },
  "ImagesAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImagesAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_images_allowed_for_urls": {}
        }
      }
    ]
  },
  "ImagesBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImagesBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_images_blocked_for_urls": {}
        }
      }
    ]
  },
  "InsecureContentAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "InsecureContentAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_insecure_content_allowed_for_urls": {}
        }
      }
    ]
  },
  "InsecureContentBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "InsecureContentBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_insecure_content_blocked_for_urls": {}
        }
      }
    ]
  },
  "JavaScriptAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "JavaScriptAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_javascript_allowed_for_urls": {}
        }
      }
    ]
  },
  "JavaScriptBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "JavaScriptBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_javascript_blocked_for_urls": {}
        }
      }
    ]
  },
  "DefaultClipboardSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "prefs": {
          "profile.managed_default_content_settings.clipboard": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DefaultClipboardSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.clipboard": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultClipboardSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.clipboard": {
            "value": 3
          }
        }
      }
    ]
  },
  "ClipboardAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ClipboardAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_clipboard_allowed_for_urls": {}
        }
      }
    ]
  },
  "ClipboardBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ClipboardBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_clipboard_blocked_for_urls": {}
        }
      }
    ]
  },
  "JavaScriptJitAllowedForSites": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "JavaScriptJitAllowedForSites": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_javascript_jit_allowed_for_sites": {}
        }
      }
    ]
  },
  "JavaScriptJitBlockedForSites": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "JavaScriptJitBlockedForSites": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_javascript_jit_blocked_for_sites": {}
        }
      }
    ]
  },
  "KeygenAllowedForUrls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "KeygenBlockedForUrls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PluginsAllowedForUrls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PluginsBlockedForUrls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PopupsAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PopupsAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_popups_allowed_for_urls": {}
        }
      }
    ]
  },
  "PopupsBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PopupsBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_popups_blocked_for_urls": {}
        }
      }
    ]
  },
  "NotificationsAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NotificationsAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_notifications_allowed_for_urls": {}
        }
      }
    ]
  },
  "NotificationsBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NotificationsBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_notifications_blocked_for_urls": {}
        }
      }
    ]
  },
  "SensorsAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SensorsAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_sensors_allowed_for_urls": {
            "value": [
              "[*.]google.com"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "profile.managed_sensors_allowed_for_urls": {
            "default_value": []
          }
        }
      }
    ]
  },
  "SensorsBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SensorsBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_sensors_blocked_for_urls": {
            "value": [
              "[*.]google.com"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "profile.managed_sensors_blocked_for_urls": {
            "default_value": []
          }
        }
      }
    ]
  },
  "WebUsbAllowDevicesForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebUsbAllowDevicesForUrls": [
            {
              "devices": [
                {
                  "vendor_id": 1234,
                  "product_id": 5678
                }
              ],
              "urls": [
                "https://google.com,https://google.com",
                "https://www.youtube.com"
              ]
            }
          ]
        },
        "prefs": {
          "profile.managed_web_usb_allow_devices_for_urls": {}
        }
      }
    ]
  },
  "DeviceLoginScreenWebUsbAllowDevicesForUrls": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceLoginScreenWebUsbAllowDevicesForUrls": [
            {
              "devices": [
                {
                  "vendor_id": 1234,
                  "product_id": 5678
                }
              ],
              "urls": [
                "https://google.com",
                "https://requesting.com,https://embedded.com"
              ]
            }
          ]
        },
        "prefs": {
          "profile.managed_web_usb_allow_devices_for_urls": {
            "location": "signin_profile"
          }
        }
      }
    ]
  },
  "GetDisplayMediaSetSelectAllScreensAllowedForUrls": {
    "os": [
      "chromeos_ash",
      "linux"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "GetDisplayMediaSetSelectAllScreensAllowedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_access_to_get_all_screens_media_allowed_for_urls": {}
        }
      },
      {
        "policies": {},
        "prefs": {
          "profile.managed_access_to_get_all_screens_media_allowed_for_urls": {
            "default_value": []
          }
        }
      }
    ]
  },
  "WebUsbAskForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebUsbAskForUrls": [
            "[*.].com"
          ]
        },
        "prefs": {
          "profile.managed_web_usb_ask_for_urls": {}
        }
      }
    ]
  },
  "WebUsbBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebUsbBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_web_usb_blocked_for_urls": {}
        }
      }
    ]
  },
  "SerialAskForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SerialAskForUrls": [
            "[*.].com"
          ]
        },
        "prefs": {
          "profile.managed_serial_ask_for_urls": {}
        }
      }
    ]
  },
  "SerialBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SerialBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_serial_blocked_for_urls": {}
        }
      }
    ]
  },
  "SerialAllowAllPortsForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SerialAllowAllPortsForUrls": [
            "https://www.google.com"
          ]
        },
        "prefs": {
          "managed.serial_allow_all_ports_for_urls": {
            "location": "local_state",
            "value": [
              "https://www.google.com"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "managed.serial_allow_all_ports_for_urls": {
            "location": "local_state",
            "default_value": []
          }
        }
      }
    ]
  },
  "SerialAllowUsbDevicesForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SerialAllowUsbDevicesForUrls": [
            {
              "devices": [
                {
                  "vendor_id": 6353,
                  "product_id": 19985
                }
              ],
              "urls": [
                "https://flash.android.com"
              ]
            },
            {
              "devices": [
                {
                  "vendor_id": 6353
                }
              ],
              "urls": [
                "https://www.google.com"
              ]
            }
          ]
        },
        "prefs": {
          "managed.serial_allow_usb_devices_for_urls": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "Disable3DAPIs": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "disable_3d_apis": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "Disable3DAPIs": false
        },
        "prefs": {
          "disable_3d_apis": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "Disable3DAPIs": true
        },
        "prefs": {
          "disable_3d_apis": {
            "value": true
          }
        }
      }
    ]
  },
  "InstantEnabled": {},
  "TranslateEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TranslateEnabled": false
        },
        "prefs": {
          "translate.enabled": {}
        }
      }
    ]
  },
  "AppRecommendationZeroStateEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AllowOutdatedPlugins": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AlwaysAuthorizePlugins": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RunAllFlashInAllowMode": {
    "reason_for_missing_test": "Policy was removed"
  },
  "BookmarkBarEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "bookmark_bar.show_on_all_tabs": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value: true.",
        "policies": {
          "BookmarkBarEnabled": true
        },
        "prefs": {
          "bookmark_bar.show_on_all_tabs": {
            "value": true
          }
        }
      }
    ]
  },
  "EditBookmarksEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "bookmarks.editing_enabled": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "EditBookmarksEnabled": false
        },
        "prefs": {
          "bookmarks.editing_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "ShowAppsShortcutInBookmarkBar": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShowAppsShortcutInBookmarkBar": false
        },
        "prefs": {
          "bookmark_bar.show_apps_shortcut": {}
        }
      }
    ]
  },
  "AllowFileSelectionDialogs": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AllowFileSelectionDialogs": false
        },
        "prefs": {
          "select_file_dialogs.allowed": {
            "location": "local_state",
            "value": false
          },
          "download.prompt_for_download": {
            "check_for_recommended": false,
            "value": false
          }
        }
      },
      {
        "policies": {
          "AllowFileSelectionDialogs": true
        },
        "prefs": {
          "select_file_dialogs.allowed": {
            "location": "local_state",
            "value": true
          },
          "download.prompt_for_download": {
            "check_for_recommended": false,
            "default_value": false
          }
        }
      }
    ]
  },
  "SecurityKeyPermitAttestation": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SecurityKeyPermitAttestation": [
            "https://example.com",
            "example.net"
          ]
        },
        "prefs": {
          "securitykey.permit_attestation": {
            "value": [
              "https://example.com",
              "example.net"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "securitykey.permit_attestation": {
            "default_value": []
          }
        }
      }

    ]
  },
  "CreatePasskeysInICloudKeychain": {
    "os": [
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": { "CreatePasskeysInICloudKeychain": true },
        "prefs": {
          "webauthn.create_in_icloud_keychain": {
            "value": true
          }
        }
      },
      {
        "policies": { "CreatePasskeysInICloudKeychain": false },
        "prefs": {
          "webauthn.create_in_icloud_keychain": {
            "value": false
          }
        }
      }
    ],
    "note": "default value of the pref in case no policy is set evaluates differently on CQ/CI bots and will therefor be skipped here (see crbug.com/1477033)"
  },
  "ImportBookmarks": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImportBookmarks": false
        },
        "prefs": {
          "import_dialog_bookmarks": {}
        }
      }
    ]
  },
  "ImportHistory": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImportHistory": false
        },
        "prefs": {
          "import_dialog_history": {}
        }
      }
    ]
  },
  "ImportHomepage": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImportHomepage": false
        },
        "prefs": {
          "import_home_page": {}
        }
      }
    ]
  },
  "ImportSearchEngine": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImportSearchEngine": false
        },
        "prefs": {
          "import_dialog_search_engine": {}
        }
      }
    ]
  },
  "ImportSavedPasswords": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImportSavedPasswords": false
        },
        "prefs": {
          "import_dialog_saved_passwords": {}
        }
      }
    ]
  },
  "ImportAutofillFormData": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ImportAutofillFormData": false
        },
        "prefs": {
          "import_dialog_autofill_form_data": {}
        }
      }
    ]
  },
  "MaxConnectionsPerProxy": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "MaxConnectionsPerProxy": 16
        },
        "prefs": {
          "net.max_connections_per_proxy": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "HideWebStorePromo": {},
  "URLBlacklist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "URLBlocklist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.url_blocklist": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "URLBlocklist": [
            "google.com"
          ]
        },
        "prefs": {
          "policy.url_blocklist": {
            "value": [
              "google.com"
            ]
          }
        }
      }
    ]
  },
  "URLWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "URLAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.url_allowlist": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "URLAllowlist": [
            "google.com"
          ]
        },
        "prefs": {
          "policy.url_allowlist": {
            "value": [
              "google.com"
            ]
          }
        }
      }
    ]
  },
  "PolicyListMultipleSourceMergeList": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "PolicyDictionaryMultipleSourceMergeList": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "EnableExperimentalPolicies": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "PolicyAtomicGroupsEnabled": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "PolicyScopeDetection": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "EnterpriseWebStoreURL": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EnterpriseWebStoreName": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DisablePrintPreview": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "printing.print_preview_disabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DisablePrintPreview": false
        },
        "prefs": {
          "printing.print_preview_disabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DisablePrintPreview": true
        },
        "prefs": {
          "printing.print_preview_disabled": {
            "value": true
          }
        }
      }
    ]
  },
  "DefaultPrinterSelection": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultPrinterSelection": "{ 'kind': 'local', 'namePattern': '.*' }"
        },
        "prefs": {
          "printing.default_destination_selection_rules": {}
        }
      }
    ]
  },
  "PrintPreviewUseSystemDefaultPrinter": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrintPreviewUseSystemDefaultPrinter": false
        },
        "prefs": {
          "printing.use_system_default_printer": {}
        }
      }
    ]
  },
  "BackgroundModeEnabled": {
    "os": [
      "win",
      "linux"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "background_mode.enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "BackgroundModeEnabled": false
        },
        "prefs": {
          "background_mode.enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "RestrictSigninToPattern": {
    "os": [
      "win",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RestrictSigninToPattern": ".*@google.com"
        },
        "prefs": {
          "google.services.username_pattern": {
            "location": "local_state",
            "value": ".*@google.com"
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "google.services.username_pattern": {
            "location": "local_state",
            "default_value": ""
          }
        }
      }
    ]
  },
  "DisableSafeBrowsingProceedAnyway": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "safebrowsing.proceed_anyway_disabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DisableSafeBrowsingProceedAnyway": false
        },
        "prefs": {
          "safebrowsing.proceed_anyway_disabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DisableSafeBrowsingProceedAnyway": true
        },
        "prefs": {
          "safebrowsing.proceed_anyway_disabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SafeBrowsingExtendedReportingOptInAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SpellCheckServiceEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "spellcheck.use_spelling_service": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "SpellCheckServiceEnabled": true
        },
        "prefs": {
          "spellcheck.use_spelling_service": {
            "value": true
          }
        }
      }
    ]
  },
  "DisableScreenshots": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "disable_screenshots": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DisableScreenshots": false
        },
        "prefs": {
          "disable_screenshots": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DisableScreenshots": true
        },
        "prefs": {
          "disable_screenshots": {
            "value": true
          }
        }
      }
    ]
  },
  "BuiltInDnsClientEnabled.FeatureDisabledByDefault": {
    "os": [
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "async_dns.enabled": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BuiltInDnsClientEnabled": true
        },
        "prefs": {
          "async_dns.enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "BuiltInDnsClientEnabled.FeatureEnabledByDefault": {
    "os": [
      "win",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "linux"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "async_dns.enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BuiltInDnsClientEnabled": false
        },
        "prefs": {
          "async_dns.enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "AdditionalDnsQueryTypesEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "async_dns.additional_dns_query_types_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AdditionalDnsQueryTypesEnabled": false
        },
        "prefs": {
          "async_dns.additional_dns_query_types_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "WPADQuickCheckEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WPADQuickCheckEnabled": true
        },
        "prefs": {
          "proxy.quick_check_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "PacHttpsUrlStrippingEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RegisteredProtocolHandlers": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RegisteredProtocolHandlers": [
            {
              "protocol": "test",
              "url": "http://example.com/%s",
              "default": true
            }
          ]
        },
        "prefs": {
          "custom_handlers.policy.registered_protocol_handlers": {
            "check_for_mandatory": false
          }
        }
      }
    ]
  },
  "HideWebStoreIcon": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HideWebStoreIcon": true
        },
        "prefs": {
          "hide_web_store_icon": {}
        }
      }
    ]
  },
  "VariationsRestrictParameter": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "VariationsRestrictParameter": "restricted"
        },
        "prefs": {
          "variations_restrict_parameter": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "VariationsRestrictParameter.Android": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "ChromeVariations": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "variations_restrictions_by_policy": {
            "location": "local_state",
            "default_value": 0
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ChromeVariations": 1
        },
        "prefs": {
          "variations_restrictions_by_policy": {
            "location": "local_state",
            "value": 1
          }
        }
      }
    ]
  },
  "DataCompressionProxyEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ForceEphemeralProfiles": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "UserAvatarImage": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "WallpaperImage": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "BrowserGuestModeEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.browser_guest_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "BrowserGuestModeEnabled": true
        },
        "prefs": {
          "profile.browser_guest_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "BrowserGuestModeEnabled": false
        },
        "prefs": {
          "profile.browser_guest_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "BrowserGuestModeEnforced": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserGuestModeEnforced": true
        },
        "prefs": {
          "profile.browser_guest_enforced": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "BrowserAddPersonEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.add_person_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "BrowserAddPersonEnabled": true
        },
        "prefs": {
          "profile.add_person_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "BrowserAddPersonEnabled": false
        },
        "prefs": {
          "profile.add_person_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "ForceBrowserSignin": {
    "os": [
      "win",
      "android",
      "mac",
      "linux",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.force_browser_signin": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ForceBrowserSignin": false
        },
        "prefs": {
          "profile.force_browser_signin": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "ForceBrowserSignin": true
        },
        "prefs": {
          "profile.force_browser_signin": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "BrowserSignin.DesktopNoForce": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserSignin": 1
        },
        "prefs": {
          "signin.allowed_on_next_startup": {
            "value": true
          }
        }
      }
    ]
  },
  "BrowserSignin.DesktopForce": {
    "os": [
      "win",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserSignin": 2
        },
        "prefs": {
          "signin.allowed_on_next_startup": {
            "value": true
          },
          "profile.force_browser_signin": {
            "location": "local_state",
            "value": true
          },
          "profile.browser_guest_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "BrowserSignin.LinuxForceNotSupported": {
    "os": [
      "linux"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserSignin": 2
        },
        "prefs": {
          "signin.allowed_on_next_startup": {
            "value": true
          },
          "profile.force_browser_signin": {
            "location": "local_state",
            "default_value": false
          }
        }
      }
    ]
  },
  "BrowserSignin.AndroidForce": {
    "os": [
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserSignin": 2
        },
        "prefs": {
          "signin.allowed": {
            "value": true
          },
          "profile.force_browser_signin": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "BrowserSignin.AndroidOverrideDeprecatedForceBrowserSignin": {
    "os": [
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserSignin": 1,
          "ForceBrowserSignin": true
        },
        "prefs": {
          "signin.allowed": {
            "value": true
          },
          "profile.force_browser_signin": {
            "location": "local_state",
            "default_value": false
          }
        }
      }
    ]
  },
  "BrowserSignin.DesktopOverrideDeprecatedForceBrowserSignin": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserSignin": 1,
          "ForceBrowserSignin": true
        },
        "prefs": {
          "signin.allowed_on_next_startup": {
            "value": true
          },
          "profile.force_browser_signin": {
            "location": "local_state",
            "default_value": false
          }
        }
      }
    ]
  },
  "MachineLevelUserCloudPolicyEnrollmentToken": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CloudManagementEnrollmentToken": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "CloudManagementEnrollmentMandatory": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CloudManagementEnrollmentMandatory": true
        },
        "prefs": {
          "policy.cloud_management_enrollment_mandatory": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "SSLVersionMin": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SSLVersionFallbackMin": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SSLVersionMax": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CECPQ2Enabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EncryptedClientHelloEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "ssl.ech_enabled": {
            "default_value": true,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "EncryptedClientHelloEnabled": false
        },
        "prefs": {
          "ssl.ech_enabled": {
            "value": false,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "RSAKeyUsageForLocalAnchorsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "ssl.rsa_key_usage_for_local_anchors_enabled": {
            "default_value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "RSAKeyUsageForLocalAnchorsEnabled": false
        },
        "prefs": {
          "ssl.rsa_key_usage_for_local_anchors_enabled": {
            "value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "RSAKeyUsageForLocalAnchorsEnabled": true
        },
        "prefs": {
          "ssl.rsa_key_usage_for_local_anchors_enabled": {
            "value": true,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "TripleDESEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CertificateTransparencyEnforcementDisabledForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "certificate_transparency.excluded_hosts": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "CertificateTransparencyEnforcementDisabledForUrls": [
            "example.com"
          ]
        },
        "prefs": {
          "certificate_transparency.excluded_hosts": {
            "value": [
              "example.com"
            ]
          }
        }
      }
    ]
  },
  "CertificateTransparencyEnforcementDisabledForCas": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "certificate_transparency.excluded_spkis": {
            "default_value":[]
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "CertificateTransparencyEnforcementDisabledForCas": [
            "sha256/AAAAAAAAAAAAAAAAAAAAAA=="
          ]
        },
        "prefs": {
          "certificate_transparency.excluded_spkis": {
            "value":[
              "sha256/AAAAAAAAAAAAAAAAAAAAAA=="
            ]
          }
        }
      }
    ]
  },
  "CertificateTransparencyEnforcementDisabledForLegacyCas": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "certificate_transparency.excluded_legacy_spkis": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "CertificateTransparencyEnforcementDisabledForLegacyCas": [
            "sha256/AAAAAAAAAAAAAAAAAAAAAA=="
          ]
        },
        "prefs": {
          "certificate_transparency.excluded_legacy_spkis": {
            "value": [
              "sha256/AAAAAAAAAAAAAAAAAAAAAA=="
            ]
          }
        }
      }
    ]
  },
  "RC4Enabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DHEEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "WelcomePageOnOSUpgradeEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SuppressUnsupportedOSWarning": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "mac",
      "win",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SuppressUnsupportedOSWarning": true
        },
        "prefs": {
          "browser.suppress_unsupported_os_warning": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceChargingSoundsEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.charging_sounds.enabled": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DeviceChargingSoundsEnabled": false
        },
        "prefs": {
          "ash.charging_sounds.enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "DeviceChargingSoundsEnabled": true
        },
        "prefs": {
          "ash.charging_sounds.enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "DeviceLowBatterySoundEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.low_battery_sound.enabled": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DeviceLowBatterySoundEnabled": false
        },
        "prefs": {
          "ash.low_battery_sound.enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "DeviceLowBatterySoundEnabled": true
        },
        "prefs": {
          "ash.low_battery_sound.enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "AppLaunchAutomation": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AppLaunchAutomation": [
            {
              "auto_launch_on_startup": true,
              "created_time_usec": "13320917261678808",
              "desk": {
                "apps": [{
                  "app_type": "browser",
                  "browser_tabs": [{
                    "url": "https://www.chromium.org/"
                  }],
                  "window_id": 30002
                }, {
                  "app_type": "browser",
                  "browser_tabs": [{
                    "url": "chrome://version/"
                  }, {
                    "url": "https://dev.chromium.org/"
                  }],
                  "window_id": 30001
                }]
              },
              "name": "App Launch Automation 1",
              "updated_time_usec": "13320917261678808",
              "uuid": "27ea906b-a7d3-40b1-8c36-76d332d7f184"
            },
            {
              "auto_launch_on_startup": false,
              "created_time_usec": "13320917271679905",
              "desk": {
                "apps": [{
                  "app_type": "browser",
                  "browser_tabs": [{
                    "url": "https://www.google.com/"
                  }, {
                    "url": "https://www.youtube.com/"
                  }],
                  "window_id": 30001
                }]
              },
              "name": "App Launch Automation 2",
              "updated_time_usec": "13320917271679905",
              "uuid": "3aa30d88-576e-48ea-ab26-cbdd2cbe43a1"
            }
          ]
        },
        "prefs": {
          "ash.app_launch_automation": {
            "value": [
              {
                "auto_launch_on_startup": true,
                "created_time_usec": "13320917261678808",
                "desk": {
                  "apps": [{
                    "app_type": "browser",
                    "browser_tabs": [{
                      "url": "https://www.chromium.org/"
                    }],
                    "window_id": 30002
                  }, {
                    "app_type": "browser",
                    "browser_tabs": [{
                      "url": "chrome://version/"
                    }, {
                      "url": "https://dev.chromium.org/"
                    }],
                    "window_id": 30001
                  }]
                },
                "name": "App Launch Automation 1",
                "updated_time_usec": "13320917261678808",
                "uuid": "27ea906b-a7d3-40b1-8c36-76d332d7f184"
              },
              {
                "auto_launch_on_startup": false,
                "created_time_usec": "13320917271679905",
                "desk": {
                  "apps": [{
                    "app_type": "browser",
                    "browser_tabs": [{
                      "url": "https://www.google.com/"
                    }, {
                      "url": "https://www.youtube.com/"
                    }],
                    "window_id": 30001
                  }]
                },
                "name": "App Launch Automation 2",
                "updated_time_usec": "13320917271679905",
                "uuid": "3aa30d88-576e-48ea-ab26-cbdd2cbe43a1"
              }
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "ash.app_launch_automation": {
            "default_value": []
          }
        }
      }
    ]
  },
  "AllowedDomainsForApps": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AllowedDomainsForApps": "google.com,mit.edu"
        },
        "prefs": {
          "settings.allowed_domains_for_apps": {
            "value": "google.com,mit.edu"
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "settings.allowed_domains_for_apps": {
            "default_value": ""
          }
        }
      }
    ]
  },
  "EnableMediaRouter": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EnableMediaRouter": true
        },
        "prefs": {
          "media_router.enable_media_router": {}
        }
      }
    ]
  },
  "ShowCastIconInToolbar": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShowCastIconInToolbar": false
        },
        "prefs": {
          "media_router.show_cast_icon_in_toolbar": {}
        }
      }
    ]
  },
  "MediaRouterCastAllowAllIPs": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "MediaRouterCastAllowAllIPs": false
        },
        "prefs": {
          "media_router.cast_allow_all_ips": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "NTPCardsVisible": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NTPCardsVisible": false
        },
        "prefs": {
          "NewTabPage.ModulesVisible": {}
        }
      }
    ]
  },
  "NTPContentSuggestionsEnabled": {
    "os": [
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NTPContentSuggestionsEnabled": false
        },
        "prefs": {
          "ntp_snippets.enable": {}
        }
      }
    ]
  },
  "NTPCustomBackgroundEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NTPCustomBackgroundEnabled": false
        },
        "prefs": {
          "ntp.custom_background_dict": {
            "value": {}
          }
        }
      }
    ]
  },
  "NTPMiddleSlotAnnouncementVisible": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NTPMiddleSlotAnnouncementVisible": true
        },
        "prefs": {
          "ntp.promo_visible": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "NTPMiddleSlotAnnouncementVisible": false
        },
        "prefs": {
          "ntp.promo_visible": {
            "value": false
          }
        }
      }
    ]
  },
  "WebRtcUdpPortRange": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebRtcUdpPortRange": "10000-11999"
        },
        "prefs": {
          "webrtc.udp_port_range": {}
        }
      }
    ]
  },
  "WebRtcLocalIpsAllowedUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebRtcLocalIpsAllowedUrls": [
            "https://www.example.com",
            "*example.com*"
          ]
        },
        "prefs": {
          "webrtc.local_ips_allowed_urls": {}
        }
      }
    ]
  },
  "ComponentUpdatesEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ComponentUpdatesEnabled": true
        },
        "prefs": {
          "component_updates.component_updates_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "RoamingProfileSupportEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RoamingProfileSupportEnabled": true
        },
        "prefs": {
          "sync.enable_local_sync_backend": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "RoamingProfileSupportEnabled": false
        },
        "prefs": {
          "sync.enable_local_sync_backend": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "sync.enable_local_sync_backend": {
            "default_value": false
          }
        }
      }
    ]
  },
  "RoamingProfileLocation": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RoamingProfileLocation": "C:\\Users\\test_user_name\\AppData\\Roaming"
        },
        "prefs": {
          "sync.local_sync_backend_dir": {
            "value": "C:\\Users\\test_user_name\\AppData\\Roaming"
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "sync.local_sync_backend_dir": {
            "default_value": ""
          }
        }
      }
    ]
  },
  "RoamingProfileLocation.NonWindows": {
    "os": [
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RoamingProfileLocation": "/Users/test_user_name/chrome_roaming_profile_dir"
        },
        "prefs": {
          "sync.local_sync_backend_dir": {
            "value": "/Users/test_user_name/chrome_roaming_profile_dir"
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "sync.local_sync_backend_dir": {
            "default_value": ""
          }
        }
      }
    ]
  },
  "RelaunchNotification": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RelaunchNotification": 1
        },
        "prefs": {
          "browser.relaunch_notification": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "RelaunchNotificationPeriod": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RelaunchNotificationPeriod": 86400000
        },
        "prefs": {
          "browser.relaunch_notification_period": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "RelaunchHeadsUpPeriod": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RelaunchHeadsUpPeriod": 86400000
        },
        "prefs": {
          "browser.relaunch_heads_up_period": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "RelaunchWindow": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RelaunchWindow": {
            "entries": [
              {
                "start": {
                  "hour": 2,
                  "minute": 15
                },
                "duration_mins": 240
              }
            ]
          }
        },
        "prefs": {
          "browser.relaunch_window": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "PromotionalTabsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PromotionalTabsEnabled": false
        },
        "prefs": {
          "browser.promotional_tabs_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "AllowPopupsDuringPageUnload": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CommandLineFlagSecurityWarningsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CommandLineFlagSecurityWarningsEnabled": true
        },
        "prefs": {
          "browser.command_line_flag_security_warnings_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "AllowSyncXHRInPageDismissal.CrOSOnly": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AllowSyncXHRInPageDismissal.nonCrOS": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ExternalProtocolDialogShowAlwaysOpenCheckbox": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExternalProtocolDialogShowAlwaysOpenCheckbox": true
        },
        "prefs": {
          "external_protocol_dialog.show_always_open_checkbox": {
            "value": true
          }
        }
      }
    ]
  },
  "AutoLaunchProtocolsFromOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AutoLaunchProtocolsFromOrigins": [
            {
              "protocol": "calc",
              "allowed_origins": [
                "*"
              ]
            },
            {
              "protocol": "invalid://",
              "allowed_origins": [
                "*"
              ]
            },
            {
              "protocol": "notes",
              "allowed_origins": []
            },
            {
              "protocol": "no.valid.origins",
              "allowed_origins": [
                "http://a.com/path",
                "http://a.com/?b=1"
              ]
            }
          ]
        },
        "prefs": {
          "protocol_handler.policy.auto_launch_protocols_from_origins": {
            "value": [
              {
                "protocol": "calc",
                "allowed_origins": [
                  "*"
                ]
              }
            ]
          }
        }
      }
    ]
  },
  "WebComponentsV0Enabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UseLegacyFormControls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ThrottleNonVisibleCrossOriginIframesAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ThrottleNonVisibleCrossOriginIframesAllowed": true
        },
        "prefs": {
          "throttle_non_visible_cross_origin_iframes_allowed": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "ThrottleNonVisibleCrossOriginIframesAllowed": false
        },
        "prefs": {
          "throttle_non_visible_cross_origin_iframes_allowed": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "throttle_non_visible_cross_origin_iframes_allowed": {
            "location": "local_state",
            "default_value": true
          }
        }
      }
    ]
  },
  "NewBaseUrlInheritanceBehaviorAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NewBaseUrlInheritanceBehaviorAllowed": true
        },
        "prefs": {
          "new_base_url_inheritance_behavior_allowed": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "NewBaseUrlInheritanceBehaviorAllowed": false
        },
        "prefs": {
          "new_base_url_inheritance_behavior_allowed": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "new_base_url_inheritance_behavior_allowed": {
            "location": "local_state",
            "default_value": true
          }
        }
      }
    ]
  },
  "ScrollToTextFragmentEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScrollToTextFragmentEnabled": true
        },
        "prefs": {
          "scroll_to_text_fragment_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ScrollToTextFragmentEnabled": false
        },
        "prefs": {
          "scroll_to_text_fragment_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "scroll_to_text_fragment_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "TargetBlankImpliesNoOpener": {
    "reason_for_missing_test": "Policy was removed"
  },
  "FullscreenAlertEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FullscreenAlertEnabled": false
        },
        "prefs": {
          "ash.fullscreen_alert_enabled": {}
        }
      }
    ]
  },
  "KeepFullscreenWithoutNotificationUrlAllowList": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "keep_fullscreen_without_notification_url_allow_list": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "KeepFullscreenWithoutNotificationUrlAllowList": [
            "*"
          ]
        },
        "prefs": {
          "keep_fullscreen_without_notification_url_allow_list": {
            "value": [
              "*"
            ]
          }
        }
      }
    ]
  },
  "FastPairEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policy set)",
        "policies": {},
        "prefs": {
          "ash.fast_pair.enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "note": "Set policy to false force disabled",
        "policies": {
          "FastPairEnabled": false
        },
        "prefs": {
          "ash.fast_pair.enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "note": "Set policy to true falls back to default",
        "policies": {
          "FastPairEnabled": true
        },
        "prefs": {
          "ash.fast_pair.enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      }
    ]
  },
  "GloballyScopeHTTPAuthCacheEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "GloballyScopeHTTPAuthCacheEnabled": true
        },
        "prefs": {
          "auth.globally_scoped_http_auth_cache_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "PaymentMethodQueryEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PaymentMethodQueryEnabled": false
        },
        "prefs": {
          "payments.can_make_payment_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "DNSInterceptionChecksEnabled": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "mac",
      "win",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DNSInterceptionChecksEnabled": false
        },
        "prefs": {
          "browser.dns_interception_checks_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "IntranetRedirectBehavior": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "mac",
      "win",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IntranetRedirectBehavior": 0
        },
        "prefs": {
          "browser.intranet_redirect_behavior": {
            "location": "local_state",
            "value": 0
          }
        }
      }
    ]
  },
  "ChromeOsLockOnIdleSuspend": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.enable_screen_lock": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ChromeOsLockOnIdleSuspend": true
        },
        "prefs": {
          "settings.enable_screen_lock": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ChromeOsLockOnIdleSuspend": false
        },
        "prefs": {
          "settings.enable_screen_lock": {
            "value": false
          }
        }
      }
    ]
  },
  "PolicyRefreshRate": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "mac",
      "win",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PolicyRefreshRate": 300000
        },
        "prefs": {
          "policy.user_refresh_rate": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "MaxInvalidationFetchDelay": {
    "reason_for_missing_test": "Policy is read by policy stack, but not mapped to a pref"
  },
  "OpenNetworkConfiguration": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "SecondaryGoogleAccountUsage": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "account_manager.secondary_google_account_usage": {
            "default_value": "all"
          }
        }
      },
      {
        "policies": {
          "SecondaryGoogleAccountUsage": "primary_account_signin"
        },
        "prefs": {
          "account_manager.secondary_google_account_usage": {
            "value": "primary_account_signin"
          }
        }
      },
      {
        "policies": {
          "SecondaryGoogleAccountUsage": "all"
        },
        "prefs": {
          "account_manager.secondary_google_account_usage": {
            "value": "all"
          }
        }
      }
    ]
  },
  "GaiaOfflineSigninTimeLimitDays": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "GaiaOfflineSigninTimeLimitDays": 8
        },
        "prefs": {
          "gaia.offline_signin_time_limit": {
            "value": 8
          }
        }
      }
    ]
  },
  "SAMLOfflineSigninTimeLimit": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SAMLOfflineSigninTimeLimit": 0
        },
        "prefs": {
          "saml.offline_signin_time_limit": {
            "value": 0
          }
        }
      },
      {
        "note": "Minimum value",
        "policies": {
          "SAMLOfflineSigninTimeLimit": -1
        },
        "prefs": {
          "saml.offline_signin_time_limit": {
            "value": -1
          }
        }
      },
      {
        "note": "Value below minimum should be clamped to minimum",
        "policies": {
          "SAMLOfflineSigninTimeLimit": -2
        },
        "prefs": {
          "saml.offline_signin_time_limit": {
            "value": -1
          }
        }
      },
      {
        "note": "Default value (14 days)",
        "policies": {},
        "prefs": {
          "saml.offline_signin_time_limit": {
            "default_value": 1209600
          }
        }
      }
    ]
  },
  "GaiaLockScreenOfflineSigninTimeLimitDays": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value",
        "policies": {},
        "prefs": {
          "gaia.lock_screen_offline_signin_time_limit": {
            "default_value": -1
          }
        }
      },
      {
        "note": "Value indicating user must reauthenticate every time",
        "policies": {
          "GaiaLockScreenOfflineSigninTimeLimitDays": 0
        },
        "prefs": {
          "gaia.lock_screen_offline_signin_time_limit": {
            "value": 0
          }
        }
      },
      {
        "note": "Minimum value",
        "policies": {
          "GaiaLockScreenOfflineSigninTimeLimitDays": -2
        },
        "prefs": {
          "gaia.lock_screen_offline_signin_time_limit": {
            "value": -2
          }
        }
      },
      {
        "note": "Maximum value",
        "policies": {
          "GaiaLockScreenOfflineSigninTimeLimitDays": 365
        },
        "prefs": {
          "gaia.lock_screen_offline_signin_time_limit": {
            "value": 365
          }
        }
      },
      {
        "note": "Value below minimum should be mapped to minimum",
        "policies": {
          "GaiaLockScreenOfflineSigninTimeLimitDays": -3
        },
        "prefs": {
          "gaia.lock_screen_offline_signin_time_limit": {
            "value": -2
          }
        }
      },
      {
        "note": "Value above maximum should be mapped to maximum",
        "policies": {
          "GaiaLockScreenOfflineSigninTimeLimitDays": 366
        },
        "prefs": {
          "gaia.lock_screen_offline_signin_time_limit": {
            "value": 365
          }
        }
      },
      {
        "note": "Value within but not including range limits",
        "policies": {
          "GaiaLockScreenOfflineSigninTimeLimitDays": 10
        },
        "prefs": {
          "gaia.lock_screen_offline_signin_time_limit": {
            "value": 10
          }
        }
      }
    ]
  },
  "SamlLockScreenOfflineSigninTimeLimitDays": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value",
        "policies": {},
        "prefs": {
          "saml.lock_screen_offline_signin_time_limit": {
            "default_value": -1
          }
        }
      },
      {
        "note": "Value indicating user must reauthenticate every time",
        "policies": {
          "SamlLockScreenOfflineSigninTimeLimitDays": 0
        },
        "prefs": {
          "saml.lock_screen_offline_signin_time_limit": {
            "value": 0
          }
        }
      },
      {
        "note": "Minimum value",
        "policies": {
          "SamlLockScreenOfflineSigninTimeLimitDays": -2
        },
        "prefs": {
          "saml.lock_screen_offline_signin_time_limit": {
            "value": -2
          }
        }
      },
      {
        "note": "Maximum value",
        "policies": {
          "SamlLockScreenOfflineSigninTimeLimitDays": 365
        },
        "prefs": {
          "saml.lock_screen_offline_signin_time_limit": {
            "value": 365
          }
        }
      },
      {
        "note": "Value below minimum should be mapped to minimum",
        "policies": {
          "SamlLockScreenOfflineSigninTimeLimitDays": -3
        },
        "prefs": {
          "saml.lock_screen_offline_signin_time_limit": {
            "value": -2
          }
        }
      },
      {
        "note": "Value above maximum should be mapped to maximum",
        "policies": {
          "SamlLockScreenOfflineSigninTimeLimitDays": 366
        },
        "prefs": {
          "saml.lock_screen_offline_signin_time_limit": {
            "value": 365
          }
        }
      },
      {
        "note": "Value within but not including range limits",
        "policies": {
          "SamlLockScreenOfflineSigninTimeLimitDays": 10
        },
        "prefs": {
          "saml.lock_screen_offline_signin_time_limit": {
            "value": 10
          }
        }
      }
    ]
  },
  "DriveDisabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "gdata.disabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DriveDisabled": false
        },
        "prefs": {
          "gdata.disabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DriveDisabled": true
        },
        "prefs": {
          "gdata.disabled": {
            "value": true
          }
        }
      }
    ]
  },
  "DriveDisabledOverCellular": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "gdata.cellular.disabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "DriveDisabledOverCellular": false
        },
        "prefs": {
          "gdata.cellular.disabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DriveDisabledOverCellular": true
        },
        "prefs": {
          "gdata.cellular.disabled": {
            "value": true
          }
        }
      }
    ]
  },
  "TrashEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.filesapp.trash_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "TrashEnabled": false
        },
        "prefs": {
          "ash.filesapp.trash_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "TrashEnabled": true
        },
        "prefs": {
          "ash.filesapp.trash_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "PinnedLauncherApps": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy_pinned_launcher_apps": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "PinnedLauncherApps": []
        },
        "prefs": {
          "policy_pinned_launcher_apps": {}
        }
      },
      {
        "policies": {
          "PinnedLauncherApps": [
            "abcdefghijklmnopabcdefghijklmnop",
            "com.google.android.pm",
            "https://google.com",
            "camera",
            "unknown_id_should_be_filtered"
          ]
        },
        "prefs": {
          "policy_pinned_launcher_apps" : {
            "value": [
              { "id": "abcdefghijklmnopabcdefghijklmnop" },
              { "id": "com.google.android.pm" },
              { "id": "https://google.com" },
              { "id": "camera" }
            ]
          }
        }
      }
    ]
  },
  "ExternalStorageDisabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "hardware.external_storage_disabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ExternalStorageDisabled": false
        },
        "prefs": {
          "hardware.external_storage_disabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ExternalStorageDisabled": true
        },
        "prefs": {
          "hardware.external_storage_disabled": {
            "value": true
          }
        }
      }
    ]
  },
  "ExternalStorageReadOnly": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "hardware.external_storage_read_only": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ExternalStorageReadOnly": false
        },
        "prefs": {
          "hardware.external_storage_read_only": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ExternalStorageReadOnly": true
        },
        "prefs": {
          "hardware.external_storage_read_only": {
            "value": true
          }
        }
      }
    ]
  },
  "AudioOutputAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "hardware.audio_output_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AudioOutputAllowed": false
        },
        "prefs": {
          "hardware.audio_output_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "ShowLogoutButtonInTray": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShowLogoutButtonInTray": true
        },
        "prefs": {
          "show_logout_button_in_tray": {}
        }
      }
    ]
  },
  "ShelfAutoHideBehavior": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShelfAutoHideBehavior": "Always"
        },
        "prefs": {
          "auto_hide_behavior_local": {}
        }
      }
    ]
  },
  "ShelfAlignment": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShelfAlignment": "Left"
        },
        "prefs": {
          "shelf_alignment_local": {}
        }
      }
    ]
  },
  "ManagedGuestSessionAutoLaunchNotificationReduced": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ManagedGuestSessionPrivacyWarningsEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ManagedGuestSessionPrivacyWarningsEnabled": false
        },
        "prefs": {
          "managed_session.privacy_warning_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "FloatingAccessibilityMenuEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "settings.a11y.floating_menu": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "FloatingAccessibilityMenuEnabled": true
        },
        "prefs": {
          "settings.a11y.floating_menu": {
            "value": true
          }
        }
      }
    ]
  },
  "UserDisplayName": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "SystemFeaturesDisableList": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SystemFeaturesDisableList": [
            "os_settings",
            "scanning"
          ]
        },
        "prefs": {
          "policy.system_features_disable_list": {
            "location": "local_state",
            "value": [
              3,
              4
            ]
          },
          "os_settings_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "SystemFeaturesDisableMode": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SystemFeaturesDisableMode": "hidden"
        },
        "prefs": {
          "policy.system_features_disable_mode": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "SessionLengthLimit": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SessionLengthLimit": 3600000
        },
        "prefs": {
          "session.length_limit": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "ScreenDimDelayAC": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScreenDimDelayAC": 12345
        },
        "prefs": {
          "power.ac_screen_dim_delay_ms": {
            "value": 12345
          }
        }
      },
      {
        "note": "Should clamp to range 0..INT_MAX",
        "policies": {
          "ScreenDimDelayAC": -1
        },
        "prefs": {
          "power.ac_screen_dim_delay_ms": {
            "value": 0
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "power.ac_screen_dim_delay_ms": {
            "default_value": 420000
          }
        }
      }
    ]
  },
  "ScreenOffDelayAC": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScreenOffDelayAC": 480000
        },
        "prefs": {
          "power.ac_screen_off_delay_ms": {
            "value": 480000
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "power.ac_screen_off_delay_ms": {
            "default_value": 450000
          }
        }
      },
      {
        "note": "negative values are clamped to 0",
        "policies": {
          "ScreenOffDelayAC": -1
        },
        "prefs": {
          "power.ac_screen_off_delay_ms": {
            "value": 0
          }
        }
      },
      {
        "note": "This policy is deprecated, and the new policy takes precedence",
        "policies": {
          "ScreenOffDelayAC": 111,
          "PowerManagementIdleSettings": {
            "AC": {
              "Delays": {
                "ScreenOff": 222
              }
            }
          }
        },
        "prefs": {
          "power.ac_screen_off_delay_ms": {
            "value": 222
          }
        }
      }
    ]
  },
  "IdleWarningDelayAC": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleWarningDelayAC": 1800000
        },
        "prefs": {
          "power.ac_idle_warning_delay_ms": {}
        }
      }
    ]
  },
  "IdleDelayAC": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleDelayAC": 1800000
        },
        "prefs": {
          "power.ac_idle_delay_ms": {}
        }
      }
    ]
  },
  "ScreenDimDelayBattery": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScreenDimDelayBattery": 1111
        },
        "prefs": {
          "power.battery_screen_dim_delay_ms": {
            "value": 1111
          }
        }
      },
      {
        "note": "Should clamp to range 0..INT_MAX",
        "policies": {
          "ScreenDimDelayBattery": -1
        },
        "prefs": {
          "power.battery_screen_dim_delay_ms": {
            "value": 0
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "power.battery_screen_dim_delay_ms": {
            "default_value": 300000
          }
        }
      }
    ]
  },
  "ScreenOffDelayBattery": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScreenOffDelayBattery": 360000
        },
        "prefs": {
          "power.battery_screen_off_delay_ms": {}
        }
      }
    ]
  },
  "IdleWarningDelayBattery": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleWarningDelayBattery": 600000
        },
        "prefs": {
          "power.battery_idle_warning_delay_ms": {}
        }
      }
    ]
  },
  "IdleDelayBattery": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleDelayBattery": 600000
        },
        "prefs": {
          "power.battery_idle_delay_ms": {}
        }
      }
    ]
  },
  "IdleAction": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleAction": 0
        },
        "prefs": {
          "power.ac_idle_action": {},
          "power.battery_idle_action": {}
        }
      }
    ]
  },
  "IdleActionAC": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleActionAC": 0
        },
        "prefs": {
          "power.ac_idle_action": {}
        }
      }
    ]
  },
  "IdleActionBattery": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleActionBattery": 0
        },
        "prefs": {
          "power.battery_idle_action": {}
        }
      }
    ]
  },
  "LidCloseAction": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LidCloseAction": 0
        },
        "prefs": {
          "power.lid_closed_action": {}
        }
      }
    ]
  },
  "PowerManagementUsesAudioActivity": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PowerManagementUsesAudioActivity": true
        },
        "prefs": {
          "power.use_audio_activity": {}
        }
      }
    ]
  },
  "PowerManagementUsesVideoActivity": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PowerManagementUsesVideoActivity": true
        },
        "prefs": {
          "power.use_video_activity": {}
        }
      }
    ]
  },
  "PresentationIdleDelayScale": {},
  "PresentationScreenDimDelayScale": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PresentationScreenDimDelayScale": 200
        },
        "prefs": {
          "power.presentation_screen_dim_delay_factor": {
            "value": 2.0
          }
        }
      }
    ]
  },
  "AllowWakeLocks": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "power.allow_wake_locks": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AllowWakeLocks": false
        },
        "prefs": {
          "power.allow_wake_locks": {
            "value": false
          }
        }
      }
    ]
  },
  "AllowScreenWakeLocks": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "power.allow_screen_wake_locks": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AllowScreenWakeLocks": false
        },
        "prefs": {
          "power.allow_screen_wake_locks": {
            "value": false
          }
        }
      }
    ]
  },
  "UserActivityScreenDimDelayScale": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UserActivityScreenDimDelayScale": 200
        },
        "prefs": {
          "power.user_activity_screen_dim_delay_factor": {
            "value": 2.0
          }
        }
      }
    ]
  },
  "WaitForInitialUserActivity": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WaitForInitialUserActivity": true
        },
        "prefs": {
          "session.wait_for_initial_user_activity": {
            "location": "local_state"
          },
          "power.wait_for_initial_user_activity": {}
        }
      }
    ]
  },
  "PowerManagementIdleSettings": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PowerManagementIdleSettings": {
            "AC": {
              "Delays": {
                "ScreenDim": 5000,
                "ScreenOff": 7000,
                "IdleWarning": 8000,
                "Idle": 9000
              },
              "IdleAction": "Logout"
            },
            "Battery": {
              "Delays": {
                "ScreenDim": 1000,
                "ScreenOff": 3000,
                "IdleWarning": 4000,
                "Idle": 5000
              },
              "IdleAction": "Logout"
            }
          }
        },
        "prefs": {
          "power.ac_screen_dim_delay_ms": {
            "value": 5000
          },
          "power.ac_screen_off_delay_ms": {
            "value": 7000
          },
          "power.ac_idle_warning_delay_ms": {
            "value": 8000
          },
          "power.ac_idle_delay_ms": {
            "value": 9000
          },
          "power.battery_screen_dim_delay_ms": {
            "value": 1000
          },
          "power.battery_screen_off_delay_ms": {
            "value": 3000
          },
          "power.battery_idle_warning_delay_ms": {
            "value": 4000
          },
          "power.battery_idle_delay_ms": {
            "value": 5000
          }
        }
      }
    ]
  },
  "ScreenLockDelayAC": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "power.ac_screen_lock_delay_ms": {
            "default_value": 0
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "ScreenLockDelayAC": 600000
        },
        "prefs": {
          "power.ac_screen_lock_delay_ms": {
            "location": "user_profile",
            "value": 600000
          }
        }
      }
    ]
  },
  "ScreenLockDelayBattery": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "power.battery_screen_lock_delay_ms": {
            "default_value": 0
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "ScreenLockDelayBattery": 600000
        },
        "prefs": {
          "power.battery_screen_lock_delay_ms": {
            "value": 600000
          }
        }
      }
    ]
  },
  "ScreenLockDelays": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "power.ac_screen_lock_delay_ms": {
            "default_value": 0
          },
          "power.battery_screen_lock_delay_ms": {
            "default_value": 0
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "ScreenLockDelays": {
            "AC": 6000,
            "Battery": 2000
          }
        },
        "prefs": {
          "power.ac_screen_lock_delay_ms": {
            "value": 6000
          },
          "power.battery_screen_lock_delay_ms": {
            "value": 2000
          }
        }
      },
      {
        "note": "Policy merging precedence (ScreenLockDelays wins)",
        "policies": {
          "ScreenLockDelays": {
            "AC": 1,
            "Battery": 2
          },
          "ScreenLockDelayBattery": 3,
          "ScreenLockDelayAC": 4
        },
        "prefs": {
          "power.ac_screen_lock_delay_ms": {
            "value": 1
          },
          "power.battery_screen_lock_delay_ms": {
            "value": 2
          }
        }
      }
    ]
  },
  "SecurityTokenSessionBehavior": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SecurityTokenSessionBehavior": "LOGOUT"
        },
        "prefs": {
          "security_token_session_behavior": {
            "location": "local_state",
            "value": "LOGOUT"
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "security_token_session_behavior": {
            "location": "local_state",
            "default_value": "IGNORE"
          }
        }
      }
    ]
  },
  "SecurityTokenSessionNotificationSeconds": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SecurityTokenSessionNotificationSeconds": 10
        },
        "prefs": {
          "security_token_session_notification_seconds": {
            "location": "local_state",
            "value": 10
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "security_token_session_notification_seconds": {
            "location": "local_state",
            "default_value": 0
          }
        }
      }
    ]
  },
  "TermsOfServiceURL": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TermsOfServiceURL": "http://www.example.com/terms_of_service.txt"
        },
        "prefs": {
          "terms_of_service.url": {}
        }
      }
    ]
  },
  "ShowAccessibilityOptionsInSystemTrayMenu": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "settings.a11y.enable_menu": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ShowAccessibilityOptionsInSystemTrayMenu": true
        },
        "prefs": {
          "settings.a11y.enable_menu": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ShowAccessibilityOptionsInSystemTrayMenu": false
        },
        "prefs": {
          "settings.a11y.enable_menu": {
            "value": false
          }
        }
      }
    ]
  },
  "LargeCursorEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LargeCursorEnabled": true
        },
        "prefs": {
          "settings.a11y.large_cursor_enabled": {}
        }
      }
    ]
  },
  "StickyKeysEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "StickyKeysEnabled": true
        },
        "prefs": {
          "settings.a11y.sticky_keys_enabled": {}
        }
      }
    ]
  },
  "ColorCorrectionEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "settings.a11y.color_filtering.enabled": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ColorCorrectionEnabled": true
        },
        "prefs": {
          "settings.a11y.color_filtering.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SpokenFeedbackEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SpokenFeedbackEnabled": true
        },
        "prefs": {
          "settings.accessibility": {}
        }
      }
    ]
  },
  "DictationEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DictationEnabled": true
        },
        "prefs": {
          "settings.a11y.dictation": {}
        }
      }
    ]
  },
  "PrimaryMouseButtonSwitch": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrimaryMouseButtonSwitch": true
        },
        "prefs": {
          "settings.mouse.primary_right": {}
        }
      }
    ]
  },
  "KeyboardFocusHighlightEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "KeyboardFocusHighlightEnabled": true
        },
        "prefs": {
          "settings.a11y.focus_highlight": {}
        }
      }
    ]
  },
  "CursorHighlightEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CursorHighlightEnabled": true
        },
        "prefs": {
          "settings.a11y.cursor_highlight": {}
        }
      }
    ]
  },
  "CaretHighlightEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CaretHighlightEnabled": true
        },
        "prefs": {
          "settings.a11y.caret_highlight": {}
        }
      }
    ]
  },
  "MonoAudioEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "MonoAudioEnabled": true
        },
        "prefs": {
          "settings.a11y.mono_audio": {}
        }
      }
    ]
  },
  "AutoclickEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "settings.a11y.autoclick": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AutoclickEnabled": true
        },
        "prefs": {
          "settings.a11y.autoclick": {
            "value": true
          }
        }
      }
    ]
  },
  "HighContrastEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HighContrastEnabled": true
        },
        "prefs": {
          "settings.a11y.high_contrast_enabled": {}
        }
      }
    ]
  },
  "AccessibilityShortcutsEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "policies": {},
        "prefs": {
          "settings.a11y.shortcuts_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check the policy value: true",
        "policies": {
          "AccessibilityShortcutsEnabled": true
        },
        "prefs": {
          "settings.a11y.shortcuts_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check the policy value: false",
        "policies": {
          "AccessibilityShortcutsEnabled": false
        },
        "prefs": {
          "settings.a11y.shortcuts_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "SelectToSpeakEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SelectToSpeakEnabled": true
        },
        "prefs": {
          "settings.a11y.select_to_speak": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SelectToSpeakEnabled": false
        },
        "prefs": {
          "settings.a11y.select_to_speak": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "settings.a11y.select_to_speak": {
            "default_value": false
          }
        }
      }
    ]
  },
  "ScreenMagnifierType": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "default value",
        "policies": {},
        "prefs": {
          "settings.a11y.screen_magnifier": {
            "default_value": false
          },
          "ash.docked_magnifier.enabled": {
            "default_value": false
          }
        }
      },
      {
        "note": "value MagnifierType::kDisabled",
        "policies": {
          "ScreenMagnifierType": 0
        },
        "prefs": {
          "settings.a11y.screen_magnifier": {
            "value": false
          },
          "ash.docked_magnifier.enabled": {
            "value": false
          }
        }
      },
      {
        "note": "value MagnifierType::kFull",
        "policies": {
          "ScreenMagnifierType": 1
        },
        "prefs": {
          "settings.a11y.screen_magnifier": {
            "value": true
          },
          "ash.docked_magnifier.enabled": {
            "note": "Another controller is overriding this value with the same user value, causing it to be marked as user controller and not recommended",
            "check_for_recommended": false,
            "value": false
          }
        }
      },
      {
        "note": "value MagnifierType::kDocked",
        "policies": {
          "ScreenMagnifierType": 2
        },
        "prefs": {
          "settings.a11y.screen_magnifier": {
            "note": "Another controller is overriding this value with the same user value, causing it to be marked as user controller and not recommended",
            "check_for_recommended": false,
            "value": false
          },
          "ash.docked_magnifier.enabled": {
            "value": true
          }
        }
      },
      {
        "note": "value out-of-range is ignored",
        "policies": {
          "ScreenMagnifierType": 3
        },
        "prefs": {
          "settings.a11y.screen_magnifier": {
            "default_value": false
          },
          "ash.docked_magnifier.enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "VirtualKeyboardEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "settings.a11y.virtual_keyboard": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "VirtualKeyboardEnabled": true
        },
        "prefs": {
          "settings.a11y.virtual_keyboard": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "VirtualKeyboardEnabled": false
        },
        "prefs": {
          "settings.a11y.virtual_keyboard": {
            "value": false
          }
        }
      }
    ]
  },
  "PhysicalKeyboardAutocorrect": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PhysicalKeyboardAutocorrect": true
        },
        "prefs": {
          "settings.ime.managed.physical_keyboard.autocorrect_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "PhysicalKeyboardAutocorrect": false
        },
        "prefs": {
          "settings.ime.managed.physical_keyboard.autocorrect_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "PhysicalKeyboardPredictiveWriting": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PhysicalKeyboardPredictiveWriting": true
        },
        "prefs": {
          "settings.ime.managed.physical_keyboard.predictive_writing_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "PhysicalKeyboardPredictiveWriting": false
        },
        "prefs": {
          "settings.ime.managed.physical_keyboard.predictive_writing_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "ShortcutCustomizationAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "ash.shortcut_customization_allowed": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "ShortcutCustomizationAllowed": true
        },
        "prefs": {
          "ash.shortcut_customization_allowed": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ShortcutCustomizationAllowed": false
        },
        "prefs": {
          "ash.shortcut_customization_allowed": {
            "value": false
          }
        }
      }
    ]
  },
  "VirtualKeyboardFeatures": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "VirtualKeyboardFeatures": {
            "auto_complete_enabled": true,
            "auto_correct_enabled": true,
            "handwriting_enabled": true,
            "spell_check_enabled": false,
            "voice_input_enabled": false
          }
        },
        "prefs": {
          "settings.a11y.virtual_keyboard_features": {}
        }
      }
    ]
  },
  "KeyboardDefaultToFunctionKeys": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "KeyboardDefaultToFunctionKeys": true
        },
        "prefs": {
          "settings.language.send_function_keys": {}
        }
      }
    ]
  },
  "AttestationEnabledForUser": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AttestationExtensionAllowlist": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "attestation.extension_allowlist": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "AttestationExtensionAllowlist": [
            "abcdefghijklmnopabcdefghijklmnop",
            "aabbccddeeffgghhiijjkkllmmnnoopp",
            "non-32-char-long-a-p-string-gets-filtered-out"
          ]
        },
        "prefs": {
          "attestation.extension_allowlist": {
            "value": [
              "abcdefghijklmnopabcdefghijklmnop",
              "aabbccddeeffgghhiijjkkllmmnnoopp"
            ]
          }
        }
      }
    ]
  },
  "AttestationExtensionWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ManagedBookmarks": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "linux",
      "win",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "bookmarks.managed_bookmarks_folder_name": {
            "default_value": ""
          },
          "bookmarks.managed_bookmarks": {
            "default_value": []
          }
        }
      },
      {
        "note": "Managed bookmarks together with folder name.",
        "policies": {
          "ManagedBookmarks": [
            {
              "toplevel_name": "My managed bookmarks folder"
            },
            {
              "name": "Google",
              "url": "google.com"
            },
            {
              "name": "Youtube",
              "url": "youtube.com"
            },
            {
              "name": "Chrome links",
              "children": [
                {
                  "name": "Chromium",
                  "url": "chromium.org"
                },
                {
                  "name": "Chromium Developers",
                  "url": "dev.chromium.org"
                }
              ]
            }
          ]
        },
        "prefs": {
          "bookmarks.managed_bookmarks_folder_name": {
            "value": "My managed bookmarks folder"
          },
          "bookmarks.managed_bookmarks": {
            "value": [
              {
                "name": "Google",
                "url": "http://google.com/"
              },
              {
                "name": "Youtube",
                "url": "http://youtube.com/"
              },
              {
                "name": "Chrome links",
                "children": [
                  {
                    "name": "Chromium",
                    "url": "http://chromium.org/"
                  },
                  {
                    "name": "Chromium Developers",
                    "url": "http://dev.chromium.org/"
                  }
                ]
              }
            ]
          }
        }
      }
    ]
  },
  "FullscreenAllowed": {
    "os": [
      "win",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FullscreenAllowed": false
        },
        "prefs": {
          "fullscreen.allowed": {},
          "apps.fullscreen.allowed": {}
        }
      }
    ]
  },
  "ChromeOsMultiProfileUserBehavior": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ChromeOsMultiProfileUserBehavior": "unrestricted"
        },
        "prefs": {
          "settings.multiprofile_user_behavior": {}
        }
      }
    ]
  },
  "SecondaryGoogleAccountSigninAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "When setting the policy to true it will remain on its default value",
        "policies": {
          "SecondaryGoogleAccountSigninAllowed": true
        },
        "prefs": {
          "account_manager.secondary_google_account_signin_allowed": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "SecondaryGoogleAccountSigninAllowed": false
        },
        "prefs": {
          "account_manager.secondary_google_account_signin_allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "account_manager.secondary_google_account_signin_allowed": {
            "default_value": true
          }
        }
      }
    ]
  },
  "NativeMessagingBlacklist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "NativeMessagingBlocklist": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NativeMessagingBlocklist": [
            "*"
          ]
        },
        "prefs": {
          "native_messaging.blocklist": {}
        }
      }
    ]
  },
  "NativeMessagingWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "NativeMessagingAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NativeMessagingAllowlist": [
            "native.messaging.host.name"
          ]
        },
        "prefs": {
          "native_messaging.allowlist": {}
        }
      }
    ]
  },
  "NativeMessagingUserLevelHosts": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NativeMessagingUserLevelHosts": false
        },
        "prefs": {
          "native_messaging.user_level_hosts": {}
        }
      }
    ]
  },
  "EnableDeprecatedWebPlatformFeatures": {
    "reason_for_missing_test": "Policy was removed"
  },
  "TouchVirtualKeyboardEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TouchVirtualKeyboardEnabled": false
        },
        "prefs": {
          "ui.touch_virtual_keyboard_enabled": {}
        }
      }
    ]
  },
  "EasyUnlockAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EasyUnlockAllowed": false
        },
        "prefs": {
          "easy_unlock.allowed": {}
        }
      }
    ]
  },
  "SessionLocales": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ForceMaximizeOnFirstRun": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ForceMaximizeOnFirstRun": true
        },
        "prefs": {
          "ui.force_maximize_on_first_run": {}
        }
      }
    ]
  },
  "SSLErrorOverrideAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "ssl.error_override_allowed": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "SSLErrorOverrideAllowed": false
        },
        "prefs": {
          "ssl.error_override_allowed": {
            "value": false
          }
        }
      }
    ]
  },
  "SSLErrorOverrideAllowedForOrigins": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "ssl.error_override_allowed_for_origins": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "SSLErrorOverrideAllowedForOrigins": [
            "meow.com",
            "woof.net"
          ]
        },
        "prefs": {
          "ssl.error_override_allowed_for_origins": {
            "value": [
              "meow.com",
              "woof.net"
            ]
          }
        }
      }
    ]
  },
  "DeviceAttributesAllowedForOrigins": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceAttributesAllowedForOrigins": [
            "https://www.google.com"
          ]
        },
        "prefs": {
          "policy.device_attributes_allowed_for_origins": {
            "value": [
              "https://www.google.com"
            ]
          }
        }
      }
    ]
  },
  "AllowDinosaurEasterEgg": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AllowDinosaurEasterEgg": true
        },
        "prefs": {
          "allow_dinosaur_easter_egg": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "AllowDinosaurEasterEgg": false
        },
        "prefs": {
          "allow_dinosaur_easter_egg": {
            "value": false
          }
        }
      }
    ]
  },
  "AllowDinosaurEasterEgg.CrOSDefault": {
    "note": "The default is changed by default_for_enterprise_users only on Chrome OS",
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "allow_dinosaur_easter_egg": {
            "value": false
          }
        }
      }
    ]
  },
  "AllowDinosaurEasterEgg.NonCrOSDefault": {
    "note": "The default is changed by default_for_enterprise_users only on Chrome OS",
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "allow_dinosaur_easter_egg": {
            "default_value": true
          }
        }
      }
    ]
  },
  "KeyPermissions": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "HardwareAccelerationModeEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "hardware_acceleration_mode.enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "HardwareAccelerationModeEnabled": false
        },
        "prefs": {
          "hardware_acceleration_mode.enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "HardwareAccelerationModeEnabled": true
        },
        "prefs": {
          "hardware_acceleration_mode.enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "UnifiedDesktopEnabledByDefault": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UnifiedDesktopEnabledByDefault": true
        },
        "prefs": {
          "settings.display.unified_desktop_enabled_by_default": {}
        }
      }
    ]
  },
  "UserFeedbackAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UserFeedbackAllowed": false
        },
        "prefs": {
          "feedback_allowed": {}
        }
      }
    ]
  },
  "ArcEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ArcEnabled": false
        },
        "prefs": {
          "arc.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ArcEnabled": true
        },
        "prefs": {
          "arc.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "ArcPolicy": {
    "reason_for_missing_test": "This policy is not mapped to prefs. It's value is sent to ARC side via mojo."
  },
  "AllowScreenLock": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "allow_screen_lock": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AllowScreenLock": false
        },
        "prefs": {
          "allow_screen_lock": {
            "value": false
          }
        }
      }
    ]
  },
  "QuickUnlockModeAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "quick_unlock_mode_allowlist": {
            "value": [ ]
          }
        }
      },
      {
        "policies": {
          "QuickUnlockModeAllowlist": [
            "PIN"
          ]
        },
        "prefs": {
          "quick_unlock_mode_allowlist": {
            "value": [
              "PIN"
            ]
          }
        }
      }
    ]
  },
  "QuickUnlockModeWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "QuickUnlockTimeout": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "QuickUnlockTimeout": 0
        },
        "prefs": {
          "quick_unlock_timeout": {}
        }
      }
    ]
  },
  "WebAuthnFactors": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebAuthnFactors": [
            "PIN"
          ]
        },
        "prefs": {
          "authfactors.restrictions.webauthn": {
            "value": [
              "PIN"
            ]
          }
        }
      },
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "authfactors.restrictions.webauthn": {
            "value": []
          }
        }
      },
      {
        "note": "Using QuickUnlockModeAllowlist's value when unset.",
        "policies": {
          "QuickUnlockModeAllowlist": [
            "PIN"
          ]
        },
        "prefs": {
          "authfactors.restrictions.webauthn": {
            "value": [
              "PIN"
            ]
          }
        }
      },
      {
        "note": "Default values when this and QuickUnlockModeAllowlist are both unset.",
        "prefs": {
          "authfactors.restrictions.webauthn": {
            "value": []
          },
          "quick_unlock_mode_allowlist": {
            "value": []
          }
        }
      }
    ]
  },
  "PinUnlockMinimumLength": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PinUnlockMinimumLength": 4
        },
        "prefs": {
          "pin_unlock_minimum_length": {}
        }
      }
    ]
  },
  "PinUnlockMaximumLength": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PinUnlockMaximumLength": 0
        },
        "prefs": {
          "pin_unlock_maximum_length": {}
        }
      }
    ]
  },
  "PinUnlockWeakPinsAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PinUnlockWeakPinsAllowed": true
        },
        "prefs": {
          "pin_unlock_weak_pins_allowed": {}
        }
      }
    ]
  },
  "PinUnlockAutosubmitEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PinUnlockAutosubmitEnabled": true
        },
        "prefs": {
          "pin_unlock_autosubmit_enabled": {}
        }
      }
    ]
  },
  "ArcCertificatesSyncMode": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ArcBackupRestoreEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ArcLocationServiceEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ReportArcStatusEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "arc.status_reporting_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ReportArcStatusEnabled": false
        },
        "prefs": {
          "arc.status_reporting_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ReportArcStatusEnabled": true
        },
        "prefs": {
          "arc.status_reporting_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "BruschettaVMConfiguration": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "No policy set, prefs go to default value",
        "policies": {},
        "prefs": {
          "bruschetta.vm_configuration": {
            "default_value": {}
          }
        }
      },
      {
        "note": "Policy violates schema (spaces aren't allowed in ids) and is rejected",
        "policies": {
          "BruschettaVMConfiguration": {
            "schema violation": true
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "default_value": {}
          }
        }
      },
      {
        "note": "Check that INSTALL_ALLOWED is downgraded if no downloadable objects are set",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED"
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check that RUN_ALLOWED is *not* downgraded if no downloadable objects are set, and also that runtime policies are defaulted correctly",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "RUN_ALLOWED"
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check that BLOCKED is translated to enabled_state 0",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "BLOCKED"
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 0,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check vtpm.policy_update_action maps NONE correctly",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "RUN_ALLOWED",
              "vtpm": {
                "enabled": true,
                "policy_update_action": "NONE"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": true,
                  "policy_update_action": 0
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check vtpm.policy_update_action maps FORCE_SHUTDOWN_IF_MORE_RESTRICTED correctly",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "RUN_ALLOWED",
              "vtpm": {
                "enabled": true,
                "policy_update_action": "FORCE_SHUTDOWN_IF_MORE_RESTRICTED"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": true,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check vtpm.policy_update_action maps FORCE_SHUTDOWN_ALWAYS correctly",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "RUN_ALLOWED",
              "vtpm": {
                "enabled": true,
                "policy_update_action": "FORCE_SHUTDOWN_ALWAYS"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": true,
                  "policy_update_action": 2
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check that OEM strings are translated correctly",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "oem_strings": [
                "oem string 1",
                "oem string 2"
              ]
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [
                  "oem string 1",
                  "oem string 2"
                ],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check that OEM strings must be strings",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "oem_strings": [
                1
              ]
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "default_value": {}
          }
        }
      },
      {
        "note": "INSTALL_ALLOWED is downgraded if no installer_image is set",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "uefi_pflash_x86_64": {
                "url": "https://example.com/uefi_pflash",
                "hash": "4d9a81e8feb96abb6da0d92642996a26edea6e94345da12a19999470c57bb0a6"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "INSTALL_ALLOWED is *not* downgraded if no uefi_pflash is set",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "url": "https://example.com/installer_image",
                "hash": "761b22509ee7bd3e1a3da9eb9e37c6443acfc582670b733601ca5a1de44b99de"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 2,
                "installer_image": {
                  "url": "https://example.com/installer_image",
                  "hash": "761b22509ee7bd3e1a3da9eb9e37c6443acfc582670b733601ca5a1de44b99de"
                },
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check that missing URLs are rejected by schema",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "hash": "761b22509ee7bd3e1a3da9eb9e37c6443acfc582670b733601ca5a1de44b99de"
              },
              "uefi_pflash_x86_64": {
                "hash": "4d9a81e8feb96abb6da0d92642996a26edea6e94345da12a19999470c57bb0a6"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "default_value": {}
          }
        }
      },
      {
        "note": "INSTALL_ALLOWED is downgraded if URLs are invalid",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "url": "invalid url",
                "hash": "761b22509ee7bd3e1a3da9eb9e37c6443acfc582670b733601ca5a1de44b99de"
              },
              "uefi_pflash_x86_64": {
                "url": "invalid url",
                "hash": "4d9a81e8feb96abb6da0d92642996a26edea6e94345da12a19999470c57bb0a6"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Check that missing hashes are rejected by schema",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "url": "https://example.com/installer_image"
              },
              "uefi_pflash_x86_64": {
                "url": "https://example.com/uefi_pflash"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "default_value": {}
          }
        }
      },
      {
        "note": "INSTALL_ALLOWED is downgraded if hashes are invalid (invalid characters)",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "url": "https://example.com/installer_image",
                "hash": "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
              },
              "uefi_pflash_x86_64": {
                "url": "https://example.com/uefi_pflash",
                "hash": "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "INSTALL_ALLOWED is downgraded if hashes are invalid (wrong length)",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "url": "https://example.com/installer_image",
                "hash": "761b22509ee7bd3e1a3da9eb9e37c6443acfc58267"
              },
              "uefi_pflash_x86_64": {
                "url": "https://example.com/uefi_pflash",
                "hash": "4d9a81e8feb96abb6da0d92642996a26edea6e9434"
              }
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              }
            }
          }
        }
      },
      {
        "note": "Big test with multiple different configurations",
        "policies": {
          "BruschettaVMConfiguration": {
            "vm-type": {
              "name": "Standard Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "url": "https://example.com/installer_image",
                "hash": "761b22509ee7bd3e1a3da9eb9e37c6443acfc582670b733601ca5a1de44b99de"
              },
              "uefi_pflash_x86_64": {
                "url": "https://example.com/uefi_pflash",
                "hash": "4d9a81e8feb96abb6da0d92642996a26edea6e94345da12a19999470c57bb0a6"
              },
              "vtpm": {
                "enabled": true
              },
              "display_order": 0
            },
            "another-vm-type": {
              "name": "Weird Virtual Machine",
              "enabled_state": "INSTALL_ALLOWED",
              "installer_image_x86_64": {
                "url": "https://example.com/installer_image_2",
                "hash": "75cd9ce860dc65e71c4088fab33ffc54bcb29d8215ff2cd3a8c5f489ed7b246c"
              },
              "uefi_pflash_x86_64": {
                "url": "https://example.com/uefi_pflash_2",
                "hash": "0923a3ddb53b9f1be54e0486322c8315e25a678a64941e15276d17ad2c63ee82"
              },
              "vtpm": {
                "enabled": false,
                "policy_update_action": "FORCE_SHUTDOWN_ALWAYS"
              },
              "oem_strings": [
                "some weird config"
              ],
              "display_order": 2
            },
            "old-vm-type": {
              "name": "Legacy VM",
              "enabled_state": "RUN_ALLOWED"
            },
            "old-vm-type-2": {
              "name": "Legacy VM",
              "enabled_state": "RUN_ALLOWED",
              "installer_image_x86_64": {
                "url": "https://example.com/installer_image_2",
                "hash": "75cd9ce860dc65e71c4088fab33ffc54bcb29d8215ff2cd3a8c5f489ed7b246c"
              },
              "uefi_pflash_x86_64": {
                "url": "https://example.com/uefi_pflash_2",
                "hash": "0923a3ddb53b9f1be54e0486322c8315e25a678a64941e15276d17ad2c63ee82"
              }
            },
            "vulnerable-vm-type": {
              "name": "Forbidden VM",
              "enabled_state": "BLOCKED",
              "display_order": 1
            }
          }
        },
        "prefs": {
          "bruschetta.vm_configuration": {
            "value": {
              "vm-type": {
                "name": "Standard Virtual Machine",
                "enabled_state": 2,
                "installer_image": {
                  "url": "https://example.com/installer_image",
                  "hash": "761b22509ee7bd3e1a3da9eb9e37c6443acfc582670b733601ca5a1de44b99de"
                },
                "uefi_pflash": {
                  "url": "https://example.com/uefi_pflash",
                  "hash": "4d9a81e8feb96abb6da0d92642996a26edea6e94345da12a19999470c57bb0a6"
                },
                "vtpm": {
                  "enabled": true,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              },
              "another-vm-type": {
                "name": "Weird Virtual Machine",
                "enabled_state": 2,
                "installer_image": {
                  "url": "https://example.com/installer_image_2",
                  "hash": "75cd9ce860dc65e71c4088fab33ffc54bcb29d8215ff2cd3a8c5f489ed7b246c"
                },
                "uefi_pflash": {
                  "url": "https://example.com/uefi_pflash_2",
                  "hash": "0923a3ddb53b9f1be54e0486322c8315e25a678a64941e15276d17ad2c63ee82"
                },
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 2
                },
                "oem_strings": [
                  "some weird config"
                ],
                "display_order": 2
              },
              "old-vm-type": {
                "name": "Legacy VM",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              },
              "old-vm-type-2": {
                "name": "Legacy VM",
                "enabled_state": 1,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 0
              },
              "vulnerable-vm-type": {
                "name": "Forbidden VM",
                "enabled_state": 0,
                "vtpm": {
                  "enabled": false,
                  "policy_update_action": 1
                },
                "oem_strings": [],
                "display_order": 1
              }
            }
          }
        }
      }
    ]
  },
  "BruschettaInstallerConfiguration": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BruschettaInstallerConfiguration": {
            "display_name": "Name",
            "learn_more_url": "https://example.com/learn_more"
          }
        },
        "prefs": {
          "bruschetta.installer_configuration": {
            "value": {
              "display_name": "Name",
              "learn_more_url": "https://example.com/learn_more"
            }
          }
        }
      },
      {
        "note": "Check that non-https URLs are rejected",
        "policies": {
          "BruschettaInstallerConfiguration": {
            "display_name": "Name",
            "learn_more_url": "http://bad-example.com/should_be_https"
          }
        },
        "prefs": {
          "bruschetta.installer_configuration": {
            "default_value": {}
          }
        }
      }
    ]
  },
  "ReportCrostiniUsageEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "crostini.usage_reporting_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ReportCrostiniUsageEnabled": false
        },
        "prefs": {
          "crostini.usage_reporting_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ReportCrostiniUsageEnabled": true
        },
        "prefs": {
          "crostini.usage_reporting_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SmsMessagesAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "multidevice.sms_connect_allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "SmsMessagesAllowed": false
        },
        "prefs": {
          "multidevice.sms_connect_allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "SmsMessagesAllowed": true
        },
        "prefs": {
          "multidevice.sms_connect_allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "WifiSyncAndroidAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "wifi_sync.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "WifiSyncAndroidAllowed": false
        },
        "prefs": {
          "wifi_sync.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "WifiSyncAndroidAllowed": true
        },
        "prefs": {
          "wifi_sync.allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "SmartLockSigninAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "InstantTetheringAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "tether.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "InstantTetheringAllowed": false
        },
        "prefs": {
          "tether.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "InstantTetheringAllowed": true
        },
        "prefs": {
          "tether.allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "PhoneHubAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "phone_hub.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "PhoneHubAllowed": false
        },
        "prefs": {
          "phone_hub.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "PhoneHubAllowed": true
        },
        "prefs": {
          "phone_hub.allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "PhoneHubCameraRollAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "phone_hub_camera_roll.allowed": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "PhoneHubCameraRollAllowed": false
        },
        "prefs": {
          "phone_hub_camera_roll.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "PhoneHubCameraRollAllowed": true
        },
        "prefs": {
          "phone_hub_camera_roll.allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "PhoneHubNotificationsAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "phone_hub_notifications.allowed": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "PhoneHubNotificationsAllowed": false
        },
        "prefs": {
          "phone_hub_notifications.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "PhoneHubNotificationsAllowed": true
        },
        "prefs": {
          "phone_hub_notifications.allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "PhoneHubTaskContinuationAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "phone_hub_task_continuation.allowed": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "PhoneHubTaskContinuationAllowed": false
        },
        "prefs": {
          "phone_hub_task_continuation.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "PhoneHubTaskContinuationAllowed": true
        },
        "prefs": {
          "phone_hub_task_continuation.allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "EcheAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "eche.allowed": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "EcheAllowed": false
        },
        "prefs": {
          "eche.allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "EcheAllowed": true
        },
        "prefs": {
          "eche.allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "NearbyShareAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "nearby_sharing.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "NearbyShareAllowed": false
        },
        "prefs": {
          "nearby_sharing.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "NearbyShareAllowed": true
        },
        "prefs": {
          "nearby_sharing.enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "EcryptfsMigrationStrategy": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SchedulerConfiguration": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SchedulerConfiguration": "performance"
        },
        "prefs": {
          "chromeos.scheduler_configuration": {
            "location": "local_state",
            "value": "performance"
          }
        }
      },
      {
        "policies": {
          "SchedulerConfiguration": "conservative"
        },
        "prefs": {
          "chromeos.scheduler_configuration": {
            "location": "local_state",
            "value": "conservative"
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "chromeos.scheduler_configuration": {
            "location": "local_state",
            "default_value": ""
          }
        }
      }
    ]
  },
  "CloudPolicyOverridesPlatformPolicy": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "CloudUserPolicyOverridesCloudMachinePolicy": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "AllowedLanguages": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Checking default value (no policies set).",
        "policies": {},
        "prefs": {
          "intl.allowed_languages": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AllowedLanguages": [ "en-US", "de" ]
        },
        "prefs": {
          "intl.allowed_languages": {
            "value": [ "en-US", "de" ]
          }
        }
      }
    ]
  },
  "AllowedInputMethods": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AllowedInputMethods": [
            "xkb:us::en"
          ]
        },
        "prefs": {
          "settings.language.allowed_input_methods": {
            "value": [
              "xkb:us::en"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "settings.language.allowed_input_methods": {
            "default_value": []
          }
        }
      }
    ]
  },
  "UrlKeyedAnonymizedDataCollectionEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "UrlKeyedAnonymizedDataCollectionEnabled": false
        },
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "UrlKeyedAnonymizedDataCollectionEnabled": true
        },
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "UrlKeyedMetricsAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "UrlKeyedMetricsAllowed": false
        },
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "value": false
          }
        }
      },
      {
        "notes": "When true, the pref is not changed allow the user to modify it",
        "policies": {
          "UrlKeyedMetricsAllowed": true
        },
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "default_value": false
          }
        }
      },
      {
        "notes": "UrlKeyedMetricsAllowed overrides UrlKeyedAnonymizedDataCollectionEnabled",
        "policies": {
          "UrlKeyedAnonymizedDataCollectionEnabled": true,
          "UrlKeyedMetricsAllowed": false
        },
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "value": false
          }
        }
      },
      {
        "notes": "UrlKeyedMetricsAllowed overrides UrlKeyedAnonymizedDataCollectionEnabled",
        "policies": {
          "UrlKeyedAnonymizedDataCollectionEnabled": false,
          "UrlKeyedMetricsAllowed": true
        },
        "prefs": {
          "url_keyed_anonymized_data_collection.enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "NetworkFileSharesAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NetworkFileSharesAllowed": false
        },
        "prefs": {
          "network_file_shares.allowed": {}
        }
      }
    ]
  },
  "WebRtcEventLogCollectionAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebRtcEventLogCollectionAllowed": false
        },
        "prefs": {
          "webrtc.event_logs_collection": {}
        }
      }
    ]
  },
  "PowerSmartDimEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PowerSmartDimEnabled": false
        },
        "prefs": {
          "power.smart_dim_enabled": {}
        }
      }
    ]
  },
  "CoalesceH2ConnectionsWithClientCertificatesForHosts": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CoalesceH2ConnectionsWithClientCertificatesForHosts": [
            "example.com"
          ]
        },
        "prefs": {
          "ssl.client_certs.h2_coalescing_hosts": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "NetBiosShareDiscoveryEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NetBiosShareDiscoveryEnabled": true
        },
        "prefs": {
          "network_file_shares.netbios_discovery.enabled": {}
        }
      }
    ]
  },
  "EnterpriseHardwarePlatformAPIEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EnterpriseHardwarePlatformAPIEnabled": false
        },
        "prefs": {
          "enterprise_hardware_platform_api.enabled": {}
        }
      }
    ]
  },
  "NTLMShareAuthenticationEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NTLMShareAuthenticationEnabled": true
        },
        "prefs": {
          "network_file_shares.ntlm_share_authentication.enabled": {}
        }
      }
    ]
  },
  "AmbientAuthenticationInPrivateModesEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "auth.ambient_auth_in_private_modes": {
            "location": "local_state",
            "default_value": 0
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AmbientAuthenticationInPrivateModesEnabled": 3
        },
        "prefs": {
          "auth.ambient_auth_in_private_modes": {
            "location": "local_state",
            "value": 3
          }
        }
      }
    ]
  },
  "NetworkFileSharesPreconfiguredShares": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NetworkFileSharesPreconfiguredShares": [
            {
              "share_url": "smb://server/share",
              "mode": "drop_down"
            },
            {
              "share_url": "\\\\server\\share",
              "mode": "drop_down"
            },
            {
              "share_url": "smb://server/share",
              "mode": "pre_mount"
            },
            {
              "share_url": "\\\\server\\share",
              "mode": "pre_mount"
            }
          ]
        },
        "prefs": {
          "network_file_shares.preconfigured_shares": {}
        }
      }
    ]
  },
  "ScreenBrightnessPercent": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ScreenBrightnessPercent": {
            "BrightnessAC": 100,
            "BrightnessBattery": 90
          }
        },
        "prefs": {
          "power.ac_screen_brightness_percent": {
            "value": 100
          },
          "power.battery_screen_brightness_percent": {
            "value": 90
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "power.ac_screen_brightness_percent": {
            "default_value": -1
          },
          "power.battery_screen_brightness_percent": {
            "default_value": -1
          }
        }
      }
    ]
  },
  "UserPluginVmAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UserPluginVmAllowed": true
        },
        "prefs": {
          "plugin_vm.allowed": {}
        }
      }
    ]
  },
  "PluginVmImage": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PluginVmImage": {
            "url": "http://localhost/",
            "hash": "842841a4c75a55ad050d686f4ea5f77e83ae059877fe9b6946aa63d3d057ed32"
          }
        },
        "prefs": {
          "plugin_vm.image": {}
        }
      }
    ]
  },
  "PluginVmUserId": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PluginVmUserId": "USER_ID"
        },
        "prefs": {
          "plugin_vm.user_id": {
            "value": "USER_ID"
          }
        }
      }
    ]
  },
  "PluginVmDataCollectionAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PluginVmDataCollectionAllowed": false
        },
        "prefs": {
          "plugin_vm.data_collection_allowed": {}
        }
      }
    ]
  },
  "PluginVmRequiredFreeDiskSpace": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PluginVmRequiredFreeDiskSpace": 25
        },
        "prefs": {
          "plugin_vm.required_free_disk_space": {}
        }
      }
    ]
  },
  "VoiceInteractionHotwordEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.voice_interaction.hotword.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "VoiceInteractionHotwordEnabled": false
        },
        "prefs": {
          "settings.voice_interaction.hotword.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "VoiceInteractionHotwordEnabled": true
        },
        "prefs": {
          "settings.voice_interaction.hotword.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SignedHTTPExchangeEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "web_package.signed_exchange.enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "SignedHTTPExchangeEnabled": false
        },
        "prefs": {
          "web_package.signed_exchange.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "SignedHTTPExchangeEnabled": true
        },
        "prefs": {
          "web_package.signed_exchange.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SamlInSessionPasswordChangeEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SamlInSessionPasswordChangeEnabled": true
        },
        "prefs": {
          "saml.in_session_password_change_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SamlInSessionPasswordChangeEnabled": false
        },
        "prefs": {
          "saml.in_session_password_change_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "saml.in_session_password_change_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "SamlPasswordExpirationAdvanceWarningDays": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SamlPasswordExpirationAdvanceWarningDays": 7
        },
        "prefs": {
          "saml.password_expiration_advance_warning_days": {
            "value": 7
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "saml.password_expiration_advance_warning_days": {
            "default_value": 14
          }
        }
      }
    ]
  },
  "LockScreenReauthenticationEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "lock_screen_reauthentication_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "LockScreenReauthenticationEnabled": true
        },
        "prefs": {
          "lock_screen_reauthentication_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "LockScreenReauthenticationEnabled": false
        },
        "prefs": {
          "lock_screen_reauthentication_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "VmManagementCliAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "crostini.vm_management_cli_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "VmManagementCliAllowed": false
        },
        "prefs": {
          "crostini.vm_management_cli_allowed_by_policy": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "VmManagementCliAllowed": true
        },
        "prefs": {
          "crostini.vm_management_cli_allowed_by_policy": {
            "value": true
          }
        }
      }
    ]
  },
  "SharedClipboardEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "browser.shared_clipboard_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "SharedClipboardEnabled": false
        },
        "prefs": {
          "browser.shared_clipboard_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "SharedClipboardEnabled": true
        },
        "prefs": {
          "browser.shared_clipboard_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SharedClipboardEnabled.Android": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "ClickToCallEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "browser.click_to_call_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "ClickToCallEnabled": false
        },
        "prefs": {
          "browser.click_to_call_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ClickToCallEnabled": true
        },
        "prefs": {
          "browser.click_to_call_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "AudioSandboxEnabled": {
    "reason_for_missing_test": "This policy is used directly through the policy service instead of through a pref."
  },
  "AudioProcessHighPriorityEnabled": {
    "reason_for_missing_test": "This policy is used directly through the policy service instead of through a pref."
  },
  "LoginDisplayPasswordButtonEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "login_display_password_button_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "LoginDisplayPasswordButtonEnabled": false
        },
        "prefs": {
          "login_display_password_button_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "LoginDisplayPasswordButtonEnabled": true
        },
        "prefs": {
          "login_display_password_button_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SuggestedContentEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.suggested_content_enabled": {
            "value": false,
            "check_for_recommended": false
          }
        }
      },
      {
        "policies": {
          "SuggestedContentEnabled": false
        },
        "prefs": {
          "settings.suggested_content_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "SuggestedContentEnabled": true
        },
        "prefs": {
          "settings.suggested_content_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "UserBorealisAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "borealis.allowed_for_user": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "UserBorealisAllowed": false
        },
        "prefs": {
          "borealis.allowed_for_user": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "UserBorealisAllowed": true
        },
        "prefs": {
          "borealis.allowed_for_user": {
            "value": true
          }
        }
      }
    ]
  },
  "AllowChromeDataInBackups" : {
    "reason_for_missing_test": "Maps into an iOS-specific pref"
  },
  "DevicePowerAdaptiveChargingEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "power.adaptive_charging_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DevicePowerAdaptiveChargingEnabled": false
        },
        "prefs": {
          "power.adaptive_charging_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DevicePowerAdaptiveChargingEnabled": true
        },
        "prefs": {
          "power.adaptive_charging_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "StrictMimetypeCheckForWorkerScriptsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "StrictMimetypeCheckForWorkerScriptsEnabled": false
        },
        "prefs": {
          "strict_mime_type_check_for_worker_scripts_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "policies": {
          "StrictMimetypeCheckForWorkerScriptsEnabled": true
        },
        "prefs": {
          "strict_mime_type_check_for_worker_scripts_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "strict_mime_type_check_for_worker_scripts_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "----- Chrome OS device policies ---------------------------------------": {},
  "DevicePolicyRefreshRate": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DevicePolicyRefreshRate": 300000
        },
        "prefs": {
          "policy.device_refresh_rate": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DisplayRotationDefault": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceDisplayResolution": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ChromeOsReleaseChannel": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ChromeOsReleaseChannelDelegated": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceReleaseLtsTag": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceOpenNetworkConfiguration": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "HeartbeatEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "HeartbeatFrequency": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "LogUploadEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceActivityHeartbeatEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceActivityHeartbeatCollectionRateMs": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "EnableDeviceGranularReporting": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceVersionInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceActivityTimes": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceAudioStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceBootMode": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceNetworkConfiguration": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceNetworkInterfaces": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceNetworkStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceUsers": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceHardwareStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceOsUpdateStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceSessionStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceGraphicsStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceCrashReportInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDevicePeripherals": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDevicePowerStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceStorageStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceSecurityStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceBoardStatus": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceCpuInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceTimezoneInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceMemoryInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceBacklightInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceAppInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceBluetoothInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceFanInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceVpdInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceSystemInfo": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceLoginLogout": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceReportRuntimeCounters": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportCRDSessions": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDevicePrintJobs": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportUploadFrequency": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceNetworkTelemetryCollectionRateMs": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceNetworkTelemetryEventCheckingRateMs": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceAudioStatusCheckingRateMs": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceReportRuntimeCountersCheckingRateMs": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ReportDeviceSignalStrengthEventDrivenTelemetry": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceReportNetworkEvents": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceReportXDREvents": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceAllowNewUsers": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceUserWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceUserAllowlist": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceGuestModeEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceShowUserNamesOnSignin": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceFamilyLinkAccountsAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceDataRoamingEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DevicePciPeripheralDataAccessEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceMetricsReportingEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceEphemeralUsersEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceRebootOnShutdown": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceAutoUpdateDisabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceAutoUpdateP2PEnabled": {
    "reason_for_missing_test": "Chrome OS device policy used by update_engine only, not used in Chrome."
  },
  "DeviceIdleLogoutTimeout": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceIdleLogoutWarningDuration": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceLoginScreenSaverId": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceLoginScreenSaverTimeout": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceAppPack": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceStartUpUrls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceRollbackAllowedMilestones": {
    "reason_for_missing_test": "Chrome OS device policy used by update_engine only, not used in Chrome."
  },
  "DeviceRollbackToTargetVersion": {
    "reason_for_missing_test": "Chrome OS device policy used by update_engine only, not used in Chrome."
  },
  "DeviceTargetVersionPrefix": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceTargetVersionSelector": {
    "reason_for_missing_test": "Chrome OS device policy used by update_engine only, not used in Chrome."
  },
  "DeviceUpdateScatterFactor": {
    "reason_for_missing_test": "Chrome OS device policy used by update_engine only, not used in Chrome."
  },
  "DeviceUpdateAllowedConnectionTypes": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceUpdateHttpDownloadsEnabled": {
    "reason_for_missing_test": "Chrome OS device policy used by update_engine only, not used in Chrome."
  },
  "ReportDeviceLocation": {
    "reason_for_missing_test": "Policy Removed"
  },
  "SystemTimezone": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "SystemUse24HourClock": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLocalAccounts": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLocalAccountAutoLoginId": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLocalAccountAutoLoginDelay": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLocalAccountAutoLoginBailoutEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLocalAccountManagedSessionEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLocalAccountPromptForNetworkWhenOffline": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceBlockDevmode": {
    "reason_for_missing_test": "Only read by system deamons"
  },
  "DeviceLoginScreenPowerManagement": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceAllowRedeemChromeOsRegistrationOffers": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceStartUpFlags": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceVariationsRestrictParameter": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLoginScreenDefaultLargeCursorEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenLargeCursorEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenShowOptionsInSystemTrayMenu": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenDefaultSpokenFeedbackEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenPrimaryMouseButtonSwitch": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenSpokenFeedbackEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenDefaultHighContrastEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenHighContrastEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenAccessibilityShortcutsEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "policies": {},
        "prefs": {
          "settings.a11y.shortcuts_enabled": {
            "location": "signin_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check the policy value: true",
        "policies": {
          "DeviceLoginScreenAccessibilityShortcutsEnabled": true
        },
        "prefs": {
          "settings.a11y.shortcuts_enabled": {
            "location": "signin_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check the policy value: false",
        "policies": {
          "DeviceLoginScreenAccessibilityShortcutsEnabled": false
        },
        "prefs": {
          "settings.a11y.shortcuts_enabled": {
            "location": "signin_profile",
            "value": false
          }
        }
      }
    ]
  },
  "DeviceLoginScreenDefaultScreenMagnifierType": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenScreenMagnifierType": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenDefaultVirtualKeyboardEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenVirtualKeyboardEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenDictationEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenSelectToSpeakEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenCursorHighlightEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenCaretHighlightEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.a11y.caret_highlight": {
            "location": "signin_profile",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DeviceLoginScreenCaretHighlightEnabled": true
        },
        "prefs": {
          "settings.a11y.caret_highlight": {
            "location": "signin_profile",
            "value": true
          }
        }
      },
      {
        "policies": {
          "DeviceLoginScreenCaretHighlightEnabled": false
        },
        "prefs": {
          "settings.a11y.caret_highlight": {
            "location": "signin_profile",
            "value": false
          }
        }
      }
    ]
  },
  "DeviceLoginScreenMonoAudioEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenAutoclickEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenStickyKeysEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenKeyboardFocusHighlightEnabled": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "DeviceLoginScreenLocales": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "description": "Test mapping to the signin profile",
        "policies": {
          "DeviceLoginScreenLocales": [
            "en-US",
            "fr-FR"
          ]
        },
        "prefs": {
          "intl.forced_languages": {
            "value": [
              "en-US",
              "fr-FR"
            ],
            "location": "signin_profile"
          }
        }
      }
    ]
  },
  "DeviceLoginScreenInputMethods": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLoginScreenSystemInfoEnforced": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceChromeVariations": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "device_variations_restrictions_by_policy": {
            "location": "local_state",
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DeviceChromeVariations": 0
        },
        "prefs": {
          "device_variations_restrictions_by_policy": {
            "location": "local_state",
            "value": 0
          }
        }
      },
      {
        "policies": {
          "DeviceChromeVariations": 1
        },
        "prefs": {
          "device_variations_restrictions_by_policy": {
            "location": "local_state",
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DeviceChromeVariations": 2
        },
        "prefs": {
          "device_variations_restrictions_by_policy": {
            "location": "local_state",
            "value": 2
          }
        }
      }
    ]
  },
  "DeviceShowNumericKeyboardForPassword": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "UptimeLimit": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "automatic_reboot.uptime_limit": {
            "location": "local_state",
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "UptimeLimit": 86400
        },
        "prefs": {
          "automatic_reboot.uptime_limit": {
            "location": "local_state",
            "value": 86400
          }
        }
      },
      {
        "note": "Values are clamped to be at least 3,600.",
        "policies": {
          "UptimeLimit": 1200
        },
        "prefs": {
          "automatic_reboot.uptime_limit": {
            "location": "local_state",
            "value": 3600
          }
        }
      }
    ]
  },
  "RebootAfterUpdate": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RebootAfterUpdate": true
        },
        "prefs": {
          "automatic_reboot.reboot_after_update": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "RebootAfterUpdate": false
        },
        "prefs": {
          "automatic_reboot.reboot_after_update": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "automatic_reboot.reboot_after_update": {
            "location": "local_state",
            "default_value": false
          }
        }
      }
    ]
  },
  "DeviceScheduledReboot": {
    "os": [
      "chromeos_ash"
    ],
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "AttestationEnabledForDevice": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "AttestationForContentProtectionEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "SupervisedUsersEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SupervisedUserCreationEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SupervisedUserContentProviderEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AutoCleanUpStrategy": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceTransferSAMLCookies": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ExtensionCacheSize": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceShowLowDiskSpaceNotification": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLoginScreenDomainAutoComplete": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "AllowKioskAppControlChromeVersion": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the update engine daemon."
  },
  "NewWindowsInKioskAllowed": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": { },
        "prefs": {
          "new_windows_in_kiosk_allowed": {
            "location": "user_profile",
            "default_value": false
          }
        }
      },
      {
        "note": "Check true policy value",
        "policies": {
          "NewWindowsInKioskAllowed": true
        },
        "prefs": {
          "new_windows_in_kiosk_allowed": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check false policy value",
        "policies": {
          "NewWindowsInKioskAllowed": false
        },
        "prefs": {
          "new_windows_in_kiosk_allowed": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "LoginAuthenticationBehavior": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "UsbDetachableWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UsbDetachableAllowlist": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceAllowBluetooth": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceWiFiAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceQuirksDownloadEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "SystemTimezoneAutomaticDetection": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "TaskManagerEndProcessEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TaskManagerEndProcessEnabled": false
        },
        "prefs": {
          "task_manager.end_process_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "NetworkThrottlingEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NetworkThrottlingEnabled": {
            "enabled": "true",
            "upload_rate_kbits": "5600",
            "download_rate_kbits": "5600"
          }
        },
        "prefs": {
          "net.throttling_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceWiFiFastTransitionEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceWiFiFastTransitionEnabled": true
        },
        "prefs": {
          "net.device_wifi_fast_transition_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "LoginVideoCaptureAllowedUrls": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLoginScreenExtensions": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceLoginScreenExtensions": [
            "abcdefghijklmnopabcdefghijklmnop",
            "aaabbbcccdddeeefffggghhhiiijjjkk;https://url.com/update_manifest.xml"
          ]
        },
        "prefs": {
          "extensions.install.forcelist": {
            "value": {
              "abcdefghijklmnopabcdefghijklmnop": {
                "external_update_url": "https://clients2.google.com/service/update2/crx"
              },
              "aaabbbcccdddeeefffggghhhiiijjjkk": {
                "external_update_url": "https://url.com/update_manifest.xml"
              }
            },
            "location": "signin_profile"
          }
        }
      }
    ]
  },
  "DeviceWallpaperImage": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "BrowserNetworkTimeQueriesEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserNetworkTimeQueriesEnabled": true
        },
        "prefs": {
          "network_time.network_time_queries_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceSecondFactorAuthentication": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceEcryptfsMigrationStrategy": {
    "reason_for_missing_test": "Policy was removed"
  },
  "NoteTakingAppsLockScreenWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "NoteTakingAppsLockScreenAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NoteTakingAppsLockScreenAllowlist": []
        },
        "prefs": {
          "settings.note_taking_apps_lock_screen_whitelist": {}
        }
      }
    ]
  },
  "CastReceiverEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CastReceiverEnabled": true
        },
        "prefs": {
          "cast_receiver.enabled": {}
        }
      }
    ]
  },
  "CastReceiverName": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceNativePrinters": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceNativePrintersAccessMode": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceNativePrintersBlacklist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceNativePrintersWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceExternalPrintServers": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "DeviceExternalPrintServersAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "native_printing.device_external_print_servers_allowlist": {
            "location": "local_state",
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "DeviceExternalPrintServersAllowlist": [
            "id4",
            "id7",
            "id10"
          ]
        },
        "prefs": {
          "native_printing.device_external_print_servers_allowlist": {
            "location": "local_state",
            "value": [
              "id4",
              "id7",
              "id10"
            ]
          }
        }
      }
    ]
  },
  "DevicePrinters": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "DevicePrintersAccessMode": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DevicePrintersBlocklist": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DevicePrintersAllowlist": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "TPMFirmwareUpdateSettings": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "MinimumRequiredChromeVersion": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceMinimumVersion": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceMinimumVersionAueMessage": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceLoginScreenAutoSelectCertificateForUrls": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "UnaffiliatedArcAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceHostnameTemplate": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceHostnameUserConfigurable": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ContextAwareAccessSignalsAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ContextAwareAccessSignalsAllowlist": [
            "https://example1.com",
            "https://[*.]example2.com",
            "https://foo.example3.com/path"
          ]
        },
        "prefs": {
          "enterprise_connectors.device_trust.origins": {
            "value": [
              "https://example1.com",
              "https://[*.]example2.com",
              "https://foo.example3.com/path"
            ]
          }
        }
      }
    ]
  },
  "DeviceLoginScreenContextAwareAccessSignalsAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value when DeviceLoginScreenContextAwareAccessSignalsAllowlist is unset.",
        "policies": {},
        "prefs": {
          "enterprise_connectors.device_trust.origins": {
            "default_value": [],
            "location": "signin_profile"
          },
          "enterprise_connectors.device_trust_user.origins": {
            "default_value": [],
            "location": "signin_profile"
          }
        }
      },
      {
        "note": "DeviceLoginScreenContextAwareAccessSignalsAllowlist contains elements",
        "policies": {
          "DeviceLoginScreenContextAwareAccessSignalsAllowlist": [
            "https://example1.com",
            "https://[*.]example2.com",
            "https://foo.example3.com/path"
          ]
        },
        "prefs": {
          "enterprise_connectors.device_trust.origins": {
            "value": [
              "https://example1.com",
              "https://[*.]example2.com",
              "https://foo.example3.com/path"
            ],
            "location": "signin_profile"
          },
          "enterprise_connectors.device_trust_user.origins": {
            "value": [
              "https://example1.com",
              "https://[*.]example2.com",
              "https://foo.example3.com/path"
            ],
            "location": "signin_profile"
          }
        }
      }
    ]
  },
  "DeviceQuickFixBuildToken": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the update engine daemon."
  },
  "AbusiveExperienceInterventionEnforce": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value when SafeBrowsingEnabled is disabled.",
        "policies": {
          "SafeBrowsingEnabled": false
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": false
          },
          "abusive_experience_intervention_enforce": {
            "default_value" : true
          }
        }
      },
      {
        "note": "Default value when SafeBrowsingEnabled is on.",
        "policies": {
          "SafeBrowsingEnabled": true
        },
        "prefs": {
          "safebrowsing.enabled": {
            "value": true
          },
          "abusive_experience_intervention_enforce": {
            "default_value" : true
          }
        }
      },
      {
        "note": "AbusiveExperienceInterventionEnforce is false.",
        "policies": {
          "AbusiveExperienceInterventionEnforce": false
        },
        "prefs": {
          "abusive_experience_intervention_enforce": {
            "value" : false
          }
        }
      },
      {
        "note": "AbusiveExperienceInterventionEnforce is true.",
        "policies": {
          "AbusiveExperienceInterventionEnforce": true
        },
        "prefs": {
          "abusive_experience_intervention_enforce": {
            "value" : true
          }
        }
      }
    ]
  },
  "AdsSettingForIntrusiveAdsSites": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check the default value (no policies set)",
        "policies": {},
        "prefs": {
          "profile.managed_default_content_settings.ads": {
            "location": "user_profile",
            "default_value": 0
          }
        }
      },
      {
        "note": "Check the policy value: 1",
        "policies": {
          "AdsSettingForIntrusiveAdsSites": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.ads": {
            "location": "user_profile",
            "value": 1
          }
        }
      },
      {
        "note": "Check the policy value: 2",
        "policies": {
          "AdsSettingForIntrusiveAdsSites": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.ads": {
            "location": "user_profile",
            "value": 2
          }
        }
      }
    ]
  },
  "SafeBrowsingExtendedReportingEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SafeBrowsingExtendedReportingEnabled": true
        },
        "prefs": {
          "safebrowsing.scout_reporting_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SafeBrowsingExtendedReportingEnabled": false
        },
        "prefs": {
          "safebrowsing.scout_reporting_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "safebrowsing.scout_reporting_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "RestrictAccountsToPatterns": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PasswordProtectionWarningTrigger": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "win",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check the default value (no policies set)",
        "policies": {},
        "prefs": {
          "safebrowsing.password_protection_warning_trigger": {
            "location": "user_profile",
            "default_value": 0
          }
        }
      },
      {
        "note": "Check the policy value: 1",
        "policies": {
          "PasswordProtectionWarningTrigger": 1
        },
        "prefs": {
          "safebrowsing.password_protection_warning_trigger": {
            "location": "user_profile",
            "value": 1
          }
        }
      },
      {
        "note": "Check the policy value: 2",
        "policies": {
          "PasswordProtectionWarningTrigger": 2
        },
        "prefs": {
          "safebrowsing.password_protection_warning_trigger": {
            "location": "user_profile",
            "value": 2
          }
        }
      }
    ]
  },
  "DeviceOffHours": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceKerberosEncryptionTypes": {
    "reason_for_missing_test": "Chrome OS device policy used by authpolicyd only, not used in Chrome"
  },
  "DeviceUserPolicyLoopbackProcessingMode": {
    "reason_for_missing_test": "Chrome OS device policy used by authpolicyd only, not used in Chrome"
  },
  "DeviceMachinePasswordChangeRate": {
    "reason_for_missing_test": "Chrome OS device policy used by authpolicyd only, not used in Chrome"
  },
  "DeviceGpoCacheLifetime": {
    "reason_for_missing_test": "Chrome OS device policy used by authpolicyd only, not used in Chrome"
  },
  "DeviceAuthDataCacheLifetime": {
    "reason_for_missing_test": "Chrome OS device policy used by authpolicyd only, not used in Chrome"
  },
  "DeviceLoginScreenIsolateOrigins": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceLoginScreenSitePerProcess": {
    "reason_for_missing_test": "Policy was removed"
  },
  "VirtualMachinesAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "CrostiniAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "crostini.user_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "CrostiniAllowed": false
        },
        "prefs": {
          "crostini.user_allowed_by_policy": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "CrostiniAllowed": true
        },
        "prefs": {
          "crostini.user_allowed_by_policy": {
            "value": true
          }
        }
      }
    ]
  },
  "DeviceUnaffiliatedCrostiniAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "CrostiniExportImportUIAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "crostini.user_export_import_ui_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "CrostiniExportImportUIAllowed": false
        },
        "prefs": {
          "crostini.user_export_import_ui_allowed_by_policy": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "CrostiniExportImportUIAllowed": true
        },
        "prefs": {
          "crostini.user_export_import_ui_allowed_by_policy": {
            "value": true
          }
        }
      }
    ]
  },
  "CrostiniRootAccessAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "crostini.user_root_access_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "CrostiniRootAccessAllowed": false
        },
        "prefs": {
          "crostini.user_root_access_allowed_by_policy": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "CrostiniRootAccessAllowed": true
        },
        "prefs": {
          "crostini.user_root_access_allowed_by_policy": {
            "value": true
          }
        }
      }
    ]
  },
  "CrostiniAnsiblePlaybook": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "CrostiniArcAdbSideloadingAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Checking default value (no policies set)",
        "policies": {},
        "prefs": {
          "crostini.arc_adb_sideloading.user_pref": {
            "location": "user_profile",
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "CrostiniArcAdbSideloadingAllowed": 0
        },
        "prefs": {
          "crostini.arc_adb_sideloading.user_pref": {
            "location": "user_profile",
            "value": 0
          }
        }
      },
      {
        "policies": {
          "CrostiniArcAdbSideloadingAllowed": 1
        },
        "prefs": {
          "crostini.arc_adb_sideloading.user_pref": {
            "location": "user_profile",
            "value": 1
          }
        }
      }
    ]
  },
  "CrostiniPortForwardingAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "crostini.port_forwarding_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "CrostiniPortForwardingAllowed": false
        },
        "prefs": {
          "crostini.port_forwarding_allowed_by_policy": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "CrostiniPortForwardingAllowed": true
        },
        "prefs": {
          "crostini.port_forwarding_allowed_by_policy": {
            "value": true
          }
        }
      }
    ]
  },
  "SystemTerminalSshAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policy set)",
        "policies": {},
        "prefs": {
          "crostini.terminal_ssh_allowed_by_policy": {
            "value": false
          }
        }
      },
      {
        "note": "Set policy to false force disable",
        "policies": {
          "SystemTerminalSshAllowed": false
        },
        "prefs": {
          "crostini.terminal_ssh_allowed_by_policy": {
            "value": false
          }
        }
      },
      {
        "note": "Set policy to true falls back to default",
        "policies": {
          "SystemTerminalSshAllowed": true
        },
        "prefs": {
          "crostini.terminal_ssh_allowed_by_policy": {
            "default_value": true
          }
        }
      }
    ]
  },
  "DeviceCrostiniArcAdbSideloadingAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceScheduledUpdateCheck": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ChromeCleanupEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ChromeCleanupReportingEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SafeBrowsingWhitelistDomains": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SafeBrowsingAllowlistDomains": {
    "os": [
      "win",
      "mac",
      "linux",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SafeBrowsingAllowlistDomains": [
            "google.com"
          ]
        },
        "prefs": {
          "safebrowsing.safe_browsing_whitelist_domains": {
            "value": [
              "google.com"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "safebrowsing.safe_browsing_whitelist_domains": {
            "default_value": []
          }
        }
      }
    ]
  },
  "PasswordProtectionLoginURLs": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "win",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": {},
        "prefs": {
          "safebrowsing.password_protection_login_urls": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "PasswordProtectionLoginURLs": [
            "https://mydomain.com/login.html",
            "https://login.mydomain.com"
          ]
        },
        "prefs": {
          "safebrowsing.password_protection_login_urls": {
            "value": [
              "https://mydomain.com/login.html",
              "https://login.mydomain.com"
            ]
          }
        }
      }
    ]
  },
  "PasswordProtectionChangePasswordURL": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "win",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": {},
        "prefs": {
          "safebrowsing.password_protection_change_password_url": {
            "default_value": ""
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "PasswordProtectionChangePasswordURL": "https://mydomain.com/change_password.html"
        },
        "prefs": {
          "safebrowsing.password_protection_change_password_url": {
            "value": "https://mydomain.com/change_password.html"
          }
        }
      }
    ]
  },
  "AutoplayAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "media.autoplay_allowed": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AutoplayAllowed": true
        },
        "prefs": {
          "media.autoplay_allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "AutoplayWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AutoplayAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "media.autoplay_whitelist": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AutoplayAllowlist": [
            "https://mydomain.com",
            "https://test.mydomain.com"
          ]
        },
        "prefs": {
          "media.autoplay_whitelist": {
            "value": [
              "https://mydomain.com",
              "https://test.mydomain.com"
            ]
          }
        }
      }
    ]
  },
  "ScreenCaptureWithoutGestureAllowedForOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "media.screen_capture_without_gesture_allowed_for_origins": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ScreenCaptureWithoutGestureAllowedForOrigins": [
            "https://mydomain.com",
            "https://test.mydomain.com"
          ]
        },
        "prefs": {
          "media.screen_capture_without_gesture_allowed_for_origins": {
            "value": [
              "https://mydomain.com",
              "https://test.mydomain.com"
            ]
          }
        }
      }
    ]
  },
  "FileOrDirectoryPickerWithoutGestureAllowedForOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "file_system.file_or_directory_picker_without_allowed_for_origins": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "FileOrDirectoryPickerWithoutGestureAllowedForOrigins": [
            "https://mydomain.com",
            "https://test.mydomain.com"
          ]
        },
        "prefs": {
          "file_system.file_or_directory_picker_without_allowed_for_origins": {
            "value": [
              "https://mydomain.com",
              "https://test.mydomain.com"
            ]
          }
        }
      }
    ]
  },
  "TabUnderAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ArcAppInstallEventLoggingEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Checking default value (no policies set).",
        "prefs": {
          "arc.app_install_event_logging_enabled": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ArcAppInstallEventLoggingEnabled": true
        },
        "prefs": {
          "arc.app_install_event_logging_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "ExtensionInstallEventLoggingEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UsageTimeLimit": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies":{
          "UsageTimeLimit":{
            "time_usage_limit": {
              "monday": {
                "usage_quota_mins": 120,
                "last_updated_millis": "1200000"
              },
              "tuesday": {
                "usage_quota_mins": 120,
                "last_updated_millis": "1200000"
              },
              "wednesday": {
                "usage_quota_mins": 120,
                "last_updated_millis": "1200000"
              },
              "thursday": {
                "usage_quota_mins": 120,
                "last_updated_millis": "1200000"
              },
              "friday": {
                "usage_quota_mins": 120,
                "last_updated_millis": "1200000"
              },
              "saturday": {
                "usage_quota_mins": 120,
                "last_updated_millis": "1200000"
              },
              "sunday": {
                "usage_quota_mins": 120,
                "last_updated_millis": "1200000"
              },
              "reset_at": {
                "hour": 6,
                "minute": 0
              }
            }
          }
        },
        "prefs":{
          "screen_time.limit": {
            "value":{
              "time_usage_limit": {
                "monday": {
                  "usage_quota_mins": 120,
                  "last_updated_millis": "1200000"
                },
                "tuesday": {
                  "usage_quota_mins": 120,
                  "last_updated_millis": "1200000"
                },
                "wednesday": {
                  "usage_quota_mins": 120,
                  "last_updated_millis": "1200000"
                },
                "thursday": {
                  "usage_quota_mins": 120,
                  "last_updated_millis": "1200000"
                },
                "friday": {
                  "usage_quota_mins": 120,
                  "last_updated_millis": "1200000"
                },
                "saturday": {
                  "usage_quota_mins": 120,
                  "last_updated_millis": "1200000"
                },
                "sunday": {
                  "usage_quota_mins": 120,
                  "last_updated_millis": "1200000"
                },
                "reset_at": {
                  "hour": 6,
                  "minute": 0
                }
              }
            }
          }
        }
      }
    ]
  },
  "EnableSyncConsent": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "policies": {
        },
        "prefs": {
          "sync_consent.enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "EnableSyncConsent": false
        },
        "prefs": {
          "sync_consent.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "EnableSyncConsent": true
        },
        "prefs": {
          "sync_consent.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "ContextualSuggestionsEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceAutoUpdateTimeRestrictions": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceUpdateStagingSchedule": {
    "reason_for_missing_test": "Chrome OS device policy used by update_engine only, not used in Chrome."
  },
  "ManagedConfigurationPerOrigin": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ManagedConfigurationPerOrigin": [
            {
              "origin": "https://example.com",
              "managed_configuration_url": "https://example.com/conf.json",
              "managed_configuration_hash": "13ej89asjd1asdad"
            }
          ]
        },
        "prefs": {
          "profile.managed_configuration.list": {}
        }
      }
    ]
  },
  "DeviceEphemeralNetworkPoliciesEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value test.",
        "prefs": {
          "ash.network.device_ephemeral_network_policies_enabled": {
            "location": "local_state",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DeviceEphemeralNetworkPoliciesEnabled": true
        },
        "prefs": {
          "ash.network.device_ephemeral_network_policies_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "DeviceEphemeralNetworkPoliciesEnabled": false
        },
        "prefs": {
          "ash.network.device_ephemeral_network_policies_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "DeviceAllowMGSToStoreDisplayProperties": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceAllowMGSToStoreDisplayProperties": true
        },
        "prefs": {
          "settings.display.allow_mgs_to_store": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "WebAppInstallForceList": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebAppInstallForceList": [
            {
              "url": "https://foo.example",
              "default_launch_container": "tab"
            },
            {
              "url": "https://bar.example",
              "default_launch_container": "window"
            },
            {
              "url": "https://foobar.example",
              "install_as_shortcut": true
            },
            {
              "url": "https://xyz.example",
              "create_desktop_shortcut": true
            },
            {
              "url": "https://foo.example",
              "default_launch_container": "window",
              "fallback_app_name": "Foo Example App"
            }
          ]
        },
        "prefs": {
          "profile.web_app.install.forcelist": {}
        }
      }
    ]
  },
  "IsolatedWebAppInstallForceList": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "No isolated web apps force installing.",
        "prefs": {
          "profile.isolated_web_app.install.forcelist": {
            "default_value": []
          }
        }
      },
      {
        "note": "The policy is set",
        "policies": {
          "IsolatedWebAppInstallForceList": [
            {
              "update_manifest_url": "https://example.com/isolated_web_app/update_manifest.json",
              "web_bundle_id": "aerugqztij5biqquuk3mfwpsaibuegaqcitgfchwuosuofdjabzqaaic"
            },
            {
              "update_manifest_url": "https://example.com/another_isolated_web_app/update_manifest.json",
              "web_bundle_id": "bbceqaztij5biqquuksfawpsaibuegqqcirgfcgwuosuofdjabzqaaic"
            }
          ]
        },
        "prefs": {
          "profile.isolated_web_app.install.forcelist": {}
        }
      }
    ]
  },
  "PluginVmAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "PluginVmLicenseKey": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ParentAccessCodeConfig": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ParentAccessCodeConfig": {
            "current_config": {
              "shared_secret": "oOA9nX02LdhYdOzwMsGof+QA3wUKP4YMNlk9S/W3o+w=",
              "access_code_ttl": 600,
              "clock_drift_tolerance": 300
            },
            "future_config": {
              "shared_secret": "KMsoIjnpvcWmiU1GHchp2blR96mNyJwS",
              "access_code_ttl": 600,
              "clock_drift_tolerance": 300
            },
            "old_configs": [
              {
                "shared_secret": "sTr6jqMTJGCbLhWI5plFTQb/VsqxwX2Q",
                "access_code_ttl": 600,
                "clock_drift_tolerance": 300
              }
            ]
          }
        },
        "prefs": {
          "child_user.parent_access_code.config": {}
        }
      }
    ]
  },
  "ClientCertificateManagementAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ClientCertificateManagementAllowed": 2
        },
        "prefs": {
          "client_certificate_management_allowed": {}
        }
      }
    ]
  },
  "CACertificateManagementAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CACertificateManagementAllowed": 2
        },
        "prefs": {
          "ca_certificate_management_allowed": {}
        }
      }
    ]
  },
  "AssistantOnboardingMode": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "settings.assistant.onboarding_mode": {
            "default_value": "Default"
          }
        }
      },
      {
        "note": "Simple value: Default",
        "policies": {
          "AssistantOnboardingMode": "Default"
        },
        "prefs": {
          "settings.assistant.onboarding_mode": {
            "value": "Default"
          }
        }
      },
      {
        "note": "Simple value: Education",
        "policies": {
          "AssistantOnboardingMode": "Education"
        },
        "prefs": {
          "settings.assistant.onboarding_mode": {
            "value": "Education"
          }
        }
      }
    ]
  },

  "AssistantVoiceMatchEnabledDuringOobe": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Checking default value (no policies set)",
        "policies": {},
        "prefs": {
          "settings.voice_interaction.oobe_voice_match.enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "AssistantVoiceMatchEnabledDuringOobe": false
        },
        "prefs": {
          "settings.voice_interaction.oobe_voice_match.enabled": {
            "value": false
          }
        }
      }
    ]
  },

  "AssistantWebEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },

  "VoiceInteractionContextEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.voice_interaction.context.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "VoiceInteractionContextEnabled": false
        },
        "prefs": {
          "settings.voice_interaction.context.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "VoiceInteractionContextEnabled": true
        },
        "prefs": {
          "settings.voice_interaction.context.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "VoiceInteractionQuickAnswersEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "QuickAnswersEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.quick_answers.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "QuickAnswersEnabled": false
        },
        "prefs": {
          "settings.quick_answers.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "QuickAnswersEnabled": true
        },
        "prefs": {
          "settings.quick_answers.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "QuickAnswersDefinitionEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.quick_answers.definition.enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "QuickAnswersDefinitionEnabled": false
        },
        "prefs": {
          "settings.quick_answers.definition.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "QuickAnswersDefinitionEnabled": true
        },
        "prefs": {
          "settings.quick_answers.definition.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "QuickAnswersTranslationEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.quick_answers.translation.enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "QuickAnswersTranslationEnabled": false
        },
        "prefs": {
          "settings.quick_answers.translation.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "QuickAnswersTranslationEnabled": true
        },
        "prefs": {
          "settings.quick_answers.translation.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "QuickAnswersUnitConversionEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "settings.quick_answers.unit_conversion.enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "QuickAnswersUnitConversionEnabled": false
        },
        "prefs": {
          "settings.quick_answers.unit_conversion.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "QuickAnswersUnitConversionEnabled": true
        },
        "prefs": {
          "settings.quick_answers.unit_conversion.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "DeviceRebootOnUserSignout": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "ForceNetworkInProcess": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceWilcoDtcAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceWilcoDtcConfiguration": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "DevicePowerPeakShiftEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DevicePowerPeakShiftEnabled": true
        },
        "prefs": {
          "ash.power.peak_shift_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DevicePowerPeakShiftBatteryThreshold": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DevicePowerPeakShiftBatteryThreshold": 20
        },
        "prefs": {
          "ash.power.peak_shift_battery_threshold": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DevicePowerPeakShiftDayConfig": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DevicePowerPeakShiftDayConfig": {
            "entries": [
              {
                "charge_start_time": {
                  "hour": 20,
                  "minute": 0
                },
                "day": "MONDAY",
                "end_time": {
                  "hour": 10,
                  "minute": 15
                },
                "start_time": {
                  "hour": 7,
                  "minute": 30
                }
              },
              {
                "charge_start_time": {
                  "hour": 22,
                  "minute": 30
                },
                "day": "FRIDAY",
                "end_time": {
                  "hour": 9,
                  "minute": 45
                },
                "start_time": {
                  "hour": 4,
                  "minute": 0
                }
              }
            ]
          }
        },
        "prefs": {
          "ash.power.peak_shift_day_config": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceBootOnAcEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceBootOnAcEnabled": true
        },
        "prefs": {
          "ash.power.boot_on_ac_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceDockMacAddressSource": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceAdvancedBatteryChargeModeEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceAdvancedBatteryChargeModeEnabled": true
        },
        "prefs": {
          "ash.power.advanced_battery_charge_mode_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceAdvancedBatteryChargeModeDayConfig": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceAdvancedBatteryChargeModeDayConfig": {
            "entries": [
              {
                "charge_start_time": {
                  "hour": 10,
                  "minute": 0
                },
                "day": "MONDAY",
                "charge_end_time": {
                  "hour": 20,
                  "minute": 15
                }
              },
              {
                "charge_start_time": {
                  "hour": 8,
                  "minute": 30
                },
                "day": "FRIDAY",
                "charge_end_time": {
                  "hour": 15,
                  "minute": 45
                }
              }
            ]
          }
        },
        "prefs": {
          "ash.power.advanced_battery_charge_mode_day_config": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceBatteryChargeMode": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceBatteryChargeMode": 5
        },
        "prefs": {
          "ash.power.battery_charge_mode": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceBatteryChargeCustomStartCharging": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceBatteryChargeCustomStartCharging": 60
        },
        "prefs": {
          "ash.power.battery_charge_custom_start_charging": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceBatteryChargeCustomStopCharging": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceBatteryChargeCustomStopCharging": 91
        },
        "prefs": {
          "ash.power.battery_charge_custom_stop_charging": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceUsbPowerShareEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceUsbPowerShareEnabled": true
        },
        "prefs": {
          "ash.power.usb_power_share_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DevicePowerwashAllowed": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceWebBasedAttestationAllowedUrls": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "EmojiSuggestionEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EmojiSuggestionEnabled": false
        },
        "prefs": {
          "assistive_input.emoji_suggestion.enterprise_allowed": {}
        }
      }
    ]
  },
  "EmojiPickerGifSupportEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "policies": {},
        "prefs": {
          "emoji_picker.gif_support_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "policies": {
          "EmojiPickerGifSupportEnabled": false
        },
        "prefs": {
          "emoji_picker.gif_support_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "policies": {
          "EmojiPickerGifSupportEnabled": true
        },
        "prefs": {
          "emoji_picker.gif_support_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      }
    ]
  },
  "PerAppTimeLimits": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PerAppTimeLimits": {
            "app_limits": [
              {
                "app_info": {
                  "app_id": "com.example.myapp",
                  "app_type": "ARC"
                },
                "restriction": "TIME_LIMIT",
                "daily_limit_mins": 30,
                "last_updated_millis": "1570223060437"
              },
              {
                "app_info": {
                  "app_id": "pjkljhegncpnkpknbcohdijeoejaedia",
                  "app_type": "EXTENSION"
                },
                "restriction": "TIME_LIMIT",
                "daily_limit_mins": 10,
                "last_updated_millis": "1570223000000"
              },
              {
                "app_info": {
                  "app_id": "iniodglblcgmngkgdipeiclkdjjpnlbn",
                  "app_type": "BUILT-IN"
                },
                "restriction": "BLOCK",
                "last_updated_millis": "1570223000000"
              }
            ],
            "reset_at": {
              "hour": 6,
              "minute": 0
            },
            "activity_reporting_enabled": true
          }
        },
        "prefs": {
          "child_user.per_app_time_limits.policy": {}
        }
      }
    ]
  },
  "PerAppTimeLimitsWhitelist": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PerAppTimeLimitsAllowlist": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PerAppTimeLimitsAllowlist": {
            "scheme_list": [
              "chrome",
              "files"
            ],
            "domain_list": [
              "support.google.com",
              "policies.google.com"
            ],
            "app_list": [
              {
                "app_id": "pjkljhegncpnkpknbcohdijeoejaedia",
                "app_type": "EXTENSION"
              },
              {
                "app_id": "iniodglblcgmngkgdipeiclkdjjpnlbn",
                "app_type": "BUILT-IN"
              }
            ]
          }
        },
        "prefs": {
          "child_user.per_app_time_limits.allowlist": {}
        }
      }
    ]
  },
  "DeviceLoginScreenPrivacyScreenEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrivacyScreenEnabled": true
        },
        "prefs": {
          "settings.display.privacy_screen_enabled": {
            "value": true,
            "location": "signin_profile"
          }
        }
      }
    ]
  },
  "PrivacyScreenEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrivacyScreenEnabled": true
        },
        "prefs": {
          "settings.display.privacy_screen_enabled": {}
        }
      }
    ]
  },
  "RequiredClientCertificateForUser": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "required_client_certificate_for_user": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "RequiredClientCertificateForUser": [
            {
              "name": "Certificate Profile 1",
              "cert_profile_id": "cert_profile_id_1",
              "key_algorithm": "rsa",
              "renewal_period_seconds": 2592000,
              "policy_version": "some_hash",
              "enable_remote_attestation_check": true
            }
          ]
        },
        "prefs": {
          "required_client_certificate_for_user": {
            "value": [
              {
                "name": "Certificate Profile 1",
                "cert_profile_id": "cert_profile_id_1",
                "key_algorithm": "rsa",
                "renewal_period_seconds": 2592000,
                "policy_version": "some_hash",
                "enable_remote_attestation_check": true
              }
            ]
          }
        }
      },
      {
        "note": "Simple value with dynamic protocol",
        "policies": {
          "RequiredClientCertificateForUser": [
            {
              "name": "Certificate Profile 1",
              "cert_profile_id": "cert_profile_id_1",
              "key_algorithm": "rsa",
              "renewal_period_seconds": 2592000,
              "policy_version": "some_hash",
              "enable_remote_attestation_check": true,
              "protocol_version": 2
            }
          ]
        },
        "prefs": {
          "required_client_certificate_for_user": {
            "value": [
              {
                "name": "Certificate Profile 1",
                "cert_profile_id": "cert_profile_id_1",
                "key_algorithm": "rsa",
                "renewal_period_seconds": 2592000,
                "policy_version": "some_hash",
                "enable_remote_attestation_check": true,
                "protocol_version": 2
              }
            ]
          }
        }
      }
    ]
  },
  "RequiredClientCertificateForDevice": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "required_client_certificate_for_device": {
            "default_value": [],
            "location": "local_state"
          }
        }
      },
      {
        "note": "Simple value",
        "policies": {
          "RequiredClientCertificateForDevice": [
            {
              "name": "Certificate Profile 1",
              "cert_profile_id": "cert_profile_id_1",
              "key_algorithm": "rsa",
              "renewal_period_seconds": 2592000,
              "policy_version": "some_hash",
              "enable_remote_attestation_check": true
            }
          ]
        },
        "prefs": {
          "required_client_certificate_for_device": {
            "value": [
              {
                "name": "Certificate Profile 1",
                "cert_profile_id": "cert_profile_id_1",
                "key_algorithm": "rsa",
                "renewal_period_seconds": 2592000,
                "policy_version": "some_hash",
                "enable_remote_attestation_check": true
              }
            ],
            "location": "local_state"
          }
        }
      },
      {
        "note": "Simple value with dynamic protocol",
        "policies": {
          "RequiredClientCertificateForUser": [
            {
              "name": "Certificate Profile 1",
              "cert_profile_id": "cert_profile_id_1",
              "key_algorithm": "rsa",
              "renewal_period_seconds": 2592000,
              "policy_version": "some_hash",
              "enable_remote_attestation_check": true,
              "protocol_version": 2
            }
          ]
        },
        "prefs": {
          "required_client_certificate_for_user": {
            "value": [
              {
                "name": "Certificate Profile 1",
                "cert_profile_id": "cert_profile_id_1",
                "key_algorithm": "rsa",
                "renewal_period_seconds": 2592000,
                "policy_version": "some_hash",
                "enable_remote_attestation_check": true,
                "protocol_version": 2
              }
            ]
          }
        }
      }
    ]
  },
  "DeviceArcDataSnapshotHours": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceBorealisAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceAllowedBluetoothServices": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "DeviceDebugPacketCaptureAllowed": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ChromeFrameRendererSettings": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RenderInChromeFrameList": {
    "reason_for_missing_test": "Policy was removed"
  },
  "RenderInHostList": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ChromeFrameContentTypes": {
    "reason_for_missing_test": "Policy was removed"
  },
  "GCFUserDataDir": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AdditionalLaunchParameters": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SuppressChromeFrameTurndownPrompt": {
    "reason_for_missing_test": "Policy was removed"
  },
  "SkipMetadataCheck": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ArcBackupRestoreServiceEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "arc.backup_restore.enabled": {
            "value": false
          }
        }
      },
      {
        "note": "BackupAndRestoreDisabled (0) sets pref false.",
        "policies": {
          "ArcBackupRestoreServiceEnabled": 0
        },
        "prefs": {
          "arc.backup_restore.enabled": {
            "value": false
          }
        }
      },
      {
        "note": "BackupAndRestoreEnabled (2) sets pref true.",
        "policies": {
          "ArcBackupRestoreServiceEnabled": 2
        },
        "prefs": {
          "arc.backup_restore.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "ArcGoogleLocationServicesEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "arc.location_service.enabled": {
            "value": false
          }
        }
      },
      {
        "note": "Default value, user decides.",
        "policies": {
          "ArcGoogleLocationServicesEnabled": 1
        },
        "prefs": {
          "arc.location_service.enabled": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value, disabled.",
        "policies": {
          "ArcGoogleLocationServicesEnabled": 2
        },
        "prefs": {
          "arc.location_service.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SafeSitesFilterBehavior": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "value for disabled",
        "policies": {
          "SafeSitesFilterBehavior": 0
        },
        "prefs": {
          "policy.safe_sites_filter_behavior": {
            "value": 0
          }
        }
      },
      {
        "note": "value for enabled",
        "policies": {
          "SafeSitesFilterBehavior": 1
        },
        "prefs": {
          "policy.safe_sites_filter_behavior": {
            "value": 1
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "policy.safe_sites_filter_behavior": {
            "default_value": 0
          }
        }
      }
    ]
  },
  "ReportVersionData": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ReportPolicyData": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ReportMachineIDData": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ReportUserIDData": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ReportExtensionsAndPluginsData": {
    "reason_for_missing_test": "TODO(crbug.com/1213429) add test case"
  },
  "ReportSafeBrowsingData": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CloudExtensionRequestEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "Policy uses default value if CloudReportingEnabled is false or unset.",
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "CloudExtensionRequestEnabled": true
        },
        "policies_settings": {
          "CloudExtensionRequestEnabled": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "CloudExtensionRequestEnabled": false
        },
        "policies_settings": {
          "CloudExtensionRequestEnabled": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "CloudExtensionRequestEnabled": true,
          "CloudReportingEnabled": false
        },
        "policies_settings": {
          "CloudExtensionRequestEnabled": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "CloudExtensionRequestEnabled": false,
          "CloudReportingEnabled": false
        },
        "policies_settings": {
          "CloudExtensionRequestEnabled": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "CloudExtensionRequestEnabled": true,
          "CloudReportingEnabled": true
        },
        "policies_settings": {
          "CloudExtensionRequestEnabled": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "CloudExtensionRequestEnabled": false,
          "CloudReportingEnabled": true
        },
        "policies_settings": {
          "CloudExtensionRequestEnabled": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "CloudExtensionRequestEnabled": true,
          "CloudReportingEnabled": true
        },
        "policies_settings": {
          "CloudExtensionRequestEnabled": {
            "scope": "machine",
            "source": "platform"
          }
        },
        "prefs": {
          "enterprise_reporting.extension_request.enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "LegacyTechReportAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LegacyTechReportAllowlist": [
            "https://www.example.com",
            "www.example.com/path",
            "192.168.0.1:8088/path",
            "localhost"
          ]
        },
        "policies_settings": {
          "LegacyTechReportAllowlist": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.legachy_tech.urls": {
            "value": [
              "https://www.example.com",
              "www.example.com/path",
              "192.168.0.1:8088/path",
              "localhost"
            ]
          }
        }
      },
      {
        "policies": {
          "LegacyTechReportAllowlist": []
        },
        "policies_settings": {
          "LegacyTechReportAllowlist": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.legachy_tech.urls": {
            "value": []
          }
        }
      }
    ]
  },
  "CloudReportingUploadFrequency": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CloudReportingUploadFrequency": 12
        },
        "policies_settings": {
          "CloudReportingUploadFrequency": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.upload_frequency": {
            "value": "43200000000",
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "CloudReportingUploadFrequency": 1
        },
        "policies_settings": {
          "CloudReportingUploadFrequency": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.upload_frequency": {
            "value": "10800000000",
            "location": "local_state"
          }
        }
      }
    ]
  },
  "CloudReportingEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CloudReportingEnabled": true
        },
        "prefs": {
          "enterprise_reporting.chrome_cloud_reporting": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "CloudProfileReportingEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CloudProfileReportingEnabled": true
        },
        "policies_settings": {
          "CloudProfileReportingEnabled": {
            "scope": "user",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.chrome_profile_cloud_reporting": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "policies": {
          "CloudProfileReportingEnabled": true
        },
        "policies_settings": {
          "CloudProfileReportingEnabled": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "enterprise_reporting.chrome_profile_cloud_reporting": {
            "location": "user_profile",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "CloudProfileReportingEnabled": true
        },
        "policies_settings": {
          "CloudProfileReportingEnabled": {
            "scope": "user",
            "source": "platform"
          }
        },
        "prefs": {
          "enterprise_reporting.chrome_profile_cloud_reporting": {
            "location": "user_profile",
            "default_value": false
          }
        }
      }
    ]
  },
  "VpnConfigAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "VpnConfigAllowed": false
        },
        "prefs": {
          "vpn_config_allowed": {}
        }
      }
    ]
  },
  "AlternativeBrowserPath": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AlternativeBrowserPath": "foobarbaz"
        },
        "prefs": {
          "browser_switcher.alternative_browser_path": {}
        }
      }
    ]
  },
  "AlternativeBrowserParameters": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.alternative_browser_parameters": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "AlternativeBrowserParameters": [
            "-foreground",
            "-new-window"
          ]
        },
        "prefs": {
          "browser_switcher.alternative_browser_parameters": {
            "value": [
              "-foreground",
              "-new-window"
            ]
          }
        }
      }
    ]
  },
  "BrowserSwitcherChromePath": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.chrome_path": {
            "default_value": ""
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherChromePath": "chrome.exe"
        },
        "prefs": {
          "browser_switcher.chrome_path": {
            "value": "chrome.exe"
          }
        }
      }
    ]
  },
  "BrowserSwitcherChromeParameters": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.chrome_parameters": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherChromeParameters": [
            "--force-dark-mode"
          ]
        },
        "prefs": {
          "browser_switcher.chrome_parameters": {
            "value": [
              "--force-dark-mode"
            ]
          }
        }
      }
    ]
  },
  "BrowserSwitcherUrlList": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.url_list": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherUrlList": [
            "example.com",
            "google.com"
          ]
        },
        "prefs": {
          "browser_switcher.url_list": {
            "value": [
              "example.com",
              "google.com"
            ]
          }
        }
      }
    ]
  },
  "BrowserSwitcherUrlGreylist": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.url_greylist": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherUrlGreylist": [
            "example.com",
            "google.com"
          ]
        },
        "prefs": {
          "browser_switcher.url_greylist": {
            "value": [
              "example.com",
              "google.com"
            ]
          }
        }
      }
    ]
  },
  "BrowserSwitcherUseIeSitelist": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.use_ie_sitelist": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherUseIeSitelist": true
        },
        "prefs": {
          "browser_switcher.use_ie_sitelist": {
            "value": true
          }
        }
      }
    ]
  },
  "BrowserSwitcherExternalSitelistUrl": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.external_sitelist_url": {
            "default_value": ""
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherExternalSitelistUrl": "file:///C:/src/sitelist.xml"
        },
        "prefs": {
          "browser_switcher.external_sitelist_url": {
            "value": "file:///C:/src/sitelist.xml"
          }
        }
      }
    ]
  },
  "BrowserSwitcherExternalGreylistUrl": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.external_greylist_url": {
            "default_value": ""
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherExternalGreylistUrl": "file:///C:/src/greylist.xml"
        },
        "prefs": {
          "browser_switcher.external_greylist_url": {
            "value": "file:///C:/src/greylist.xml"
          }
        }
      }
    ]
  },
  "BrowserSwitcherDelay": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.delay": {
            "default_value": 0
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherDelay": 10000
        },
        "prefs": {
          "browser_switcher.delay": {
            "value": 10000
          }
        }
      }
    ]
  },
  "BrowserSwitcherEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.enabled": {
            "default_value": false
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherEnabled": true
        },
        "prefs": {
          "browser_switcher.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "BrowserSwitcherParsingMode": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.parsing_mode": {
            "default_value": 0
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherParsingMode": 1
        },
        "prefs": {
          "browser_switcher.parsing_mode": {
            "value": 1
          }
        }
      }
    ]
  },
  "BrowserSwitcherKeepLastChromeTab": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_switcher.keep_last_tab": {
            "default_value": true
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserSwitcherKeepLastChromeTab": false
        },
        "prefs": {
          "browser_switcher.keep_last_tab": {
            "value": false
          }
        }
      }
    ]
  },
  "StartupBrowserWindowLaunchSuppressed": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "StartupBrowserWindowLaunchSuppressed": false
        },
        "prefs": {
          "startup_browser_window_launch_suppressed": {}
        }
      }
    ]
  },
  "LockScreenMediaPlaybackEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LockScreenMediaPlaybackEnabled": true
        },
        "prefs": {
          "ash.lock_screen_media_controls_enabled": {}
        }
      }
    ]
  },
  "OnFileAttachedEnterpriseConnector": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnFileAttachedEnterpriseConnector": [
            {
              "service_provider": "google",
              "enable": [
                {
                  "url_list": [
                    "*"
                  ],
                  "tags": [
                    "malware"
                  ]
                },
                {
                  "url_list": [
                    "*.them.com",
                    "*.others.com"
                  ],
                  "tags": [
                    "dlp"
                  ]
                }
              ],
              "disable": [
                {
                  "url_list": [
                    "*.us.com"
                  ],
                  "tags": [
                    "malware"
                  ]
                }
              ],
              "block_until_verdict": 0,
              "block_password_protected": true,
              "block_large_files": false
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_file_attached": {}
        }
      }
    ]
  },
  "OnFileAttachedEnterpriseConnector.LocalProvider": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnFileAttachedEnterpriseConnector": [
            {
              "service_provider": "local_user_agent",
              "verification": {
                "linux": ["key"],
                "mac": ["key"],
                "windows": ["key"]
              },
              "enable": [
                {
                  "url_list": [
                    "*"
                  ],
                  "tags": [
                    "dlp"
                  ]
                }
              ],
              "disable": [],
              "block_until_verdict": 1,
              "block_password_protected": false,
              "block_large_files": false
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_file_attached": {}
        }
      }
    ]
  },
  "OnFileDownloadedEnterpriseConnector": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnFileDownloadedEnterpriseConnector": [
            {
              "service_provider": "google",
              "enable": [
                {
                  "url_list": [
                    "*"
                  ],
                  "tags": [
                    "malware"
                  ]
                },
                {
                  "url_list": [
                    "*.them.com",
                    "*.others.com"
                  ],
                  "tags": [
                    "dlp"
                  ]
                }
              ],
              "disable": [
                {
                  "url_list": [
                    "*.us.com"
                  ],
                  "tags": [
                    "malware"
                  ]
                }
              ],
              "block_until_verdict": 1,
              "block_password_protected": false,
              "block_large_files": true
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_file_downloaded": {}
        }
      }
    ]
  },
  "OnFileDownloadedEnterpriseConnector.LocalProvider": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnFileDownloadedEnterpriseConnector": [
            {
              "service_provider": "local_user_agent",
              "verification": {
                "linux": ["key"],
                "mac": ["key"],
                "windows": ["key"]
              },
              "enable": [
                {
                  "url_list": [
                    "*"
                  ],
                  "tags": [
                    "dlp"
                  ]
                }
              ],
              "disable": [],
              "block_until_verdict": 1,
              "block_password_protected": false,
              "block_large_files": false
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_file_downloaded": {}
        }
      }
    ]
  },
  "OnBulkDataEntryEnterpriseConnector": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnBulkDataEntryEnterpriseConnector": [
            {
              "service_provider": "google",
              "enable": [
                {
                  "url_list": [
                    "*"
                  ],
                  "tags": [
                    "malware"
                  ]
                },
                {
                  "url_list": [
                    "*.them.com",
                    "*.others.com"
                  ],
                  "tags": [
                    "dlp"
                  ]
                }
              ],
              "disable": [
                {
                  "url_list": [
                    "*.us.com"
                  ],
                  "tags": [
                    "malware"
                  ]
                }
              ],
              "block_until_verdict": 0
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_bulk_data_entry": {}
        }
      }
    ]
  },
  "OnBulkDataEntryEnterpriseConnector.LocalProvider": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnBulkDataEntryEnterpriseConnector": [
            {
              "service_provider": "local_user_agent",
              "verification": {
                "linux": ["key"],
                "mac": ["key"],
                "windows": ["key"]
              },
              "enable": [
                {
                  "url_list": [
                    "*"
                  ],
                  "tags": [
                    "dlp"
                  ]
                }
              ],
              "disable": [],
              "block_until_verdict": 1,
              "block_password_protected": false,
              "block_large_files": false
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_bulk_data_entry": {}
        }
      }
    ]
  },
  "OnPrintEnterpriseConnector": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnPrintEnterpriseConnector": [
            {
              "service_provider": "google",
              "enable": [
                { "url_list": ["*"], "tags": ["malware"] },
                { "url_list": ["*.them.com", "*.others.com"], "tags": ["dlp"] }
              ],
              "disable": [
                { "url_list": ["*.us.com"], "tags": ["malware"] }
              ],
              "block_until_verdict": 0,
              "block_large_files": false
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_print": {}
        }
      }
    ]
  },
  "OnPrintEnterpriseConnector.LocalProvider": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnPrintEnterpriseConnector": [
            {
              "service_provider": "local_user_agent",
              "verification": {
                "linux": ["key"],
                "mac": ["key"],
                "windows": ["key"]
              },
              "enable": [
                { "url_list": ["*"], "tags": ["dlp"] }
              ],
              "disable": [],
              "block_until_verdict": 1,
              "block_password_protected": false,
              "block_large_files": false
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_print": {}
        }
      }
    ]
  },
  "OnFileTransferEnterpriseConnector": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnFileTransferEnterpriseConnector": [
            {
              "service_provider": "Google",
              "enable": [
                {
                  "source_destination_list": [
                    {
                      "sources": [{
                        "file_system_type": "*"
                      }],
                      "destinations": [{
                        "file_system_type": "MY_FILES"
                      }]
                    }
                  ],
                  "tags": ["malware"]
                },
                {
                  "source_destination_list": [
                    {
                      "sources": [
                        {
                          "file_system_type": "MY_FILES"
                        },
                        {
                          "file_system_type": "SMB"
                        }
                      ],
                      "destinations": [{
                        "file_system_type": "*"
                      }]
                    }
                  ],
                  "tags": ["dlp"]
                }
               ],
               "disable": [
                {
                  "source_destination_list": [
                    {
                      "sources": [{
                        "file_system_type": "*"
                      }],
                      "destinations": [
                        {
                          "file_system_type": "ARC"
                        },
                        {
                          "file_system_type": "SMB"
                        },
                        {
                          "file_system_type": "MY_FILES"
                        }
                      ]
                    }
                  ],
                  "tags": ["dlp"]
                }
               ],
              "block_until_verdict": 0,
              "block_password_protected": true,
              "block_large_files": false
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_file_transfer": {}
        }
      }
    ]
  },
  "OnSecurityEventEnterpriseConnector": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OnSecurityEventEnterpriseConnector": [
            {
              "service_provider": "google"
            }
          ]
        },
        "prefs": {
          "enterprise_connectors.on_security_event": {}
        }
      }
    ]
  },
  "EnterpriseRealTimeUrlCheckMode": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EnterpriseRealTimeUrlCheckMode": 1
        },
        "prefs": {
          "safebrowsing.enterprise_real_time_url_check_mode": {
            "value": 1
          }
        }
      }
    ]
  },
  "RendererCodeIntegrityEnabled": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RendererCodeIntegrityEnabled": true
        },
        "prefs": {
          "renderer_code_integrity_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "RendererAppContainerEnabled": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "RendererAppContainerEnabled": true
        },
        "prefs": {
          "renderer_app_container_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "BrowserLegacyExtensionPointsBlocked": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserLegacyExtensionPointsBlocked": true
        },
        "prefs": {
          "block_browser_legacy_extension_points": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "CORSNonWildcardRequestHeadersSupport": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "cors_non_wildcard_request_headers_support": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "CORSNonWildcardRequestHeadersSupport": false
        },
        "prefs": {
          "cors_non_wildcard_request_headers_support": {
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "policies": {
          "CORSNonWildcardRequestHeadersSupport": true
        },
        "prefs": {
          "cors_non_wildcard_request_headers_support": {
            "location": "user_profile",
            "value": true
          }
        }
      }
    ]
  },
  "HSTSPolicyBypassList": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HSTSPolicyBypassList": [
            "example"
          ]
        },
        "prefs": {
          "hsts.policy.upgrade_bypass_list": {
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "TotalMemoryLimitMb": {
    "os": [
      "win",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TotalMemoryLimitMb": 2048
        },
        "prefs": {
          "total_memory_limit_mb": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "TLS13HardeningForLocalAnchorsEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CorsMitigationList": {
    "reason_for_missing_test": "Policy was removed"
  },
  "CorsLegacyModeEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "StricterMixedContentTreatmentEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UserDataSnapshotRetentionLimit": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UserDataSnapshotRetentionLimit": 2
        },
        "prefs": {
          "downgrade.snapshot_retention_limit": {
            "value": 2,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "ForceLogoutUnauthenticatedUserEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ForceLogoutUnauthenticatedUserEnabled": false
        },
        "prefs": {
          "profile.force_logout_unauthenticated_user_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ForceLogoutUnauthenticatedUserEnabled": true
        },
        "prefs": {
          "profile.force_logout_unauthenticated_user_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "profile.force_logout_unauthenticated_user_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "AdvancedProtectionDeepScanningEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AdvancedProtectionAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": {},
        "prefs": {
          "safebrowsing.advanced_protection_allowed": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check the policy value: true",
        "policies": {
          "AdvancedProtectionAllowed": true
        },
        "prefs": {
          "safebrowsing.advanced_protection_allowed": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check the policy value: false",
        "policies": {
          "AdvancedProtectionAllowed": false
        },
        "prefs": {
          "safebrowsing.advanced_protection_allowed": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "SystemProxySettings": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "NativeWindowOcclusionEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "WindowOcclusionEnabled": {
    "os": [
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WindowOcclusionEnabled": true
        },
        "prefs": {
          "policy.native_window_occlusion_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "TabFreezingEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "AccessibilityImageLabelsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "policies": {},
        "prefs": {
          "settings.a11y.enable_accessibility_image_labels": {
            "location": "user_profile",
            "default_value": false
          }
        }
      },
      {
        "note": "Check policy value",
        "policies": {
          "AccessibilityImageLabelsEnabled": true
        },
        "prefs": {
          "settings.a11y.enable_accessibility_image_labels": {
            "location": "user_profile",
            "value": true
          }
        }
      }
    ]
  },
  "AppCacheForceEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "IntensiveWakeUpThrottlingEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IntensiveWakeUpThrottlingEnabled": true
        },
        "prefs": {
          "policy.intensive_wake_up_throttling_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "UserAgentClientHintsEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UserAgentClientHintsGREASEUpdateEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "chromeos_ash",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.user_agent_client_hints_grease_update_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": { "UserAgentClientHintsGREASEUpdateEnabled": true },
        "prefs": {
          "policy.user_agent_client_hints_grease_update_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": { "UserAgentClientHintsGREASEUpdateEnabled": false },
        "prefs": {
          "policy.user_agent_client_hints_grease_update_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "UrlParamFilterEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ScreenTimeEnabled": {
    "os": [
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.screen_time": {
            "default_value": true
          }
        }
      },
      {
        "policies": { "ScreenTimeEnabled": true },
        "prefs": {
          "policy.screen_time": {
            "value": true
          }
        }
      },
      {
        "policies": { "ScreenTimeEnabled": false },
        "prefs": {
          "policy.screen_time": {
            "value": false
          }
        }
      }
    ]
  },
  "ShowFullUrlsInAddressBar": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShowFullUrlsInAddressBar": true
        },
        "prefs": {
          "omnibox.prevent_url_elisions": {}
        }
      }
    ]
  },
  "LockIconInAddressBarEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DesktopSharingHubEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DesktopSharingHubEnabled": true
        },
        "prefs": {
          "sharing_hub.desktop_sharing_hub_enabled": {}
        }
      }
    ]
  },
  "InsecureFormsWarningsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "InsecureFormsWarningsEnabled": true
        },
        "prefs": {
          "profile.mixed_forms_warnings": {}
        }
      }
    ]
  },
  "LookalikeWarningAllowlistDomains": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LookalikeWarningAllowlistDomains": [
            "example.com"
          ]
        },
        "prefs": {
          "profile.lookalike_domain_allowlist": {}
        }
      }
    ]
  },
  "DeviceChannelDowngradeBehavior": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "BackForwardCacheEnabled": {
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BackForwardCacheEnabled": true
        },
        "prefs": {
          "policy.back_forward_cache_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "BackForwardCacheEnabled.Android": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "CCTToSDialogEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "TosDialogBehavior": {
    "os": [
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TosDialogBehavior": 2
        },
        "prefs": {
          "policy.cct_tos_dialog_behavior": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DefaultFileHandlingGuardSetting": {
    "reason_for_missing_test": "Policy was removed"
  },
  "FileHandlingAllowedForUrls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "FileHandlingBlockedForUrls": {
    "reason_for_missing_test": "Policy was removed"
  },
  "LensRegionSearchEnabled": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": { "LensRegionSearchEnabled": true },
        "prefs": {
          "policy.lens_region_search_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check default values (no policies set)",
        "policies": { },
        "prefs": {
          "policy.lens_region_search_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      }
    ]
  },
  "LensDesktopNTPSearchEnabled": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": { "LensDesktopNTPSearchEnabled": true },
        "prefs": {
          "policy.lens_desktop_ntp_search_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check default values (no policies set)",
        "policies": { },
        "prefs": {
          "policy.lens_desktop_ntp_search_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      }
    ]
  },
  "LensCameraAssistedSearchEnabled": {
    "os": [
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LensCameraAssistedSearchEnabled": true
        },
        "prefs": {
          "policy.lens_camera_assisted_search_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DefaultFileSystemReadGuardSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultFileSystemReadGuardSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.file_system_read_guard": {}
        }
      }
    ]
  },
  "DefaultFileSystemWriteGuardSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultFileSystemWriteGuardSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.file_system_write_guard": {}
        }
      }
    ]
  },
  "FileSystemReadAskForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FileSystemReadAskForUrls": [
            "[*.].com"
          ]
        },
        "prefs": {
          "profile.managed_file_system_read_ask_for_urls": {}
        }
      }
    ]
  },
  "FileSystemReadBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FileSystemReadBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_file_system_read_blocked_for_urls": {}
        }
      }
    ]
  },
  "FileSystemWriteAskForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FileSystemWriteAskForUrls": [
            "[*.].com"
          ]
        },
        "prefs": {
          "profile.managed_file_system_write_ask_for_urls": {}
        }
      }
    ]
  },
  "FileSystemWriteBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FileSystemWriteBlockedForUrls": [
            "[*.]google.com"
          ]
        },
        "prefs": {
          "profile.managed_file_system_write_blocked_for_urls": {}
        }
      }
    ]
  },
  "DataLeakPreventionClipboardCheckSizeLimit": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DataLeakPreventionClipboardCheckSizeLimit": 50
        },
        "prefs": {
          "policy.dlp_clipboard_check_size_limit": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DataLeakPreventionReportingEnabled": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DataLeakPreventionReportingEnabled": true
        },
        "prefs": {
          "policy.dlp_reporting_enabled": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DataControlsRules": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "data_controls.rules": {
            "default_value": [],
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "DataControlsRules": [
            {
              "name": "rule name",
              "rule_id": "rule001",
              "description": "testing rule",
              "restrictions": [{"class": "FILE_DOWNLOAD", "level": "BLOCK"}],
              "sources": {
                "urls": ["salesforce.com", "gmail.com"],
                "byte_size_higher_than": 100,
                "byte_size_lower_than": 5000000,
                "file_type": ["exe", "bat", "msi", "dmg"],
                "mime_type": ["application/vnd.microsoft.portable-executable"],
                "file_number_higher_than": 0,
                "file_number_lower_than": 2
              }
            }
          ]
        },
        "prefs": {
          "data_controls.rules": {
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "DataLeakPreventionRulesList": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DataLeakPreventionRulesList": [
            {
              "name": "Support agent work flows",
              "description": "Allow copy and paste for work purposes but block screenshots, screen share and printing",
              "sources": {
                "urls": [
                  "salesforce.com",
                  "gmail.com",
                  "docs.google.com",
                  "drive.google.com",
                  "*.company.com"
                ]
              },
              "destinations": {
                "urls": [
                  "salesforce.com",
                  "gmail.com",
                  "docs.google.com",
                  "drive.google.com",
                  "*.company.com"
                ],
                "components": []
              },
              "restrictions": [
                {
                  "class": "CLIPBOARD",
                  "level": "ALLOW"
                },
                {
                  "class": "SCREENSHOT",
                  "level": "BLOCK"
                },
                {
                  "class": "PRINTING",
                  "level": "BLOCK"
                },
                {
                  "class": "PRIVACY_SCREEN",
                  "level": "BLOCK"
                },
                {
                  "class": "SCREEN_SHARE",
                  "level": "BLOCK"
                },
                {
                  "class": "FILES",
                  "level": "WARN"
                }
              ]
            }
          ]
        },
        "prefs": {
          "policy.dlp_rules_list": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "WebRtcAllowLegacyTLSProtocols": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebRtcAllowLegacyTLSProtocols": false
        },
        "prefs": {
          "webrtc.allow_legacy_tls_protocols": {}
        }
      }
    ]
  },
  "MediaRecommendationsEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "EduCoexistenceToSVersion": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EduCoexistenceToSVersion": "333024512"
        },
        "prefs": {
          "family_link_user.edu_coexistence_tos_version": {}
        }
      }
    ]
  },
  "BrowsingDataLifetime": {
    "os": [
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "mac",
      "win",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser.clear_data.browsing_data_lifetime": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value when SyncDisabled is true.",
        "policies": {
          "BrowsingDataLifetime": [
            {
              "data_types": [
                "browsing_history"
              ],
              "time_to_live_in_hours": 2
            }
          ],
          "SyncDisabled": true
        },
        "prefs": {
          "browser.clear_data.browsing_data_lifetime": {
            "value": [
              {
                "data_types": [
                  "browsing_history"
                ],
                "time_to_live_in_hours": 2
              }
            ]
          }
        }
      },
      {
        "note": "Simple value when SyncDisabled is false.",
        "policies": {
          "BrowsingDataLifetime": [
            {
              "data_types": [
                "autofill"
              ],
              "time_to_live_in_hours": 2
            }
          ],
          "SyncDisabled": false
        },
        "prefs": {
          "browser.clear_data.browsing_data_lifetime": {
            "value": [
              {
                "data_types": [
                  "autofill"
                ],
                "time_to_live_in_hours": 2
              }
            ]
          },
          "sync.autofill": {
            "value": false
          }
        }
      }
    ]
  },
  "LacrosAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "IntegratedWebAuthenticationAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ClearBrowsingDataOnExitList": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser.clear_data.clear_on_exit": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value when SyncDisabled is true.",
        "policies": {
          "ClearBrowsingDataOnExitList": [
            "browsing_history"
          ],
          "SyncDisabled": true
        },
        "prefs": {
          "browser.clear_data.clear_on_exit": {
            "value": [
              "browsing_history"
            ]
          }
        }
      },
      {
        "note": "Simple value when SyncDisabled is false.",
        "policies": {
          "ClearBrowsingDataOnExitList": [
            "autofill"
          ],
          "SyncDisabled": false
        },
        "prefs": {
          "browser.clear_data.clear_on_exit": {
            "value": ["autofill"]
          },
          "sync.autofill": {
            "value": false
          }
        }
      }
    ]
  },
  "ClearBrowsingDataOnExitList.Android": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android"
  },
  "ProfilePickerOnStartupAvailability": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProfilePickerOnStartupAvailability": 2
        },
        "prefs": {
          "profile.picker_availability_on_startup": {
            "location": "local_state",
            "value": 2
          }
        }
      }
    ]
  },
  "SigninInterceptionEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SigninInterceptionEnabled": false
        },
        "prefs": {
          "signin.interception_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "BrowserLabsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "browser_labs_enabled": {
            "default_value": true,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "BrowserLabsEnabled": false
        },
        "prefs": {
          "browser_labs_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "WebXRImmersiveArEnabled": {
    "os": [
      "android"
    ],
    "reason_for_missing_test": "TODO(http://crbug.com/1141521): enable this policy test on Android",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebXRImmersiveArEnabled": false
        },
        "prefs": {
          "webxr.immersive_ar_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "DeviceSystemWideTracingEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "device_system_wide_tracing_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "DeviceSystemWideTracingEnabled": true
        },
        "prefs": {
          "device_system_wide_tracing_enabled": {
            "value": true,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "DeviceSystemWideTracingEnabled": false
        },
        "prefs": {
          "device_system_wide_tracing_enabled": {
            "value": false,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "WebAppSettings": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.web_app.policy_settings": {
            "default_value": []
          }
        }
       },
      {
        "policies": {
          "WebAppSettings": [
            {
              "manifest_id": "https://foo.example/index.html",
              "run_on_os_login": "allowed"
            },
            {
              "manifest_id": "https://bar.example/index.html",
              "run_on_os_login": "blocked"
            },
            {
              "manifest_id": "https://foobar.example/index.html",
              "run_on_os_login": "run_windowed"
            },
            {
              "manifest_id": "*",
              "run_on_os_login": "blocked"
            }
          ]
        },
        "prefs": {
          "profile.web_app.policy_settings": {}
        }
      }
    ]
  },
  "FetchKeepaliveDurationSecondsOnShutdown": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "fetch_keepalive_duration_on_shutdown": {
            "location": "user_profile",
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "FetchKeepaliveDurationSecondsOnShutdown": 0
        },
        "prefs": {
          "fetch_keepalive_duration_on_shutdown": {
            "location": "user_profile",
            "value": 0
          }
        }
      },
      {
        "policies": {
          "FetchKeepaliveDurationSecondsOnShutdown": 1
        },
        "prefs": {
          "fetch_keepalive_duration_on_shutdown": {
            "location": "user_profile",
            "value": 1
          }
        }
      },
      {
        "policies": {
          "FetchKeepaliveDurationSecondsOnShutdown": 5
        },
        "prefs": {
          "fetch_keepalive_duration_on_shutdown": {
            "location": "user_profile",
            "value": 5
          }
        }
      }
    ]
  },
  "SuppressDifferentOriginSubframeDialogs": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SuppressDifferentOriginSubframeDialogs": true
        },
        "prefs": {
          "suppress_different_origin_subframe_js_dialogs": {}
        }
      }
    ]
  },
  "LacrosSecondaryProfilesAllowed": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "lacros_secondary_profiles_allowed": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "LacrosSecondaryProfilesAllowed": false
        },
        "prefs": {
          "lacros_secondary_profiles_allowed": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "LacrosSecondaryProfilesAllowed": true
        },
        "prefs": {
          "lacros_secondary_profiles_allowed": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "ForcedLanguages": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ForcedLanguages": [
            "en-US",
            "fr-FR"
          ]
        },
        "prefs": {
          "intl.forced_languages": {
            "value": [
              "en-US",
              "fr-FR"
            ],
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "BrowserThemeColor": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "autogenerated.theme.policy.color": {
            "default_value": 0,
            "location": "user_profile"
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "BrowserThemeColor": "#000000"
        },
        "prefs": {
          "autogenerated.theme.policy.color": {
            "value": -16777216,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "WebRtcIPHandling": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WebRtcIPHandling": "default_public_interface_only"
        },
        "prefs": {
          "webrtc.ip_handling_policy": {
            "location": "user_profile",
            "value": "default_public_interface_only"
          }
        }
      }
    ]
  },
  "PdfAnnotationsEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PdfAnnotationsEnabled": true
        },
        "prefs": {
          "pdf.enable_annotations": {}
        }
      }
    ]
  },
  "PdfUseSkiaRendererEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PdfUseSkiaRendererEnabled": true
        },
        "prefs": {
          "pdf.enable_skia": {
            "location": "user_profile",
            "value": true
          }
        }
      }
    ]
  },
  "ExplicitlyAllowedNetworkPorts": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "default value",
        "policies": {},
        "prefs": {
          "net.explicitly_allowed_network_ports": {
            "default_value": [],
            "location": "local_state"
          }
        }
      },
      {
        "note": "no ports are currently allowed to be blocked, but policy remains in place for potential future use",
        "policies": {
          "ExplicitlyAllowedNetworkPorts": []
        },
        "prefs": {
          "net.explicitly_allowed_network_ports": {
            "value": [],
            "location": "local_state"
          }
        }
      }
    ]
  },
  "SuggestLogoutAfterClosingLastWindow": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "suggest_logout_after_closing_last_window": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "SuggestLogoutAfterClosingLastWindow": false
        },
        "prefs": {
          "suggest_logout_after_closing_last_window": {
            "value": false
          }
        }
      }
    ]
  },
  "LacrosAvailability": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "lacros_launch_switch": {
            "location": "local_state",
            "value": 1
          }
        }
      },
      {
        "policies": {
          "LacrosAvailability": "user_choice"
        },
        "prefs": {
          "lacros_launch_switch": {
            "location": "local_state",
            "value": 0
          }
        }
      },
      {
        "policies": {
          "LacrosAvailability": "lacros_disallowed"
        },
        "prefs": {
          "lacros_launch_switch": {
            "location": "local_state",
            "value": 1
          }
        }
      },
      {
        "policies": {
          "LacrosAvailability": "lacros_only"
        },
        "prefs": {
          "lacros_launch_switch": {
            "location": "local_state",
            "value": 4
          }
        }
      }
    ]
  },
  "LacrosSelection": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "lacros_selection": {
            "location": "local_state",
            "value": 1
          }
        }
      },
      {
        "policies": {
          "LacrosSelection": "user_choice"
        },
        "prefs": {
          "lacros_selection": {
            "location": "local_state",
            "value": 0
          }
        }
      },
      {
        "policies": {
          "LacrosSelection": "rootfs"
        },
        "prefs": {
          "lacros_selection": {
            "location": "local_state",
            "value": 1
          }
        }
      }
    ]
  },
  "LacrosDataBackwardMigrationMode": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "lacros_data_backward_migration_mode": {
            "location": "local_state",
            "default_value": ""
          }
        }
      },
      {
        "policies": {
          "LacrosDataBackwardMigrationMode": "none"
        },
        "prefs": {
          "lacros_data_backward_migration_mode": {
            "location": "local_state",
            "value": "none"
          }
        }
      },
      {
        "policies": {
          "LacrosDataBackwardMigrationMode": "keep_none"
        },
        "prefs": {
          "lacros_data_backward_migration_mode": {
            "location": "local_state",
            "value": "keep_none"
          }
        }
      },
      {
        "policies": {
          "LacrosDataBackwardMigrationMode": "keep_safe_data"
        },
        "prefs": {
          "lacros_data_backward_migration_mode": {
            "location": "local_state",
            "value": "keep_safe_data"
          }
        }
      },
      {
        "policies": {
          "LacrosDataBackwardMigrationMode": "keep_all"
        },
        "prefs": {
          "lacros_data_backward_migration_mode": {
            "location": "local_state",
            "value": "keep_all"
          }
        }
      }
    ]
  },
  "CloudUserPolicyMerge": {
    "reason_for_missing_test": "This policy has no pref as it is only directly read by the policy system."
  },
  "ManagedAccountsSigninRestriction": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.managed_accounts.restriction.value": {
            "default_value": ""
          },
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "primary_account"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "user",
            "source": "cloud"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.value": {
            "value": "primary_account"
          },
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "primary_account_strict"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "user",
            "source": "platform"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.value": {
            "value": "primary_account_strict"
          },
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "none"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.value": {
            "value": "none"
          },
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "affiliated_device"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "user",
            "source": "cloud"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.value": {
            "value": "affiliated_device"
          },
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": false
          }
        }
      }
    ]
  },
  "ManagedAccountsSigninRestriction.CrOS": {
    "os": [
      "chromeos_ash"
    ],
    "reason_for_missing_test": "TODO(crbug.com/1213429) future policy"
  },
  "HttpsOnlyMode": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HttpsOnlyMode": "disallowed"
        },
        "prefs": {
          "https_only_mode_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "HttpsOnlyMode": "allowed"
        },
        "prefs": {
          "https_only_mode_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "HttpsOnlyMode": "force_enabled"
        },
        "prefs": {
          "https_only_mode_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "HttpAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HttpAllowlist": [
            "example.org",
            "[*.]example.com",
            "10.0.22.1"
          ]
        },
        "prefs": {
          "https_upgrades.policy.http_allowlist": {
            "value": [
              "example.org",
              "[*.]example.com",
              "10.0.22.1"
            ]
          }
        }
      }
    ]
  },
  "HttpsUpgradesEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "HttpsUpgradesEnabled": true
        },
        "prefs": {
          "https_upgrades.policy.upgrades_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "HttpsUpgradesEnabled": false
        },
        "prefs": {
          "https_upgrades.policy.upgrades_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "HttpsUpgradesEnabled": {}
        },
        "prefs": {
          "https_upgrades.policy.upgrades_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "DeviceRestrictedManagedGuestSessionEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "RestrictedManagedGuestSessionExtensionCleanupExemptList": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "restricted_managed_guest_session_extension_cleanup_exempt_list": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "RestrictedManagedGuestSessionExtensionCleanupExemptList": [
            "abcdefghijklmnopabcdefghijklmnop",
            "bcdefghijklmnopabcdefghijklmnopa"
          ]
        },
        "prefs": {
          "restricted_managed_guest_session_extension_cleanup_exempt_list": {
            "value": [
              "abcdefghijklmnopabcdefghijklmnop",
              "bcdefghijklmnopabcdefghijklmnopa"
            ]
          }
        }
      }
    ]
  },
  "ArcAppToWebAppSharingEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ArcAppToWebAppSharingEnabled": false
        },
        "prefs": {
          "generated_webapks_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ArcAppToWebAppSharingEnabled": true
        },
        "prefs": {
          "generated_webapks_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "generated_webapks_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "EnhancedNetworkVoicesInSelectToSpeakAllowed": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "EnhancedNetworkVoicesInSelectToSpeakAllowed": true
        },
        "prefs": {
          "settings.a11y.enhanced_network_voices_in_select_to_speak_allowed": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "EnhancedNetworkVoicesInSelectToSpeakAllowed": false
        },
        "prefs": {
          "settings.a11y.enhanced_network_voices_in_select_to_speak_allowed": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "settings.a11y.enhanced_network_voices_in_select_to_speak_allowed": {
            "default_value": true
          }
        }
      }
    ]
  },
  "ChromeAppsEnabled": {
    "reason_for_missing_test": "Policy was deprecated in M114"
  },
  "ChromeAppsWebViewPermissiveBehaviorAllowed": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": { "ChromeAppsWebViewPermissiveBehaviorAllowed": false },
        "prefs": {
          "extensions.webview_permissive_behavior": {
            "value": false
          }
        }
      },
      {
        "policies": { "ChromeAppsWebViewPermissiveBehaviorAllowed": true },
        "prefs": {
          "extensions.webview_permissive_behavior": {
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "extensions.webview_permissive_behavior": {
            "default_value": false
          }
        }
      }
    ]
  },
  "FullRestoreEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FullRestoreEnabled": false
        },
        "prefs": {
          "settings.restore_apps_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "FullRestoreEnabled": true
        },
        "prefs": {
          "settings.restore_apps_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "settings.restore_apps_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "GhostWindowEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "GhostWindowEnabled": false
        },
        "prefs": {
          "settings.ghost_window_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "GhostWindowEnabled": true
        },
        "prefs": {
          "settings.ghost_window_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "settings.ghost_window_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "WebSQLInThirdPartyContextEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "U2fSecurityKeyApiEnabled": {
    "reason_for_missing_test": "Policy was deprecated in M103"
  },
  "LoadCryptoTokenExtension": {
    "reason_for_missing_test": "Policy was deprecated in M108"
  },
  "DeviceLoginScreenPromptOnMultipleMatchingCertificates": {
    "os": ["chromeos_ash"],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "prompt_on_multiple_matching_certificates": {
            "default_value": false,
            "location": "signin_profile"
          }
        }
      },
      {
        "policies": { "DeviceLoginScreenPromptOnMultipleMatchingCertificates": false },
        "prefs": {
          "prompt_on_multiple_matching_certificates": {
            "value": false,
            "location": "signin_profile"
          }
        }
      },
      {
        "policies": { "DeviceLoginScreenPromptOnMultipleMatchingCertificates": true },
        "prefs": {
          "prompt_on_multiple_matching_certificates": {
            "value": true,
            "location": "signin_profile"
          }
        }
      }
    ]
  },
  "PromptOnMultipleMatchingCertificates": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "prompt_on_multiple_matching_certificates": {
            "default_value": false
          }
        }
      },
      {
        "policies": { "PromptOnMultipleMatchingCertificates": false },
        "prefs": {
          "prompt_on_multiple_matching_certificates": {
            "value": false
          }
        }
      },
      {
        "policies": { "PromptOnMultipleMatchingCertificates": true },
        "prefs": {
          "prompt_on_multiple_matching_certificates": {
            "value": true
          }
        }
      }
    ]
  },
  "SideSearchEnabled": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SideSearchEnabled": true
        },
        "prefs": {
          "side_search.enabled": {
            "value": true,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "AccessCodeCastEnabled": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "media_router.access_code_cast.enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": { "AccessCodeCastEnabled": false },
        "prefs": {
          "media_router.access_code_cast.enabled": {
            "value": false
          }
        }
      },
      {
        "policies": { "AccessCodeCastEnabled": true },
        "prefs": {
          "media_router.access_code_cast.enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "AccessCodeCastDeviceDuration": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "AccessCodeCastDeviceDuration": 10
        },
        "prefs": {
          "media_router.access_code_cast.device_duration": {
            "value": 10
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "media_router.access_code_cast.device_duration": {
            "default_value": 0
          }
        }
      }
    ]
  },
  "NetworkServiceSandboxEnabled": {
    "os": ["win", "linux"],
    "policy_pref_mapping_tests": [
      {
        "policies": { "NetworkServiceSandboxEnabled": false },
        "prefs": {
          "net.network_service_sandbox": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": { "NetworkServiceSandboxEnabled": true },
        "prefs": {
          "net.network_service_sandbox": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "OutOfProcessSystemDnsResolutionEnabled": {
    "os": ["linux", "android"],
    "policy_pref_mapping_tests": [
      {
        "policies": { "OutOfProcessSystemDnsResolutionEnabled": false },
        "prefs": {
          "net.out_of_process_system_dns_resolution_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": { "OutOfProcessSystemDnsResolutionEnabled": true },
        "prefs": {
          "net.out_of_process_system_dns_resolution_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "net.out_of_process_system_dns_resolution_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      }
    ]
  },
  "DeskTemplatesEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeskTemplatesEnabled": true
        },
        "prefs": {
          "ash.desk_templates_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "DeskTemplatesEnabled": false
        },
        "prefs": {
          "ash.desk_templates_enabled": {
            "value": false
          }
        }
      },
          {
        "policies": {},
        "prefs": {
          "ash.desk_templates_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "DeviceI18nShortcutsEnabled": {
    "os": ["chromeos_ash"],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeviceI18nShortcutsEnabled": true
        },
        "prefs": { "ash.device_i18n_shortcuts_enabled": {
          "value": true, "location": "local_state" }
        }
      },
      {
        "policies": {
          "DeviceI18nShortcutsEnabled": false
        },
        "prefs": { "ash.device_i18n_shortcuts_enabled": {
          "value": false, "location": "local_state" }
        }
      },
      {
        "policies": {},
        "prefs": {
          "ash.device_i18n_shortcuts_enabled": {
            "default_value": true, "location": "local_state"
          }
        }
      }
    ]
  },
  "ChromadToCloudMigrationEnabled": {
    "os": ["chromeos_ash"],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ChromadToCloudMigrationEnabled": true
        },
        "prefs": { "ash.chromad_to_cloud_migration_enabled": {
          "value": true, "location": "local_state" }
        }
      },
      {
        "policies": {
          "ChromadToCloudMigrationEnabled": false
        },
        "prefs": { "ash.chromad_to_cloud_migration_enabled": {
          "value": false, "location": "local_state" }
        }
      },
      {
        "policies": {},
        "prefs": {
          "ash.chromad_to_cloud_migration_enabled": {
            "default_value": false, "location": "local_state"
          }
        }
      }
    ]
  },
  "PreconfiguredDeskTemplates": {
    "reason_for_missing_test": "TODO(crbug.com/1213475) external data policy not supported yet"
  },
  "KioskCRXManifestUpdateURLIgnored": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "CopyPreventionSettings": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CopyPreventionSettings": {
            "enable": [ "*" ],
            "disable": [ "not-sensitive.example.com" ],
            "minimum_data_size": 100
          }
        },
        "prefs": {
          "policy.copy_prevention_settings": {
            "value": {
              "enable": [ "*" ],
              "disable": [ "not-sensitive.example.com" ],
              "minimum_data_size": 100
            },
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "policy.copy_prevention_settings": {
            "default_value": {},
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "UserAgentReduction": {
    "os": [
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "mac",
      "win",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "user_agent_reduction": {
            "location": "user_profile",
            "default_value": 0
          }
        }
      },
      {
        "policies": {"UserAgentReduction": 0},
        "prefs": {
          "user_agent_reduction": {
            "location": "user_profile",
            "value": 0
          }
        }
      },
      {
        "policies": {"UserAgentReduction": 1},
        "prefs": {
          "user_agent_reduction": {
            "location": "user_profile",
            "value": 1
          }
        }
      },
      {
        "policies": {"UserAgentReduction": 2},
        "prefs": {
          "user_agent_reduction": {
            "location": "user_profile",
            "value": 2
          }
        }
      }
    ]
  },
  "OriginAgentClusterDefaultEnabled": {
    "os": [
      "win", "linux", "mac", "android", "chromeos_ash", "chromeos_lacros", "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "origin_agent_cluster_default_enabled": {
            "default_value": true,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "OriginAgentClusterDefaultEnabled": false
        },
        "prefs": {
          "origin_agent_cluster_default_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "OriginAgentClusterDefaultEnabled": true
        },
        "prefs": {
          "origin_agent_cluster_default_enabled": {
            "value": true,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "DeviceLoginScreenWebUILazyLoading": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.login.LoginScreenWebUILazyLoading": {
            "default_value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "DeviceLoginScreenWebUILazyLoading": false
        },
        "prefs": {
          "ash.login.LoginScreenWebUILazyLoading": {
            "value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "DeviceLoginScreenWebUILazyLoading": true
        },
        "prefs": {
          "ash.login.LoginScreenWebUILazyLoading": {
            "value": true,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "ProjectorEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.projector.allow_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "ProjectorEnabled": false
        },
        "prefs": {
          "ash.projector.allow_by_policy": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ProjectorEnabled": true
        },
        "prefs": {
          "ash.projector.allow_by_policy": {
            "value": true
          }
        }
      }
    ]
  },
  "DeviceKeylockerForStorageEncryptionEnabled": {
    "reason_for_missing_test": "Chrome OS device policy used by cryptohome only, not used in Chrome."
  },
  "DeviceRunAutomaticCleanupOnLogin": {
    "reason_for_missing_test": "Chrome OS device policy used by cryptohome only, not used in Chrome."
  },
  "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [
            {"file_extension": "txt", "domains": ["*"]},
            {"file_extension": "exe", "domains": ["example.com"]},
            {"file_extension": "jpg", "domains": [".example.com"]}
          ]
        },
        "prefs": {
          "downloads.exempt_domain_filetype_pair_from_file_type_downloads_warnings": {
            "value": [
              {"file_extension": "txt", "domains": ["*"]},
              {"file_extension": "exe", "domains": ["example.com"]},
              {"file_extension": "jpg", "domains": [".example.com"]}
            ]
          }
        }
      }
    ]
  },
  "FirstPartySetsEnabled": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "android", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check value when FirstPartySetsEnabled policy is set to true",
        "policies": {
          "FirstPartySetsEnabled": true
        },
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check value when FirstPartySetsEnabled policy is set to false",
        "policies": {
          "FirstPartySetsEnabled": false
        },
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "FirstPartySetsOverrides": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "android", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set)",
        "prefs": {
          "first_party_sets.overrides": {
            "default_value": {},
            "location": "user_profile"
          }
        }
      },
      {
        "note": "Empty policy.",
        "policies": {},
        "prefs": {
          "first_party_sets.overrides": {
            "default_value": {},
            "location": "user_profile"
          }
        }
      },
      {
        "note": "Invalid policy, violates policy schema.",
        "policies": {
          "FirstPartySetsOverrides": {
            "replacements": "clearly not a list",
            "additions": 123
          }
        },
        "prefs": {
          "first_party_sets.overrides": {
            "default_value": {},
            "location": "user_profile"
          }
        }
      },
      {
        "note": "Invalid policy, violates First-Party Sets invariants.",
        "policies": {
          "FirstPartySetsOverrides": {
            "replacements": [
              {
                "primary": "https://primary1.test",
                "associatedSites": ["https://associate1.test"]
              }
             ],
             "additions": [
              {
                "primary": "https://primary1.test",
                "associatedSites": ["https://associate2.test"]
              }
             ]
          }
        },
        "prefs": {
          "first_party_sets.overrides": {
            "default_value": {},
            "location": "user_profile"
          }
        }
      },
      {
        "note": "Properly formatted replacements and additions policy set lists.",
        "policies": {
          "FirstPartySetsOverrides": {
            "replacements": [
              {
                "primary": "https://primary1.test",
                "associatedSites": ["https://associate1.test"]
              }
             ],
             "additions": [
              {
                "primary": "https://primary2.test",
                "associatedSites": ["https://associate2.test"]
              }
             ]
          }
        },
        "prefs": {
          "first_party_sets.overrides": {
            "value": {
              "replacements": [
                {
                  "primary": "https://primary1.test",
                  "associatedSites": ["https://associate1.test"]
                }
              ],
              "additions": [
                {
                  "primary": "https://primary2.test",
                  "associatedSites": ["https://associate2.test"]
                }
              ]
            },
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "ForceMajorVersionToMinorPositionInUserAgent": {
    "reason_for_missing_test": "Policy was removed in M118"
  },
  "FloatingWorkspaceEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FloatingWorkspaceEnabled": true
        },
        "prefs": {
          "ash.floating_workspace_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "FloatingWorkspaceEnabled": false
        },
        "prefs": {
          "ash.floating_workspace_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "ash.floating_workspace_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "FloatingWorkspaceV2Enabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FloatingWorkspaceV2Enabled": true
        },
        "prefs": {
          "ash.floating_workspace_v2_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "FloatingWorkspaceV2Enabled": false
        },
        "prefs": {
          "ash.floating_workspace_v2_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "ash.floating_workspace_v2_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "DefaultWindowManagementSetting": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultWindowManagementSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.window_management": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultWindowManagementSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.window_management": {
            "value": 3
          }
        }
      }
    ]
  },
  "WindowManagementAllowedForUrls": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WindowManagementAllowedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_window_management_allowed_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "WindowManagementBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WindowManagementBlockedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_window_management_blocked_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "DefaultWindowPlacementSetting": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultWindowPlacementSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.window_management": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultWindowPlacementSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.window_management": {
            "value": 3
          }
        }
      }
    ]
  },
  "WindowPlacementAllowedForUrls": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WindowPlacementAllowedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_window_management_allowed_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "WindowPlacementBlockedForUrls": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WindowPlacementBlockedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_window_management_blocked_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "DefaultLocalFontsSetting": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "android", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultLocalFontsSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.local_fonts": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultLocalFontsSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.local_fonts": {
            "value": 3
          }
        }
      }
    ]
  },
  "LocalFontsAllowedForUrls": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "android", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LocalFontsAllowedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_local_fonts_allowed_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "LocalFontsBlockedForUrls": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "android", "fuchsia"],
    "note": "TODO(http://crbug.com/106682): Flag this with can_be_recommended when bug is fixed.",
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "LocalFontsBlockedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_local_fonts_blocked_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "DeviceEncryptedReportingPipelineEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "IsolatedAppsDeveloperModeAllowed": {
    "os": ["win", "linux", "mac", "chromeos_ash", "chromeos_lacros", "fuchsia"],
    "policy_pref_mapping_tests": [
      {
        "policies": { "IsolatedAppsDeveloperModeAllowed": false },
        "prefs": {
          "policy.isolated_apps_developer_mode_allowed": {
            "value": false
          }
        }
      },
      {
        "policies": { "IsolatedAppsDeveloperModeAllowed": true },
        "prefs": {
          "policy.isolated_apps_developer_mode_allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "WebAuthenticationRemoteProxiedRequestsAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "webauthn.remote_proxied_requests_allowed": {
            "default_value": false
          }
        }
      },
      {
        "policies": { "WebAuthenticationRemoteProxiedRequestsAllowed": false },
        "prefs": {
          "webauthn.remote_proxied_requests_allowed": {
            "value": false
          }
        }
      },
      {
        "policies": { "WebAuthenticationRemoteProxiedRequestsAllowed": true },
        "prefs": {
          "webauthn.remote_proxied_requests_allowed": {
            "value": true
          }
        }
      }
    ]
  },
  "WebSQLAccess": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.web_sql_access": {
            "default_value": false
          }
        }
      },
      {
        "policies": { "WebSQLAccess": false },
        "prefs": {
          "policy.web_sql_access": {
            "value": false
          }
        }
      },
      {
        "policies": { "WebSQLAccess": true },
        "prefs": {
          "policy.web_sql_access": {
            "value": true
          }
        }
      }
    ]
  },
  "SetTimeoutWithout1MsClampEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "UnthrottledNestedTimeoutEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "WarnBeforeQuittingEnabled": {
    "os": [
      "mac"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "WarnBeforeQuittingEnabled": true
        },
        "prefs": {
          "browser.confirm_to_quit": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  },
  "InsightsExtensionEnabled": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "insights_extension_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": { "InsightsExtensionEnabled": false },
        "prefs": {
          "insights_extension_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": { "InsightsExtensionEnabled": true },
        "prefs": {
          "insights_extension_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "EnterpriseAuthenticationAppLinkPolicy": {
    "reason_for_missing_test": "Policy is only available on Android Webview which doesn't support browser tests."
  },
  "ProjectorDogfoodForFamilyLinkEnabled": {
   "os": [
    "chromeos_ash"
  ],
  "policy_pref_mapping_tests": [
    {
      "policies": {},
      "prefs": {
        "ash.projector.dogfood_for_family_link_enabled": {
          "default_value": false
        }
      }
    },
    {
      "policies": {
        "ProjectorDogfoodForFamilyLinkEnabled": false
      },
      "prefs": {
        "ash.projector.dogfood_for_family_link_enabled": {
          "value": false
        }
      }
    },
    {
      "policies": {
        "ProjectorDogfoodForFamilyLinkEnabled": true
      },
      "prefs": {
        "ash.projector.dogfood_for_family_link_enabled": {
          "value": true
        }
      }
    }
  ]
  },
  "EnterpriseProfileCreationKeepBrowsingData": {
    "os":  [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.enterprise_profile_creation.keep_existing_data_by_default": {
            "default_value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": { "EnterpriseProfileCreationKeepBrowsingData": true },
        "prefs": {
          "profile.enterprise_profile_creation.keep_existing_data_by_default": {
            "value": true,
            "location": "local_state"
          }
        }
      },
      {
        "policies": { "EnterpriseProfileCreationKeepBrowsingData": false },
        "prefs": {
          "profile.enterprise_profile_creation.keep_existing_data_by_default": {
            "value": false,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "PolicyTestPageEnabled":{
    "os":  [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy_test_page_enabled": {
            "default_value": true,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": { "PolicyTestPageEnabled": true},
        "prefs": {
          "policy_test_page_enabled": {
            "value": true,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": { "PolicyTestPageEnabled": false},
        "prefs": {
          "policy_test_page_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "CalendarIntegrationEnabled": {
    "os": ["chromeos_ash"],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.calendar_integration_enabled": {
            "default_value": true
        }
      }
    },
    {
      "policies": {
        "CalendarIntegrationEnabled": false
      },
      "prefs": {
        "ash.calendar_integration_enabled": {
          "value": false
        }
      }
    },
    {
      "policies": {
        "CalendarIntegrationEnabled": true
      },
      "prefs": {
        "ash.calendar_integration_enabled": {
          "value": true
        }
      }
    }
  ]
  },
  "OsColorMode": {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {
        },
        "prefs": {
          "ash.dark_mode.enabled": {
            "check_for_mandatory": false,
            "check_for_recommended": true,
            "value": false
          },
          "ash.dark_mode.schedule_type": {
            "check_for_mandatory": false,
            "check_for_recommended": true,
            "value": 0
          }
        }
      },
      {
        "policies": {
          "OsColorMode": "dark"
        },
        "prefs": {
          "ash.dark_mode.enabled": {
            "value": true
          },
          "ash.dark_mode.schedule_type": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "OsColorMode": "light"
        },
        "prefs": {
          "ash.dark_mode.enabled": {
            "value": false
          },
          "ash.dark_mode.schedule_type": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "OsColorMode": "auto"
        },
        "prefs": {
          "ash.dark_mode.schedule_type": {
            "value": 1
          }
        }
      }
    ]
  },
  "EventPathEnabled": {
    "reason_for_missing_test": "Policy is not supported as of M116"
  },
  "OffsetParentNewSpecBehaviorEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "OffsetParentNewSpecBehaviorEnabled": true
        },
        "prefs": {
          "policy.offset_parent_new_spec_behavior_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "OffsetParentNewSpecBehaviorEnabled": false
        },
        "prefs": {
          "policy.offset_parent_new_spec_behavior_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "policy.offset_parent_new_spec_behavior_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "SendMouseEventsDisabledFormControlsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "SendMouseEventsDisabledFormControlsEnabled": true
        },
        "prefs": {
          "policy.send_mouse_events_disabled_form_controls_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SendMouseEventsDisabledFormControlsEnabled": false
        },
        "prefs": {
          "policy.send_mouse_events_disabled_form_controls_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "policy.send_mouse_events_disabled_form_controls_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "BeforeunloadEventCancelByPreventDefaultEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BeforeunloadEventCancelByPreventDefaultEnabled": true
        },
        "prefs": {
          "policy.beforeunload_event_cancel_by_prevent_default_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "BeforeunloadEventCancelByPreventDefaultEnabled": false
        },
        "prefs": {
          "policy.beforeunload_event_cancel_by_prevent_default_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "policy.beforeunload_event_cancel_by_prevent_default_enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "WebSQLNonSecureContextEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "IdleTimeout": {
    "os": [
      "android",
      "linux",
      "mac",
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleTimeout": 10,
          "IdleTimeoutActions": []
        },
        "prefs": {
          "idle_timeout": {
            "value": "600000000"
          }
        }
      },
      {
        "policies": {
          "IdleTimeout": 0,
          "IdleTimeoutActions": []
        },
        "prefs": {
          "idle_timeout": {
            "value": "60000000"
          }
        }
      }
    ]
  },
  "IdleTimeoutActions": {
    "os": [
      "android",
      "linux",
      "mac",
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "IdleTimeout": 10,
          "IdleTimeoutActions": ["clear_cookies_and_other_site_data",
                                 "clear_cached_images_and_files"]
        },
        "prefs": {
          "idle_timeout_actions": {
            "value": [4, 5]
          }
        }
      }
    ]
  },
  "DeviceAutofillSAMLUsername": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "saml.UrlParameterToAutofillSAMLUsername": {
            "default_value": "",
            "location": "local_state"
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "DeviceAutofillSAMLUsername": "login_hint"
        },
        "prefs": {
          "saml.UrlParameterToAutofillSAMLUsername": {
            "value": "login_hint",
            "location": "local_state"
          }
        }
      }
    ]
  },
  "UnmanagedDeviceSignalsConsentFlowEnabled": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "device_signals.consent_collection_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": { "UnmanagedDeviceSignalsConsentFlowEnabled": false },
        "prefs": {
          "device_signals.consent_collection_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": { "UnmanagedDeviceSignalsConsentFlowEnabled": true },
        "prefs": {
          "device_signals.consent_collection_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "UnmanagedDeviceSignalsConsentFlowEnabled.CrOS": {
    "os": [
      "chromeos_ash"
    ],
    "reason_for_missing_test": "not supported on CrOS yet"
  },
  "PersistentQuotaEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PrefixedStorageInfoEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "HighEfficiencyModeEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "performance_tuning.high_efficiency_mode.state": {
            "location": "local_state",
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "HighEfficiencyModeEnabled": true
        },
        "prefs": {
          "performance_tuning.high_efficiency_mode.state": {
            "location": "local_state",
            "value": 2
          }
        }
      },
      {
        "policies": {
          "HighEfficiencyModeEnabled": false
        },
        "prefs": {
          "performance_tuning.high_efficiency_mode.state": {
            "location": "local_state",
            "value": 0
          }
        }
      }
    ]
  },
  "BatterySaverModeAvailability": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BatterySaverModeAvailability": 2
        },
        "prefs": {
          "performance_tuning.battery_saver_mode.state": {
            "location": "local_state",
            "value": 2
          }
        }
      }
    ]
  },
  "TabDiscardingExceptions": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "TabDiscardingExceptions": [
            "example.com"
          ]
        },
        "prefs": {
          "performance_tuning.tab_discarding.exceptions_managed": {
            "value": [
              "example.com"
            ]
          }
        }
      }
    ]
  },
  "RecoveryFactorBehavior": {
    "os": ["chromeos_ash"],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.recovery.recovery_factor_behavior": {
            "check_for_recommended": false,
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "policies": { "RecoveryFactorBehavior": true },
        "prefs": {
          "ash.recovery.recovery_factor_behavior": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "policies": { "RecoveryFactorBehavior": false },
        "prefs": {
          "ash.recovery.recovery_factor_behavior": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "ShoppingListEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShoppingListEnabled": false
        },
        "prefs": {
          "shopping_list_enabled": {}
        }
      }
    ]
  },
  "DeskAPIThirdPartyAccessEnabled": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeskAPIThirdPartyAccessEnabled": true
        },
        "prefs": {
          "desk_api.third_party_access_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "DeskAPIThirdPartyAccessEnabled": false
        },
        "prefs": {
          "desk_api.third_party_access_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "desk_api.third_party_access_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "DeskAPIThirdPartyAllowlist": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DeskAPIThirdPartyAllowlist": [
            "https://*.example.org/*",
            "https://*.google.com/*"
          ]
        },
        "prefs": {
          "desk_api.third_party_allowlist": {
            "value": [
              "https://*.example.org/*",
              "https://*.google.com/*"
            ]
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "desk_api.third_party_allowlist": {
            "default_value": []
          }
        }
      }
    ]
  },
  "FileSystemSyncAccessHandleAsyncInterfaceEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DefaultHandlersForFileExtensions": {
    "os": ["chromeos_ash"],
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "filebrowser.default_handlers_for_file_extensions": {
            "default_value": {}
          }
        }
      },
      {
        "policies": {
          "DefaultHandlersForFileExtensions": [{
            "policy_id": "https://google.com/maps",
            "file_extensions": ["maps"]
          }, {
            "policy_id": "pnomlkjighijklmnopabcdefghijklff",
            "file_extensions": ["docx", "pdf"]
          }, {
            "policy_id": "com.android.google.pm",
            "file_extensions": ["arc", "arcpp"]
          }, {
            "policy_id": "projector",
            "file_extensions": ["proj"]
          }, {
            "policy_id": "unknown_id_should_be_filtered",
            "file_extensions": ["filtered"]
          }]
        },
        "prefs": {
          "filebrowser.default_handlers_for_file_extensions": {
            "value": {
              ".maps": "https://google.com/maps",
              ".docx": "pnomlkjighijklmnopabcdefghijklff",
              ".pdf": "pnomlkjighijklmnopabcdefghijklff",
              ".arc": "com.android.google.pm",
              ".arcpp": "com.android.google.pm",
              ".proj": "projector"
            }
          }
        }
      }
    ]
  },
  "MicrosoftOneDriveMount": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "filebrowser.office.microsoft_one_drive_mount": {
            "value": "disallowed"
          }
        }
      },
      {
        "policies": {
          "MicrosoftOneDriveMount": "allowed"
        },
        "prefs": {
          "filebrowser.office.microsoft_one_drive_mount": {
            "value": "allowed"
          }
        }
      },
      {
        "policies": {
          "MicrosoftOneDriveMount": "disallowed"
        },
        "prefs": {
          "filebrowser.office.microsoft_one_drive_mount": {
            "value": "disallowed"
          }
        }
      },
      {
        "policies": {
          "MicrosoftOneDriveMount": "automated"
        },
        "prefs": {
          "filebrowser.office.microsoft_one_drive_mount": {
            "value": "automated"
          }
        }
      }
    ]
  },
  "MicrosoftOneDriveAccountRestriction": {
    "reason_for_missing_test": "TODO(b/299077762) implement this policy"
  },
  "MicrosoftOfficeCloudUpload": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "filebrowser.office.microsoft_office_cloud_upload": {
            "value": "disallowed"
          }
        }
      },
      {
        "policies": {
          "MicrosoftOfficeCloudUpload": "allowed"
        },
        "prefs": {
          "filebrowser.office.microsoft_office_cloud_upload": {
            "value": "allowed"
          }
        }
      },
      {
        "policies": {
          "MicrosoftOfficeCloudUpload": "disallowed"
        },
        "prefs": {
          "filebrowser.office.microsoft_office_cloud_upload": {
            "value": "disallowed"
          }
        }
      },
      {
        "policies": {
          "MicrosoftOfficeCloudUpload": "automated"
        },
        "prefs": {
          "filebrowser.office.microsoft_office_cloud_upload": {
            "value": "automated"
          }
        }
      }
    ]
  },
  "GoogleWorkspaceCloudUpload": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "filebrowser.office.google_workspace_cloud_upload": {
            "value": "disallowed"
          }
        }
      },
      {
        "policies": {
          "GoogleWorkspaceCloudUpload": "allowed"
        },
        "prefs": {
          "filebrowser.office.google_workspace_cloud_upload": {
            "value": "allowed"
          }
        }
      },
      {
        "policies": {
          "GoogleWorkspaceCloudUpload": "disallowed"
        },
        "prefs": {
          "filebrowser.office.google_workspace_cloud_upload": {
            "value": "disallowed"
          }
        }
      },
      {
        "policies": {
          "GoogleWorkspaceCloudUpload": "automated"
        },
        "prefs": {
          "filebrowser.office.google_workspace_cloud_upload": {
            "value": "automated"
          }
        }
      }
    ]
  },
  "VirtualKeyboardResizesLayoutByDefault": {
    "os": ["android"],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "VirtualKeyboardResizesLayoutByDefault": true
        },
        "prefs": {
          "virtual_keyboard_resizes_layout_by_default": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "VirtualKeyboardResizesLayoutByDefault": false
        },
        "prefs": {
          "virtual_keyboard_resizes_layout_by_default": {
            "value": false
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "virtual_keyboard_resizes_layout_by_default": {
            "default_value": false
          }
        }
      }
    ]
  },
  "HindiInscriptLayoutEnabled": {
    "reason_for_missing_test": "Policy was removed"
  },
  "DeviceKeyboardBacklightColor": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.personalization.keyboard_backlight_color": {
            "location": "local_state",
            "default_value": 0,
            "check_for_recommended": true
          }
        }
      },
      {
        "policies": {},
        "prefs": {
          "ash.personalization.keyboard_backlight_color": {
            "location": "user_profile",
            "default_value": 0,
            "check_for_recommended": true
          }
        }
      },
      {
        "policies": {
          "DeviceKeyboardBacklightColor": 1
        },
        "prefs": {
          "ash.personalization.keyboard_backlight_color": {
            "location": "local_state",
            "value": 1,
            "check_for_recommended": true
          }
        }
      },
      {
        "policies": {
          "DeviceKeyboardBacklightColor": 1
        },
        "prefs": {
          "ash.personalization.keyboard_backlight_color": {
            "location": "user_profile",
            "value": 1,
            "check_for_recommended": true
          }
        }
      }
    ]
  },
  "AccessControlAllowMethodsInCORSPreflightSpecConformant": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "access_control_allow_methods_in_cors_preflight_spec_conformant": {
            "default_value": true
          }
        }
      },
      {
        "policies": { "AccessControlAllowMethodsInCORSPreflightSpecConformant": true },
        "prefs": {
          "access_control_allow_methods_in_cors_preflight_spec_conformant": {
            "value": true
          }
        }
      },
      {
        "policies": { "AccessControlAllowMethodsInCORSPreflightSpecConformant": false },
        "prefs": {
          "access_control_allow_methods_in_cors_preflight_spec_conformant": {
            "value": false
          }
        }
      }
    ]
  },
  "AllowWebAuthnWithBrokenTlsCerts": {
    "os": [
      "win",
      "linux",
      "mac",
      "android",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "webauthn.allow_with_broken_certs": {
            "default_value": false
          }
        }
      },
      {
        "policies": { "AllowWebAuthnWithBrokenTlsCerts": true },
        "prefs": {
          "webauthn.allow_with_broken_certs": {
            "value": true
          }
        }
      },
      {
        "policies": { "AllowWebAuthnWithBrokenTlsCerts": false },
        "prefs": {
          "webauthn.allow_with_broken_certs": {
            "value": false
          }
        }
      }
    ]
  },
  "PdfLocalFileAccessAllowedForDomains": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "pdf_local_file_access_allowed_for_domains": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "PdfLocalFileAccessAllowedForDomains": [
            "google.com"
          ]
        },
        "prefs": {
          "pdf_local_file_access_allowed_for_domains": {
            "value": [
              "google.com"
            ]
          }
        }
      }
    ]
  },
  "ShowCastSessionsStartedByOtherDevices": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ShowCastSessionsStartedByOtherDevices": true
        },
        "prefs": {
          "media_router.show_cast_sessions_started_by_other_devices.enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ShowCastSessionsStartedByOtherDevices": false
        },
        "prefs": {
          "media_router.show_cast_sessions_started_by_other_devices.enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "ShowCastSessionsStartedByOtherDevices.DefaultChromeOS": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "media_router.show_cast_sessions_started_by_other_devices.enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "ShowCastSessionsStartedByOtherDevices.DefaultNotChromeOS": {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "media_router.show_cast_sessions_started_by_other_devices.enabled": {
            "default_value": true
          }
        }
      }
    ]
  },
  "CloudAPAuthEnabled": {
    "os": [ "win" ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "auth.cloud_ap_auth.enabled": {
            "default_value": 0,
            "location": "local_state"
          }
        }
      },
      {
        "policies": { "CloudAPAuthEnabled": 0 },
        "prefs": {
          "auth.cloud_ap_auth.enabled": {
            "value": 0,
            "location": "local_state"
          }
        }
      },
      {
        "policies": { "CloudAPAuthEnabled": 1 },
        "prefs": {
          "auth.cloud_ap_auth.enabled": {
            "value": 1,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "UseMojoVideoDecoderForPepperAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PPAPISharedImagesSwapChainAllowed": {
    "reason_for_missing_test": "Policy was removed"
  },
  "ForceEnablePepperVideoDecoderDevAPI": {
    "reason_for_missing_test": "Policy was removed"
  },
  "PrivacySandboxPromptEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrivacySandboxPromptEnabled": false
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "location": "user_profile",
            "value": 5,
            "note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy"
          }
        }
      },
      {
        "policies": {
          "PrivacySandboxPromptEnabled": true
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "default_value": 0,
             "note": "The value of 0 corresponds to PrivacySandboxService::PromptSuppressedReason::kNone"
          }
        }
      }
    ]
  },
  "PrivacySandboxAdTopicsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrivacySandboxAdTopicsEnabled": false,
          "PrivacySandboxPromptEnabled": false
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "value": 5,
            "location": "user_profile",
             "note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy"
          },
          "privacy_sandbox.m1.topics_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "PrivacySandboxAdTopicsEnabled": true,
          "PrivacySandboxPromptEnabled": false
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "value": 5,
            "location": "user_profile",
            "note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy"
          },
          "privacy_sandbox.m1.topics_enabled": {
            "default_value": false,
            "location": "user_profile",
            "note": "True values are not applied to the prefs."
          }
        }
      }
    ]
  },
  "PrivacySandboxSiteEnabledAdsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrivacySandboxSiteEnabledAdsEnabled": false,
          "PrivacySandboxPromptEnabled": false
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "value": 5,
            "location": "user_profile",
            "note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy"
          },
          "privacy_sandbox.m1.fledge_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "PrivacySandboxSiteEnabledAdsEnabled": true,
          "PrivacySandboxPromptEnabled": false
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "value": 5,
            "location": "user_profile",
            "note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy"
          },
          "privacy_sandbox.m1.fledge_enabled": {
            "default_value": false,
            "location": "user_profile",
            "note": "True values are not applied to the prefs."
          }
        }
      }
    ]
  },
  "PrivacySandboxAdMeasurementEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia",
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "PrivacySandboxAdMeasurementEnabled": false,
          "PrivacySandboxPromptEnabled": false
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "value": 5,
            "location": "user_profile",
            "note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy"
          },
          "privacy_sandbox.m1.ad_measurement_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "PrivacySandboxAdMeasurementEnabled": true,
          "PrivacySandboxPromptEnabled": false
        },
        "prefs": {
          "privacy_sandbox.m1.prompt_suppressed": {
            "value": 5,
            "location": "user_profile",
            "note": "The value of 5 corresponds to PrivacySandboxService::PromptSuppressedReason::kPolicy"
          },
          "privacy_sandbox.m1.ad_measurement_enabled": {
            "default_value": false,
            "location": "user_profile",
            "note": "True values are not applied to the prefs."
          }
        }
      }
    ]
  },
  "AppStoreRatingEnabled" : {
    "reason_for_missing_test": "Maps into an iOS-specific pref"
  },
  "DeviceHindiInscriptLayoutEnabled": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "KioskTroubleshootingToolsEnabled": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": { },
        "prefs": {
          "kiosk_troubleshooting_tools_enabled": {
            "location": "user_profile",
            "default_value": false
          }
        }
      },
      {
        "note": "Check true policy value",
        "policies": {
          "KioskTroubleshootingToolsEnabled": true
        },
        "prefs": {
          "kiosk_troubleshooting_tools_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check false policy value",
        "policies": {
          "KioskTroubleshootingToolsEnabled": false
        },
        "prefs": {
          "kiosk_troubleshooting_tools_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "DomainReliabilityAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android"
    ],
    "official_only": true,
    "can_be_recommended": true,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "domain_reliability.allowed_by_policy": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "DomainReliabilityAllowed": true
        },
        "prefs": {
          "domain_reliability.allowed_by_policy": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": {
          "DomainReliabilityAllowed": false
        },
        "prefs": {
          "domain_reliability.allowed_by_policy": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "ScreensaverLockScreenEnabled" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.enabled": {
            "location": "user_profile",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ScreensaverLockScreenEnabled": true
        },
        "prefs": {
          "ash.ambient.managed_screensaver.enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "policies": {
          "ScreensaverLockScreenEnabled": false
        },
        "prefs": {
          "ash.ambient.managed_screensaver.enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "ScreensaverLockScreenIdleTimeoutSeconds" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.idle_timeout_seconds": {
            "location": "user_profile",
            "default_value": 7
          }
        }
      },
      {
        "policies": {
          "ScreensaverLockScreenIdleTimeoutSeconds": 42
        },
        "prefs": {
          "ash.ambient.managed_screensaver.idle_timeout_seconds": {
            "location": "user_profile",
            "value": 42
          }
        }
      }
    ]
  },
  "ScreensaverLockScreenImageDisplayIntervalSeconds" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.image_display_interval_seconds": {
            "location": "user_profile",
            "default_value": 60
          }
        }
      },
      {
        "policies": {
          "ScreensaverLockScreenImageDisplayIntervalSeconds": 128
        },
        "prefs": {
          "ash.ambient.managed_screensaver.image_display_interval_seconds": {
            "location": "user_profile",
            "value": 128
          }
        }
      }
    ]
  },
  "ScreensaverLockScreenImages" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.images": {
            "location": "user_profile",
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "ScreensaverLockScreenImages": [
            "https://example.com/1.jpg",
            "https://example.com/2.jpg"
          ]
        },
        "prefs": {
          "ash.ambient.managed_screensaver.images": {
            "location": "user_profile",
            "value": [
              "https://example.com/1.jpg",
              "https://example.com/2.jpg"
            ]
          }
        }
      },
      {
        "policies": {
          "ScreensaverLockScreenImages": [
            "https://example.com/1.jpg"
          ]
        },
        "prefs": {
          "ash.ambient.managed_screensaver.images": {
            "location": "user_profile",
            "value": [
              "https://example.com/1.jpg"
            ]
          }
        }
      }
    ]
  },
  "DeviceScreensaverLoginScreenEnabled" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.enabled": {
            "location": "signin_profile",
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DeviceScreensaverLoginScreenEnabled": true
        },
        "prefs": {
          "ash.ambient.managed_screensaver.enabled": {
            "location": "signin_profile",
            "value": true
          }
        }
      },
      {
        "policies": {
          "DeviceScreensaverLoginScreenEnabled": false
        },
        "prefs": {
          "ash.ambient.managed_screensaver.enabled": {
            "location": "signin_profile",
            "value": false
          }
        }
      }
    ]
  },
  "DeviceScreensaverLoginScreenIdleTimeoutSeconds" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.idle_timeout_seconds": {
            "location": "signin_profile",
            "default_value": 7
          }
        }
      },
      {
        "policies": {
          "DeviceScreensaverLoginScreenIdleTimeoutSeconds": 42
        },
        "prefs": {
          "ash.ambient.managed_screensaver.idle_timeout_seconds": {
            "location": "signin_profile",
            "value": 42
          }
        }
      }
    ]
  },
  "DeviceScreensaverLoginScreenImageDisplayIntervalSeconds" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.image_display_interval_seconds": {
            "location": "signin_profile",
            "default_value": 60
          }
        }
      },
      {
        "policies": {
          "DeviceScreensaverLoginScreenImageDisplayIntervalSeconds": 128
        },
        "prefs": {
          "ash.ambient.managed_screensaver.image_display_interval_seconds": {
            "location": "signin_profile",
            "value": 128
          }
        }
      }
    ]
  },
  "DeviceScreensaverLoginScreenImages" : {
    "os": [
      "chromeos_ash"
    ],
    "can_be_recommended": false,
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.ambient.managed_screensaver.images": {
            "location": "signin_profile",
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "DeviceScreensaverLoginScreenImages": [
            "https://example.com/1.jpg",
            "https://example.com/2.jpg"
          ]
        },
        "prefs": {
          "ash.ambient.managed_screensaver.images": {
            "location": "signin_profile",
            "value": [
              "https://example.com/1.jpg",
              "https://example.com/2.jpg"
            ]
          }
        }
      },
      {
        "policies": {
          "DeviceScreensaverLoginScreenImages": [
            "https://example.com/1.jpg"
          ]
        },
        "prefs": {
          "ash.ambient.managed_screensaver.images": {
            "location": "signin_profile",
            "value": [
              "https://example.com/1.jpg"
            ]
          }
        }
      }
    ]
  },
  "MixedContentAutoupgradeEnabled": {
    "reason_for_missing_test": "Policy only available on iOS"
  },
  "WebRtcTextLogCollectionAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policy set)",
        "policies": {},
        "prefs": {
          "webrtc.text_log_collection_allowed": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "WebRtcTextLogCollectionAllowed": true
        },
        "prefs": {
          "webrtc.text_log_collection_allowed": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "WebRtcTextLogCollectionAllowed": false
        },
        "prefs": {
          "webrtc.text_log_collection_allowed": {
            "value": false
          }
        }
      }
    ]
  },
  "RealTimeDownloadProtectionRequestAllowed": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "safebrowsing.real_time_download_protection_request_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "RealTimeDownloadProtectionRequestAllowed": true
        },
        "prefs": {
          "safebrowsing.real_time_download_protection_request_allowed_by_policy": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "RealTimeDownloadProtectionRequestAllowed": false
        },
        "prefs": {
          "safebrowsing.real_time_download_protection_request_allowed_by_policy": {
            "value": false
          }
        }
      }
    ]
  },
  "MandatoryExtensionsForIncognitoNavigation": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "prefs": {
          "mandatory_extensions_for_incognito_navigation": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "MandatoryExtensionsForIncognitoNavigation": [
            "id1", "id2", "id3"
          ]
        },
        "prefs": {
          "mandatory_extensions_for_incognito_navigation": {
            "value": [
              "id1", "id2", "id3"
            ]
          }
        }
      }
    ]
  },
  "WallpaperGooglePhotosIntegrationEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "policies": { },
        "prefs": {
          "wallpaper_google_photos_integration_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check true policy value",
        "policies": {
          "WallpaperGooglePhotosIntegrationEnabled": true
        },
        "prefs": {
          "wallpaper_google_photos_integration_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check false policy value",
        "policies": {
          "WallpaperGooglePhotosIntegrationEnabled": false
        },
        "prefs": {
          "wallpaper_google_photos_integration_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "CredentialProviderPromoEnabled" : {
    "reason_for_missing_test": "Maps into an iOS-specific pref"
  },
  "ClientSidePhishingProtectionAllowed": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "safebrowsing.csd_phishing_protection_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "ClientSidePhishingProtectionAllowed": true
        },
        "prefs": {
          "safebrowsing.csd_phishing_protection_allowed_by_policy": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "ClientSidePhishingProtectionAllowed": false
        },
        "prefs": {
          "safebrowsing.csd_phishing_protection_allowed_by_policy": {
            "value": false
          }
        }
      }
    ]
  },
  "UserAvatarCustomizationSelectorsEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "policies": { },
        "prefs": {
          "user_avatar_customization_selectors_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check true policy value",
        "policies": {
          "UserAvatarCustomizationSelectorsEnabled": true
        },
        "prefs": {
          "user_avatar_customization_selectors_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check false policy value",
        "policies": {
          "UserAvatarCustomizationSelectorsEnabled": false
        },
        "prefs": {
          "user_avatar_customization_selectors_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "DefaultThirdPartyStoragePartitioningSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.managed_default_content_settings.third_party_storage_partitioning": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DefaultThirdPartyStoragePartitioningSetting": 1
        },
        "prefs": {
          "profile.managed_default_content_settings.third_party_storage_partitioning": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "DefaultThirdPartyStoragePartitioningSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.third_party_storage_partitioning": {
            "value": 2
          }
        }
      }
    ]
  },
  "ThirdPartyStoragePartitioningBlockedForOrigins": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.managed_third_party_storage_partitioning_blocked_for_origins": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "ThirdPartyStoragePartitioningBlockedForOrigins": [
            "google.com",
            "[*.]example.edu"
          ]
        },
        "prefs": {
          "profile.managed_third_party_storage_partitioning_blocked_for_origins": {
            "value": [
              "google.com",
              "[*.]example.edu"
            ]
          }
        }
      }
    ]
  },
  "InsecureHashesInTLSHandshakesEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "ssl.insecure_hash_enabled": {
            "default_value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "InsecureHashesInTLSHandshakesEnabled": true
        },
        "prefs": {
          "ssl.insecure_hash_enabled": {
            "value": true,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
            "InsecureHashesInTLSHandshakesEnabled": false
        },
        "prefs": {
          "ssl.insecure_hash_enabled": {
            "value": false,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceLoginScreenGeolocationAccessLevel": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default value (no policies set)",
        "policies": {},
        "prefs": {
          "ash.device.geolocation_allowed": {
            "location": "local_state",
            "default_value": 1
          }
        }
      },
      {
        "policies": {
          "DeviceLoginScreenGeolocationAccessLevel": 0
        },
        "prefs": {
          "ash.device.geolocation_allowed": {
            "location": "local_state",
            "value": 0
          }
        }
      },
      {
        "policies": {
          "DeviceLoginScreenGeolocationAccessLevel": 1
        },
        "prefs": {
          "ash.device.geolocation_allowed": {
            "location": "local_state",
            "value": 1
          }
        }
      },
      {
        "note": "future values should be handled as kDisallowed",
        "policies": {
          "DeviceLoginScreenGeolocationAccessLevel": 2
        },
        "prefs": {
          "ash.device.geolocation_allowed": {
            "location": "local_state",
            "value": 0
          }
        }
      },
      {
        "note": "future values should be handled as kDisallowed",
        "policies": {
          "DeviceLoginScreenGeolocationAccessLevel": -1
        },
        "prefs": {
          "ash.device.geolocation_allowed": {
            "location": "local_state",
            "value": 0
          }
        }
      },
      {
        "note": "future values should be handled as kDisallowed",
        "policies": {
          "DeviceLoginScreenGeolocationAccessLevel": 123456
        },
        "prefs": {
          "ash.device.geolocation_allowed": {
            "location": "local_state",
            "value": 0
          }
        }
      }
    ]
  },
  "SafeBrowsingExtensionProtectionAllowed": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "safebrowsing.extension_protection_allowed_by_policy": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "SafeBrowsingExtensionProtectionAllowed": true
        },
        "prefs": {
          "safebrowsing.extension_protection_allowed_by_policy": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SafeBrowsingExtensionProtectionAllowed": false
        },
        "prefs": {
          "safebrowsing.extension_protection_allowed_by_policy": {
            "value": false
          }
        }
      }
    ]
  },
  "EssentialSearchEnabled": {
    "reason_for_missing_test": "TODO(b/275929724): Feature not yet implemented"
  },
  "ReportAppInventory": {
    "os": [ "chromeos_ash" ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "policies": {},
        "prefs": {
          "reporting.report_app_inventory": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple list value.",
        "policies": {
          "ReportAppInventory": [ "chrome_apps_and_extensions" ]
        },
        "prefs": {
          "reporting.report_app_inventory": {
            "value": [ "chrome_apps_and_extensions" ]
          }
        }
      }
    ]
  },
  "ReportAppUsage": {
    "os": [ "chromeos_ash" ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "policies": {},
        "prefs": {
          "reporting.report_app_usage": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple list value.",
        "policies": {
          "ReportAppUsage": [ "chrome_apps_and_extensions" ]
        },
        "prefs": {
          "reporting.report_app_usage": {
            "value": [ "chrome_apps_and_extensions" ]
          }
        }
      }
    ]
  },
  "ReportAppUsageCollectionRateMs": {
    "os": [ "chromeos_ash" ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "policies": {},
        "prefs": {
          "reporting.report_app_usage_collection_rate_ms": {
            "default_value": 900000
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ReportAppUsageCollectionRateMs": 300000
        },
        "prefs": {
          "reporting.report_app_usage_collection_rate_ms": {
            "value": 300000
          }
        }
      }
    ]
  },
  "ReportWebsiteActivityAllowlist": {
    "os": [ "chromeos_ash", "chromeos_lacros" ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "policies": [],
        "prefs": {
          "reporting.report_website_activity_allowlist": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ReportWebsiteActivityAllowlist": [
            "https://www.google.com",
            "[*.]chromium.org"
          ]
        },
        "prefs": {
          "reporting.report_website_activity_allowlist": {
            "value": [ "https://www.google.com", "[*.]chromium.org" ]
          }
        }
      }
    ]
  },
  "ReportWebsiteTelemetryAllowlist": {
    "os": [ "chromeos_ash", "chromeos_lacros" ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "policies": [],
        "prefs": {
          "reporting.report_website_telemetry_allowlist": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ReportWebsiteTelemetryAllowlist": [
            "https://www.google.com",
            "[*.]chromium.org"
          ]
        },
        "prefs": {
          "reporting.report_website_telemetry_allowlist": {
            "value": [ "https://www.google.com", "[*.]chromium.org" ]
          }
        }
      }
    ]
  },
  "ReportWebsiteTelemetryCollectionRateMs": {
    "os": [ "chromeos_ash", "chromeos_lacros" ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "policies": {},
        "prefs": {
          "reporting.report_website_telemetry_collection_rate_ms": {
            "default_value": 900000
          }
        }
      },
      {
        "note": "Simple value.",
        "policies": {
          "ReportWebsiteTelemetryCollectionRateMs": 300000
        },
        "prefs": {
          "reporting.report_website_telemetry_collection_rate_ms": {
            "value": 300000
          }
        }
      }
    ]
  },
  "ReportWebsiteTelemetry": {
    "os": [ "chromeos_ash", "chromeos_lacros" ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set).",
        "policies": {},
        "prefs": {
          "reporting.report_website_telemetry": {
            "default_value": []
          }
        }
      },
      {
        "note": "Simple list value.",
        "policies": {
          "ReportWebsiteTelemetry": [ "usage" ]
        },
        "prefs": {
          "reporting.report_website_telemetry": {
            "value": [ "usage" ]
          }
        }
      }
    ]
  },
  "BrowserContextAwareAccessSignalsAllowlist": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "BrowserContextAwareAccessSignalsAllowlist": [
            "https://example1.com",
            "https://[*.]example2.com",
            "https://foo.example3.com/path"
          ]
        },
        "prefs": {
          "enterprise_connectors.device_trust_browser.origins": {
            "value": [
              "https://example1.com",
              "https://[*.]example2.com",
              "https://foo.example3.com/path"
            ]
          }
        }
      }
    ]
  },
"UserContextAwareAccessSignalsAllowlist": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "UserContextAwareAccessSignalsAllowlist": [
            "https://example1.com",
            "https://[*.]example2.com",
            "https://foo.example3.com/path"
          ]
        },
        "prefs": {
          "enterprise_connectors.device_trust_user.origins": {
            "value": [
              "https://example1.com",
              "https://[*.]example2.com",
              "https://foo.example3.com/path"
            ]
          }
        }
      }
    ]
  },
  "GoogleSearchSidePanelEnabled": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros",
      "linux",
      "mac",
      "win"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check with GoogleSearchSidePanelEnabled default.",
        "policies": {
        },
        "prefs": {
          "side_panel.google_search_side_panel_enabled": {
            "default_value": true
          }
        }
      },
      {
        "note": "Check with GoogleSearchSidePanelEnabled enabled.",
        "policies": {
          "GoogleSearchSidePanelEnabled": true
        },
        "prefs": {
          "side_panel.google_search_side_panel_enabled": {
            "value": true
          }
        }
      },
      {
        "note": "Check with GoogleSearchSidePanelEnabled disabled.",
        "policies": {
          "GoogleSearchSidePanelEnabled": false
        },
        "prefs": {
          "side_panel.google_search_side_panel_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "DataUrlInSvgUseEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "policies": {},
        "prefs": {
          "profile.content_settings.data_url_in_svg_use_enabled": {
            "default_value": false,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "DataUrlInSvgUseEnabled": true
        },
        "prefs": {
          "profile.content_settings.data_url_in_svg_use_enabled": {
            "value": true,
            "location": "user_profile"
          }
        }
      },
      {
        "policies": {
          "DataUrlInSvgUseEnabled": false
        },
        "prefs": {
          "profile.content_settings.data_url_in_svg_use_enabled": {
            "value": false,
            "location": "user_profile"
          }
        }
      }
    ]
  },
  "AllowBackForwardCacheForCacheControlNoStorePageEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.allow_back_forward_cache_for_cache_control_no_store_page_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "AllowBackForwardCacheForCacheControlNoStorePageEnabled": true
        },
        "prefs": {
          "policy.allow_back_forward_cache_for_cache_control_no_store_page_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "AllowBackForwardCacheForCacheControlNoStorePageEnabled": false
        },
        "prefs": {
          "policy.allow_back_forward_cache_for_cache_control_no_store_page_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "PostQuantumKeyAgreementEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "ssl.post_quantum_enabled": {
            "default_value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "PostQuantumKeyAgreementEnabled": false
        },
        "prefs": {
          "ssl.post_quantum_enabled": {
            "value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "PostQuantumKeyAgreementEnabled": true
        },
        "prefs": {
          "ssl.post_quantum_enabled": {
            "value": true,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "NativeClientForceAllowed": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "NativeClientForceAllowed":true
        },
        "prefs": {
          "native_client_force_allowed": {
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "NativeClientForceAllowed":false
        },
        "prefs": {
          "native_client_force_allowed": {
            "location": "local_state"
          }
        }
      }
    ]
  },
  "GlanceablesEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "policies": { },
        "prefs": {
          "ash.glanceables_enabled" : {
            "value": false
          }
        }
      },
      {
        "note": "Check true policy value",
        "policies": {
          "GlanceablesEnabled": true
        },
        "prefs": {
          "ash.glanceables_enabled" : {
            "value": true
          }
        }
      },
      {
        "note": "Check false policy value",
        "policies": {
          "GlanceablesEnabled": false
        },
        "prefs": {
          "ash.glanceables_enabled" : {
            "value": false
          }
        }
      }
    ]
  },
  "ArcVmDataMigrationStrategy": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "policies": {},
        "prefs": {
          "arc.vm_data_migration_strategy": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "ArcVmDataMigrationStrategy": 0
        },
        "prefs": {
          "arc.vm_data_migration_strategy": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "ArcVmDataMigrationStrategy": 1
        },
        "prefs": {
          "arc.vm_data_migration_strategy": {
            "value": 1
          }
        }
      }
    ]
  },
  "AccessibilityPerformanceFilteringAllowed": {
   "os": [
      "android"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "policies": {},
        "prefs": {
          "settings.a11y.allow_accessibility_performance_filtering": {
            "default_value": true,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "AccessibilityPerformanceFilteringAllowed": true
        },
        "prefs": {
          "settings.a11y.allow_accessibility_performance_filtering": {
            "value": true,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "AccessibilityPerformanceFilteringAllowed": false
        },
        "prefs": {
          "settings.a11y.allow_accessibility_performance_filtering": {
            "value": false,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DefaultMidiSetting": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "DefaultMidiSetting": 2
        },
        "prefs": {
          "profile.managed_default_content_settings.midi": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "DefaultMidiSetting": 3
        },
        "prefs": {
          "profile.managed_default_content_settings.midi": {
            "value": 3
          }
        }
      }
    ]
  },
  "MidiAllowedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "MidiAllowedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_midi_allowed_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "MidiBlockedForUrls": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "MidiBlockedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_midi_blocked_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  },
  "DeviceAuthenticationURLBlocklist": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "policies": {},
        "prefs": {
          "policy.url_blocklist": {
            "location": "signin_profile",
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "DeviceAuthenticationURLBlocklist": [
            "*.google.com",
            "youtube.com"
          ]
        },
        "prefs": {
          "policy.url_blocklist": {
            "location": "signin_profile",
            "value": [
              "*.google.com",
              "youtube.com"
            ]
          }
        }
      }
    ]
  },
  "DeviceAuthenticationURLAllowlist": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "policies": {},
        "prefs": {
          "policy.url_allowlist": {
            "location": "signin_profile",
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "DeviceAuthenticationURLAllowlist": [
            "*.google.com",
            "youtube.com"
          ]
        },
        "prefs": {
          "policy.url_allowlist": {
            "location": "signin_profile",
            "value": [
              "*.google.com",
              "youtube.com"
            ]
          }
        }
      }
    ]
  },
  "ForcePermissionPolicyUnloadDefaultEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default",
        "policies": {},
        "prefs": {
          "policy.force_permission_policy_unload_default_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "ForcePermissionPolicyUnloadDefaultEnabled": false
        },
        "prefs": {
          "policy.force_permission_policy_unload_default_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "ForcePermissionPolicyUnloadDefaultEnabled": true
        },
        "prefs": {
          "policy.force_permission_policy_unload_default_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "SafeBrowsingSurveysEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "safebrowsing.surveys_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "SafeBrowsingSurveysEnabled": true
        },
        "prefs": {
          "safebrowsing.surveys_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "SafeBrowsingSurveysEnabled": false
        },
        "prefs": {
          "safebrowsing.surveys_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "CompressionDictionaryTransportEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "net.compression_dictionary_transport_enabled": {
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "CompressionDictionaryTransportEnabled": false
        },
        "prefs": {
          "net.compression_dictionary_transport_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "CompressionDictionaryTransportEnabled": true
        },
        "prefs": {
          "net.compression_dictionary_transport_enabled": {
            "value": true
          }
        }
      }
    ]
  },
  "QuickOfficeForceFileDownloadEnabled": {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "quickoffice.force_file_download_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "QuickOfficeForceFileDownloadEnabled": true
        },
        "prefs": {
          "quickoffice.force_file_download_enabled": {
            "value": true
          }
        }
      },
      {
        "policies": {
          "QuickOfficeForceFileDownloadEnabled": false
        },
        "prefs": {
          "quickoffice.force_file_download_enabled": {
            "value": false
          }
        }
      }
    ]
  },
  "ProfileSeparationSettings": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile_separation.settings": {
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationSettings": 0
        },
        "prefs": {
          "profile_separation.settings": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationSettings": 1
        },
        "prefs": {
          "profile_separation.settings": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationSettings": 2
        },
        "prefs": {
          "profile_separation.settings": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "primary_account",
          "ProfileSeparationSettings": 2
        },
        "prefs": {
          "profile.managed_accounts.restriction.value": {
            "default_value": ""
          },
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "default_value": false
          },
          "profile_separation.settings": {
            "value": 2
          }
        }
      }
    ]
  },
  "ProfileSeparationDataMigrationSettings": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile_separation.data_migration_settings": {
            "default_value": 1
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationDataMigrationSettings": 1
        },
        "prefs": {
          "profile_separation.data_migration_settings": {
            "default_value": 1
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationSettings": 1,
          "ProfileSeparationDataMigrationSettings": 1
        },
        "prefs": {
          "profile_separation.data_migration_settings": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationSettings": 1,
          "ProfileSeparationDataMigrationSettings": 2
        },
        "prefs": {
          "profile_separation.data_migration_settings": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationSettings": 1,
          "ProfileSeparationDataMigrationSettings": 3
        },
        "prefs": {
          "profile_separation.data_migration_settings": {
            "value": 3
          }
        }
      }
    ]
  },
  "ProfileSeparationDomainExceptionList": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile_separation.domain_exception_list": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationDomainExceptionList": []
        },
        "prefs": {
          "profile_separation.domain_exception_list": {
            "value": []
          }
        }
      },
      {
        "policies": {
          "ProfileSeparationDomainExceptionList": ["domain", "otherdomain"]
        },
        "prefs": {
          "profile_separation.domain_exception_list": {
            "value": ["domain", "otherdomain"]
          }
        }
      }
    ]
  },
  "FullRestoreMode": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "FullRestoreMode": 1
        },
        "prefs": {
          "settings.restore_apps_and_pages": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "FullRestoreMode": 2
        },
        "prefs": {
          "settings.restore_apps_and_pages": {
            "value": 2
          }
        }
      },
      {
        "policies": {
          "FullRestoreMode": 3
        },
        "prefs": {
          "settings.restore_apps_and_pages": {
            "value": 3
          }
        }
      }
    ]
  },
  "DriveFileSyncAvailable": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "drivefs.bulk_pinning.visible": {
            "default_value": true
          },
          "drivefs.bulk_pinning_enabled": {
            "default_value": false
          }
        }
      },
      {
        "policies": {
          "DriveFileSyncAvailable": "disabled"
        },
        "prefs": {
          "drivefs.bulk_pinning.visible": {
            "value": false
          },
          "drivefs.bulk_pinning_enabled": {
            "value": false
          }
        }
      },
      {
        "policies": {
          "DriveFileSyncAvailable": "visible"
        },
        "prefs": {
          "drivefs.bulk_pinning.visible": {
            "value": true
          },
          "drivefs.bulk_pinning_enabled": {
            "default_value": false
          }
        }
      }
    ]
  },
  "DeviceSwitchFunctionKeysBehaviorEnabled": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "ash.settings.switch_function_keys_behavior_enabled": {
            "default_value": false,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "DeviceSwitchFunctionKeysBehaviorEnabled": true
        },
        "prefs": {
          "ash.settings.switch_function_keys_behavior_enabled": {
            "value": true,
            "location": "local_state"
          }
        }
      },
      {
        "policies": {
          "DeviceSwitchFunctionKeysBehaviorEnabled": false
        },
        "prefs": {
          "ash.settings.switch_function_keys_behavior_enabled": {
            "value": false,
            "location": "local_state"
          }
        }
      }
    ]
  },
  "DeviceDlcPredownloadList": {
    "reason_for_missing_test": "Maps into CrosSettings"
  },
  "PPAPISharedImagesForVideoDecoderAllowed" : {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy.ppapi_shared_images_for_video_decoder_allowed": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": { "PPAPISharedImagesForVideoDecoderAllowed": true },
        "prefs": {
          "policy.ppapi_shared_images_for_video_decoder_allowed": {
            "location": "local_state",
            "value": true
          }
        }
      },
      {
        "policies": { "PPAPISharedImagesForVideoDecoderAllowed": false },
        "prefs": {
          "policy.ppapi_shared_images_for_video_decoder_allowed": {
            "location": "local_state",
            "value": false
          }
        }
      }
    ]
  },
  "ProfileReauthPrompt": {
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "ProfileReauthPrompt": 1
        },
        "prefs": {
          "enterprise_signin.profile_reauth_prompt": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "ProfileReauthPrompt": 2
        },
        "prefs": {
          "enterprise_signin.profile_reauth_prompt": {
            "default_value": 0
          }
        }
      },
      {
        "note": "Default value (no policies set).",
        "prefs": {
          "enterprise_signin.profile_reauth_prompt": {
            "default_value": 0
          }
        }
      }
    ]
  },
  "RelatedWebsiteSetsEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "note": "Check default values (no policies set)",
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "default_value": true
          }
        }
      },
      {
        "note": "Check value when RelatedWebsiteSetsEnabled policy is set to true",
        "policies": {
          "RelatedWebsiteSetsEnabled": true
        },
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check value when RelatedWebsiteSetsEnabled policy is set to false",
        "policies": {
          "RelatedWebsiteSetsEnabled": false
        },
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      },
      {
        "note": "Check value when FirstPartySetsEnabled policy is set to true",
        "policies": {
          "FirstPartySetsEnabled": true
        },
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "value": true
          }
        }
      },
      {
        "note": "Check value when FirstPartySetsEnabled policy is set to false",
        "policies": {
          "FirstPartySetsEnabled": false
        },
        "prefs": {
          "privacy_sandbox.first_party_sets_enabled": {
            "location": "user_profile",
            "value": false
          }
        }
      }
    ]
  },
  "DeviceExtendedFkeysModifier": {
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "ash.settings.extended_fkeys_modifier": {
            "location": "user_profile",
            "default_value": 0
          }
        }
      },
      {
        "policies": {
          "DeviceExtendedFkeysModifier": 1
        },
        "prefs": {
          "ash.settings.extended_fkeys_modifier": {
            "location": "user_profile",
            "value": 1
          }
        }
      }
    ]
  },
  "ZstdContentEncodingEnabled": {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_ash",
      "chromeos_lacros",
      "android",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "net.zstd_content_encoding_enabled": {
            "location": "local_state",
            "default_value": true
          }
        }
      },
      {
        "policies": {
          "ZstdContentEncodingEnabled": false
        },
        "prefs": {
          "net.zstd_content_encoding_enabled": {
            "location": "local_state",
            "value": false
          }
        }
      },
      {
        "policies": {
          "ZstdContentEncodingEnabled": true
        },
        "prefs": {
          "net.zstd_content_encoding_enabled": {
            "location": "local_state",
            "value": true
          }
        }
      }
    ]
  }
}
