| OLD | NEW |
| 1 { | 1 { |
| 2 "-- Template --": { | 2 "-- Template --": { |
| 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", | 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", |
| 4 | 4 |
| 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specifie
d."], | 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specifie
d."], |
| 6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", | 6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", |
| 7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", | 7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", |
| 8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", | 8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", |
| 9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", | 9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", |
| 10 "pref_mappings": [ | 10 "pref_mappings": [ |
| (...skipping 3060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3071 "DeviceWallpaperImage": { | 3071 "DeviceWallpaperImage": { |
| 3072 "url": "http://localhost/", | 3072 "url": "http://localhost/", |
| 3073 "hash": "examplewallpaperhash" | 3073 "hash": "examplewallpaperhash" |
| 3074 } | 3074 } |
| 3075 }, | 3075 }, |
| 3076 "pref_mappings": [ | 3076 "pref_mappings": [ |
| 3077 { "pref": "cros.device_wallpaper_image" } | 3077 { "pref": "cros.device_wallpaper_image" } |
| 3078 ] | 3078 ] |
| 3079 }, | 3079 }, |
| 3080 | 3080 |
| 3081 "DeviceEcryptfsMigrationStrategy": { |
| 3082 }, |
| 3083 |
| 3081 "----- Chrome Frame policies -------------------------------------------": {}, | 3084 "----- Chrome Frame policies -------------------------------------------": {}, |
| 3082 | 3085 |
| 3083 "ChromeFrameRendererSettings": { | 3086 "ChromeFrameRendererSettings": { |
| 3084 }, | 3087 }, |
| 3085 | 3088 |
| 3086 "RenderInChromeFrameList": { | 3089 "RenderInChromeFrameList": { |
| 3087 }, | 3090 }, |
| 3088 | 3091 |
| 3089 "RenderInHostList": { | 3092 "RenderInHostList": { |
| 3090 }, | 3093 }, |
| 3091 | 3094 |
| 3092 "ChromeFrameContentTypes": { | 3095 "ChromeFrameContentTypes": { |
| 3093 }, | 3096 }, |
| 3094 | 3097 |
| 3095 "GCFUserDataDir": { | 3098 "GCFUserDataDir": { |
| 3096 }, | 3099 }, |
| 3097 | 3100 |
| 3098 "AdditionalLaunchParameters": { | 3101 "AdditionalLaunchParameters": { |
| 3099 }, | 3102 }, |
| 3100 | 3103 |
| 3101 "SuppressChromeFrameTurndownPrompt": { | 3104 "SuppressChromeFrameTurndownPrompt": { |
| 3102 }, | 3105 }, |
| 3103 | 3106 |
| 3104 "SkipMetadataCheck": { | 3107 "SkipMetadataCheck": { |
| 3105 } | 3108 } |
| 3106 } | 3109 } |
| OLD | NEW |