| 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 b6369f66559dc0a082332d95653f3b75aac4425c..b78c0f94b14497be8f6d2b95de4fd1e6525d3cdd 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1959,6 +1959,22 @@
|
| ]
|
| },
|
|
|
| + "NativeMessagingBlacklist": {
|
| + "os": ["win", "linux", "mac"],
|
| + "test_policy": { "NativeMessagingBlacklist": ["*"] },
|
| + "pref_mappings": [
|
| + { "pref": "native_messaging.blacklist" }
|
| + ]
|
| + },
|
| +
|
| + "NativeMessagingWhitelist": {
|
| + "os": ["win", "linux", "mac"],
|
| + "test_policy": { "NativeMessagingWhitelist": ["native.messaging.host.name"] },
|
| + "pref_mappings": [
|
| + { "pref": "native_messaging.whitelist" }
|
| + ]
|
| + },
|
| +
|
| "----- Chrome OS device policies ---------------------------------------": {},
|
|
|
| "DevicePolicyRefreshRate": {
|
|
|