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

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

Issue 2890843002: Policy implementation for encryptfs to ext4 migration strategy (Closed)
Patch Set: Fixed review comments Created 3 years, 6 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", "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 3070 matching lines...) Expand 10 before | Expand all | Expand 10 after
3081 "BrowserNetworkTimeQueriesEnabled": { 3081 "BrowserNetworkTimeQueriesEnabled": {
3082 "os": ["win", "linux", "mac", "chromeos"], 3082 "os": ["win", "linux", "mac", "chromeos"],
3083 "test_policy": { "BrowserNetworkTimeQueriesEnabled": true }, 3083 "test_policy": { "BrowserNetworkTimeQueriesEnabled": true },
3084 "pref_mappings": [ 3084 "pref_mappings": [
3085 { "pref": "network_time.network_time_queries_enabled", 3085 { "pref": "network_time.network_time_queries_enabled",
3086 "local_state": true 3086 "local_state": true
3087 } 3087 }
3088 ] 3088 ]
3089 }, 3089 },
3090 3090
3091 "DeviceEcryptfsMigrationStrategy": {
3092 "os": ["chromeos"],
3093 "test_policy": { "DeviceEcryptfsMigrationStrategy": 1 },
3094 "pref_mappings": [
3095 { "pref": "device.ecryptfs_migration_strategy" }
3096 ]
3097 },
3098
3091 "----- Chrome Frame policies -------------------------------------------": {}, 3099 "----- Chrome Frame policies -------------------------------------------": {},
3092 3100
3093 "ChromeFrameRendererSettings": { 3101 "ChromeFrameRendererSettings": {
3094 }, 3102 },
3095 3103
3096 "RenderInChromeFrameList": { 3104 "RenderInChromeFrameList": {
3097 }, 3105 },
3098 3106
3099 "RenderInHostList": { 3107 "RenderInHostList": {
3100 }, 3108 },
3101 3109
3102 "ChromeFrameContentTypes": { 3110 "ChromeFrameContentTypes": {
3103 }, 3111 },
3104 3112
3105 "GCFUserDataDir": { 3113 "GCFUserDataDir": {
3106 }, 3114 },
3107 3115
3108 "AdditionalLaunchParameters": { 3116 "AdditionalLaunchParameters": {
3109 }, 3117 },
3110 3118
3111 "SuppressChromeFrameTurndownPrompt": { 3119 "SuppressChromeFrameTurndownPrompt": {
3112 }, 3120 },
3113 3121
3114 "SkipMetadataCheck": { 3122 "SkipMetadataCheck": {
3115 } 3123 }
3116 } 3124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698