| 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 576c91e4f310aea5988c957c25fc2b7b5418584b..eb182cb94c6dfc933e9e5ed35bf0f8b66fc26c28 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": {
|
|
|