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

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

Issue 2188483003: Policy to control ARC Backup&Restore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Policy to control ARC Backup&Restore. Created 4 years, 4 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
OLDNEW
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", "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 2506 matching lines...) Expand 10 before | Expand all | Expand 10 after
2517 { "pref": "allow_screen_lock"} 2517 { "pref": "allow_screen_lock"}
2518 ] 2518 ]
2519 }, 2519 },
2520 2520
2521 "ArcCertificatesSyncMode": { 2521 "ArcCertificatesSyncMode": {
2522 "os": ["chromeos"], 2522 "os": ["chromeos"],
2523 "can_be_recommended": false, 2523 "can_be_recommended": false,
2524 "test_policy": { "ArcCertificatesSyncMode": 0 } 2524 "test_policy": { "ArcCertificatesSyncMode": 0 }
2525 }, 2525 },
2526 2526
2527 "ArcBackupRestoreEnabled": {
2528 "os": ["chromeos"],
2529 "can_be_recommended": false,
2530 "test_policy": { "ArcBackupRestoreEnabled": false },
2531 "pref_mappings": [
2532 { "pref": "arc.backup_restore.enabled" }
2533 ]
2534 },
2535
2527 "----- Chrome OS device policies ---------------------------------------": {}, 2536 "----- Chrome OS device policies ---------------------------------------": {},
2528 2537
2529 "DevicePolicyRefreshRate": { 2538 "DevicePolicyRefreshRate": {
2530 "os": ["chromeos"], 2539 "os": ["chromeos"],
2531 "test_policy": { "DevicePolicyRefreshRate": 300000 }, 2540 "test_policy": { "DevicePolicyRefreshRate": 300000 },
2532 "pref_mappings": [ 2541 "pref_mappings": [
2533 { "pref": "policy.device_refresh_rate", 2542 { "pref": "policy.device_refresh_rate",
2534 "local_state": true } 2543 "local_state": true }
2535 ] 2544 ]
2536 }, 2545 },
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 2824
2816 "AdditionalLaunchParameters": { 2825 "AdditionalLaunchParameters": {
2817 }, 2826 },
2818 2827
2819 "SuppressChromeFrameTurndownPrompt": { 2828 "SuppressChromeFrameTurndownPrompt": {
2820 }, 2829 },
2821 2830
2822 "SkipMetadataCheck": { 2831 "SkipMetadataCheck": {
2823 } 2832 }
2824 } 2833 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698