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

[
  {
    "os": [
      "win",
      "linux",
      "mac",
      "chromeos_lacros",
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "CreateThemesSettings": 0
        },
        "prefs": {
          "optimization_guide.model_execution.wallpaper_search_enterprise_policy_allowed": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "CreateThemesSettings": 1
        },
        "prefs": {
          "optimization_guide.model_execution.wallpaper_search_enterprise_policy_allowed": {
            "value": 1
          }
        }
      },
      {
        "policies": {
          "CreateThemesSettings": 2
        },
        "prefs": {
          "optimization_guide.model_execution.wallpaper_search_enterprise_policy_allowed": {
            "value": 2
          }
        }
      }
    ]
  },
  {
    "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": {
          "optimization_guide.model_execution.wallpaper_search_enterprise_policy_allowed": {
            "value": 1
          }
        }
      }
    ]
  },
  {
    "note": "The default is changed by default_for_enterprise_users only on Chrome OS",
    "os": [
      "win",
      "linux",
      "mac"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "optimization_guide.model_execution.wallpaper_search_enterprise_policy_allowed": {
            "default_value": 0
          }
        }
      }
    ]
  }
]