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

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

Issue 14813039: Retire the Enterprise Web Store policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 7 years, 7 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
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 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 1352
1353 "URLWhitelist": { 1353 "URLWhitelist": {
1354 "os": ["win", "linux", "mac", "chromeos"], 1354 "os": ["win", "linux", "mac", "chromeos"],
1355 "test_policy": { "URLWhitelist": ["google.com"] }, 1355 "test_policy": { "URLWhitelist": ["google.com"] },
1356 "pref_mappings": [ 1356 "pref_mappings": [
1357 { "pref": "policy.url_whitelist" } 1357 { "pref": "policy.url_whitelist" }
1358 ] 1358 ]
1359 }, 1359 },
1360 1360
1361 "EnterpriseWebStoreURL": { 1361 "EnterpriseWebStoreURL": {
1362 "os": ["win", "linux", "mac", "chromeos"], 1362 "note": "This policy is retired, see http://crbug.com/178938."
1363 "test_policy": { "EnterpriseWebStoreURL": "http://example.com/webstore" },
1364 "pref_mappings": [
1365 { "pref": "webstore.enterprise_store_url" }
1366 ]
1367 }, 1363 },
1368 1364
1369 "EnterpriseWebStoreName": { 1365 "EnterpriseWebStoreName": {
1370 "os": ["win", "linux", "mac", "chromeos"], 1366 "note": "This policy is retired, see http://crbug.com/178938."
1371 "test_policy": { "EnterpriseWebStoreName": "Example Webstore" },
1372 "pref_mappings": [
1373 { "pref": "webstore.enterprise_store_name" }
1374 ]
1375 }, 1367 },
1376 1368
1377 "EnableMemoryInfo": { 1369 "EnableMemoryInfo": {
1378 "os": ["win", "linux", "mac", "chromeos"], 1370 "os": ["win", "linux", "mac", "chromeos"],
1379 "test_policy": { "EnableMemoryInfo": true }, 1371 "test_policy": { "EnableMemoryInfo": true },
1380 "pref_mappings": [ 1372 "pref_mappings": [
1381 { "pref": "enable_memory_info" } 1373 { "pref": "enable_memory_info" }
1382 ] 1374 ]
1383 }, 1375 },
1384 1376
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 1887
1896 "ChromeFrameContentTypes": { 1888 "ChromeFrameContentTypes": {
1897 }, 1889 },
1898 1890
1899 "GCFUserDataDir": { 1891 "GCFUserDataDir": {
1900 }, 1892 },
1901 1893
1902 "AdditionalLaunchParameters": { 1894 "AdditionalLaunchParameters": {
1903 } 1895 }
1904 } 1896 }
OLDNEW
« chrome/browser/ui/webui/options/preferences_browsertest.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698