Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(931)

Side by Side Diff: chrome/test/data/policy/policy_test_cases.json

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another Windows warning Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "-- Template --": { 2 "-- Template --": {
3 "intro": "Top-level entries map a policy name to its test parameters, descri bed below.", 3 "intro": "Top-level entries map a policy name to its test parameters, descri bed below.",
4 4
5 "os": ["List of operating systems that support this policy. Valid values:", "win", "linux", "mac", "chromeos", "Defaults to empty if not specified."], 5 "os": ["List of operating systems that support this policy. Valid values:", "win", "linux", "mac", "chromeos", "Defaults to empty if not specified."],
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 }, 226 },
227 227
228 "RemoteAccessHostAllowClientPairing": { 228 "RemoteAccessHostAllowClientPairing": {
229 "os": [], 229 "os": [],
230 "test_policy": { "RemoteAccessHostAllowClientPairing": true }, 230 "test_policy": { "RemoteAccessHostAllowClientPairing": true },
231 "pref_mappings": [ 231 "pref_mappings": [
232 { "pref": "remote_access.host_allow_client_pairing" } 232 { "pref": "remote_access.host_allow_client_pairing" }
233 ] 233 ]
234 }, 234 },
235 235
236 "RemoteAccessHostAllowGnubbyAuth": {
237 "os": [],
238 "test_policy": { "RemoteAccessHostAllowGnubbyAuth": true },
239 "pref_mappings": [
240 { "pref": "remote_access.host_allow_gnubby_auth" }
241 ]
242 },
243
236 "PrintingEnabled": { 244 "PrintingEnabled": {
237 "os": ["win", "linux", "mac", "chromeos"], 245 "os": ["win", "linux", "mac", "chromeos"],
238 "test_policy": { "PrintingEnabled": false }, 246 "test_policy": { "PrintingEnabled": false },
239 "pref_mappings": [ 247 "pref_mappings": [
240 { "pref": "printing.enabled" } 248 { "pref": "printing.enabled" }
241 ] 249 ]
242 }, 250 },
243 251
244 "CloudPrintProxyEnabled": { 252 "CloudPrintProxyEnabled": {
245 "os": [], 253 "os": [],
(...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 2207
2200 "AdditionalLaunchParameters": { 2208 "AdditionalLaunchParameters": {
2201 }, 2209 },
2202 2210
2203 "SuppressChromeFrameTurndownPrompt": { 2211 "SuppressChromeFrameTurndownPrompt": {
2204 }, 2212 },
2205 2213
2206 "SkipMetadataCheck": { 2214 "SkipMetadataCheck": {
2207 } 2215 }
2208 } 2216 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698