| 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 642e38cad35c822744f1c9b278507a03ef538e8c..be42916246f1664d2eca26025382ecaed9c994dd 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1153,6 +1153,22 @@
|
| ]
|
| },
|
|
|
| + "PrefExceptionsUsageCookies": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "PrefExceptionsUsageCookies": 2 },
|
| + "pref_mappings": [
|
| + { "pref": "profile.pref_exceptions_usage.cookies" }
|
| + ]
|
| + },
|
| +
|
| + "PrefExceptionsUsagePopups": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "PrefExceptionsUsagePopups": 2 },
|
| + "pref_mappings": [
|
| + { "pref": "profile.pref_exceptions_usage.popups" }
|
| + ]
|
| + },
|
| +
|
| "AudioCaptureAllowed": {
|
| "os": ["win", "linux", "mac", "chromeos"],
|
| "test_policy": { "AudioCaptureAllowed": false },
|
| @@ -2675,7 +2691,7 @@
|
|
|
| "AllowKioskAppControlChromeVersion": {
|
| },
|
| -
|
| +
|
| "LoginAuthenticationBehavior": {
|
| "os": ["chromeos"],
|
| "test_policy": { "LoginAuthenticationBehavior": 1 },
|
|
|