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

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: Rebase. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | 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 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 1354
1355 "URLWhitelist": { 1355 "URLWhitelist": {
1356 "os": ["win", "linux", "mac", "chromeos"], 1356 "os": ["win", "linux", "mac", "chromeos"],
1357 "test_policy": { "URLWhitelist": ["google.com"] }, 1357 "test_policy": { "URLWhitelist": ["google.com"] },
1358 "pref_mappings": [ 1358 "pref_mappings": [
1359 { "pref": "policy.url_whitelist" } 1359 { "pref": "policy.url_whitelist" }
1360 ] 1360 ]
1361 }, 1361 },
1362 1362
1363 "EnterpriseWebStoreURL": { 1363 "EnterpriseWebStoreURL": {
1364 "os": ["win", "linux", "mac", "chromeos"], 1364 "note": "This policy is retired, see http://crbug.com/178938."
1365 "test_policy": { "EnterpriseWebStoreURL": "http://example.com/webstore" },
1366 "pref_mappings": [
1367 { "pref": "webstore.enterprise_store_url" }
1368 ]
1369 }, 1365 },
1370 1366
1371 "EnterpriseWebStoreName": { 1367 "EnterpriseWebStoreName": {
1372 "os": ["win", "linux", "mac", "chromeos"], 1368 "note": "This policy is retired, see http://crbug.com/178938."
1373 "test_policy": { "EnterpriseWebStoreName": "Example Webstore" },
1374 "pref_mappings": [
1375 { "pref": "webstore.enterprise_store_name" }
1376 ]
1377 }, 1369 },
1378 1370
1379 "EnableMemoryInfo": { 1371 "EnableMemoryInfo": {
1380 "os": ["win", "linux", "mac", "chromeos"], 1372 "os": ["win", "linux", "mac", "chromeos"],
1381 "test_policy": { "EnableMemoryInfo": true }, 1373 "test_policy": { "EnableMemoryInfo": true },
1382 "pref_mappings": [ 1374 "pref_mappings": [
1383 { "pref": "enable_memory_info" } 1375 { "pref": "enable_memory_info" }
1384 ] 1376 ]
1385 }, 1377 },
1386 1378
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 1892
1901 "ChromeFrameContentTypes": { 1893 "ChromeFrameContentTypes": {
1902 }, 1894 },
1903 1895
1904 "GCFUserDataDir": { 1896 "GCFUserDataDir": {
1905 }, 1897 },
1906 1898
1907 "AdditionalLaunchParameters": { 1899 "AdditionalLaunchParameters": {
1908 } 1900 }
1909 } 1901 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698