| 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 1ce28fe32de56c828351385bbd4ab1fdb06f19d8..f1d82d50f273b12bf9966a103609dc1ca8fc5661 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1153,6 +1153,22 @@
|
| ]
|
| },
|
|
|
| + "UserCookiesExceptionsUsage": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "UserCookiesExceptionsUsage": 2 },
|
| + "pref_mappings": [
|
| + { "pref": "profile.user_exceptions_usage.cookies" }
|
| + ]
|
| + },
|
| +
|
| + "UserPopupsExceptionsUsage": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "UserPopupsExceptionsUsage": 2 },
|
| + "pref_mappings": [
|
| + { "pref": "profile.user_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 },
|
|
|