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

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

Issue 1014003004: Added definition of the policy DeviceLoginScreenDomainAutoComplete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 2399 matching lines...) Expand 10 before | Expand all | Expand 10 after
2410 }, 2410 },
2411 2411
2412 "AutoCleanUpStrategy": { 2412 "AutoCleanUpStrategy": {
2413 }, 2413 },
2414 2414
2415 "DeviceTransferSAMLCookies": { 2415 "DeviceTransferSAMLCookies": {
2416 }, 2416 },
2417 2417
2418 "ExtensionCacheSize": { 2418 "ExtensionCacheSize": {
2419 }, 2419 },
2420
2421 "DeviceLoginScreenDomainAutoComplete": {
2422 },
2420 2423
2421 "----- Chrome Frame policies -------------------------------------------": {}, 2424 "----- Chrome Frame policies -------------------------------------------": {},
2422 2425
2423 "ChromeFrameRendererSettings": { 2426 "ChromeFrameRendererSettings": {
2424 }, 2427 },
2425 2428
2426 "RenderInChromeFrameList": { 2429 "RenderInChromeFrameList": {
2427 }, 2430 },
2428 2431
2429 "RenderInHostList": { 2432 "RenderInHostList": {
2430 }, 2433 },
2431 2434
2432 "ChromeFrameContentTypes": { 2435 "ChromeFrameContentTypes": {
2433 }, 2436 },
2434 2437
2435 "GCFUserDataDir": { 2438 "GCFUserDataDir": {
2436 }, 2439 },
2437 2440
2438 "AdditionalLaunchParameters": { 2441 "AdditionalLaunchParameters": {
2439 }, 2442 },
2440 2443
2441 "SuppressChromeFrameTurndownPrompt": { 2444 "SuppressChromeFrameTurndownPrompt": {
2442 }, 2445 },
2443 2446
2444 "SkipMetadataCheck": { 2447 "SkipMetadataCheck": {
2445 } 2448 }
2446 } 2449 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698