| 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 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3090 "BrowserNetworkTimeQueriesEnabled": { | 3090 "BrowserNetworkTimeQueriesEnabled": { |
| 3091 "os": ["win", "linux", "mac", "chromeos"], | 3091 "os": ["win", "linux", "mac", "chromeos"], |
| 3092 "test_policy": { "BrowserNetworkTimeQueriesEnabled": true }, | 3092 "test_policy": { "BrowserNetworkTimeQueriesEnabled": true }, |
| 3093 "pref_mappings": [ | 3093 "pref_mappings": [ |
| 3094 { "pref": "network_time.network_time_queries_enabled", | 3094 { "pref": "network_time.network_time_queries_enabled", |
| 3095 "local_state": true | 3095 "local_state": true |
| 3096 } | 3096 } |
| 3097 ] | 3097 ] |
| 3098 }, | 3098 }, |
| 3099 | 3099 |
| 3100 "DeviceEcryptfsMigrationStrategy": { |
| 3101 "os": ["chromeos"], |
| 3102 "test_policy": { "DeviceEcryptfsMigrationStrategy": 1 } |
| 3103 }, |
| 3104 |
| 3100 "----- Chrome Frame policies -------------------------------------------": {}, | 3105 "----- Chrome Frame policies -------------------------------------------": {}, |
| 3101 | 3106 |
| 3102 "ChromeFrameRendererSettings": { | 3107 "ChromeFrameRendererSettings": { |
| 3103 }, | 3108 }, |
| 3104 | 3109 |
| 3105 "RenderInChromeFrameList": { | 3110 "RenderInChromeFrameList": { |
| 3106 }, | 3111 }, |
| 3107 | 3112 |
| 3108 "RenderInHostList": { | 3113 "RenderInHostList": { |
| 3109 }, | 3114 }, |
| 3110 | 3115 |
| 3111 "ChromeFrameContentTypes": { | 3116 "ChromeFrameContentTypes": { |
| 3112 }, | 3117 }, |
| 3113 | 3118 |
| 3114 "GCFUserDataDir": { | 3119 "GCFUserDataDir": { |
| 3115 }, | 3120 }, |
| 3116 | 3121 |
| 3117 "AdditionalLaunchParameters": { | 3122 "AdditionalLaunchParameters": { |
| 3118 }, | 3123 }, |
| 3119 | 3124 |
| 3120 "SuppressChromeFrameTurndownPrompt": { | 3125 "SuppressChromeFrameTurndownPrompt": { |
| 3121 }, | 3126 }, |
| 3122 | 3127 |
| 3123 "SkipMetadataCheck": { | 3128 "SkipMetadataCheck": { |
| 3124 } | 3129 } |
| 3125 } | 3130 } |
| OLD | NEW |