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

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

Issue 143463009: Add policy that forces SAML users to log in online periodically (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Speculative fix for PolicyPrefIndicatorTest.CheckPolicyIndicators/3. 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 | Annotate | Revision Log
« 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 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 1588
1589 "MaxInvalidationFetchDelay": { 1589 "MaxInvalidationFetchDelay": {
1590 "os": ["win", "linux", "mac", "chromeos"], 1590 "os": ["win", "linux", "mac", "chromeos"],
1591 "test_policy": { "PolicyRefreshRate": 15000 }, 1591 "test_policy": { "PolicyRefreshRate": 15000 },
1592 "pref_mappings": [] 1592 "pref_mappings": []
1593 }, 1593 },
1594 1594
1595 "OpenNetworkConfiguration": { 1595 "OpenNetworkConfiguration": {
1596 }, 1596 },
1597 1597
1598 "SAMLOfflineSigninTimeLimit": {
1599 "os": ["chromeos"],
1600 "test_policy": { "SAMLOfflineSigninTimeLimit": 0 },
1601 "pref_mappings": [
1602 { "pref": "saml.offline_signin_time_limit" }
1603 ]
1604 },
1605
1598 "DriveDisabled": { 1606 "DriveDisabled": {
1599 "os": ["chromeos"], 1607 "os": ["chromeos"],
1600 "test_policy": { "DriveDisabled": true }, 1608 "test_policy": { "DriveDisabled": true },
1601 "pref_mappings": [ 1609 "pref_mappings": [
1602 { "pref": "gdata.disabled", 1610 { "pref": "gdata.disabled",
1603 "indicator_tests": [ 1611 "indicator_tests": [
1604 { "policy": { "DriveDisabled": true } } 1612 { "policy": { "DriveDisabled": true } }
1605 ] 1613 ]
1606 } 1614 }
1607 ] 1615 ]
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
2176 2184
2177 "AdditionalLaunchParameters": { 2185 "AdditionalLaunchParameters": {
2178 }, 2186 },
2179 2187
2180 "SuppressChromeFrameTurndownPrompt": { 2188 "SuppressChromeFrameTurndownPrompt": {
2181 }, 2189 },
2182 2190
2183 "SkipMetadataCheck": { 2191 "SkipMetadataCheck": {
2184 } 2192 }
2185 } 2193 }
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