| 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 9d0fd3bd74e04bed341b50ad04a3ddb8e57968a1..5c12fb6984c1a0d2069e8891cab4518d604d0cc4 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -244,6 +244,22 @@
|
| ]
|
| },
|
|
|
| + "RemoteAccessHostAllowRelayedConnection": {
|
| + "os": [],
|
| + "test_policy": { "RemoteAccessHostAllowRelayedConnection": true },
|
| + "pref_mappings": [
|
| + { "pref": "remote_access.host_allow_relayed_connection" }
|
| + ]
|
| + },
|
| +
|
| + "RemoteAccessHostUdpPortRange": {
|
| + "os": [],
|
| + "test_policy": { "RemoteAccessHostUdpPortRange": "12400-12409" },
|
| + "pref_mappings": [
|
| + { "pref": "remote_access.host_udp_port_range" }
|
| + ]
|
| + },
|
| +
|
| "PrintingEnabled": {
|
| "os": ["win", "linux", "mac", "chromeos"],
|
| "test_policy": { "PrintingEnabled": false },
|
|
|