Index: chrome/test/data/policy/policy_test_cases.json |
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json |
index 9df2eff5985b82a6f65075f348762c1093227a72..460b11b16e1565855973cb6060f858553de05117 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -1735,6 +1735,22 @@ |
] |
}, |
+ "AttestationEnabledForUser": { |
+ "os": ["chromeos"], |
+ "test_policy": { "AttestationEnabledForUser": true }, |
+ "pref_mappings": [ |
+ { "pref": "attestation.enabled" } |
+ ] |
+ }, |
+ |
+ "AttestationExtensionWhitelist": { |
+ "os": ["chromeos"], |
+ "test_policy": { "AttestationExtensionWhitelist": ["test_ext_id1", "test_ext_id2"] }, |
+ "pref_mappings": [ |
+ { "pref": "attestation.extension_whitelist" } |
+ ] |
+ }, |
+ |
"----- Chrome OS device policies ---------------------------------------": {}, |
"DevicePolicyRefreshRate": { |