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 e54a6b3cd2d218f705acb8453c666e64026230fe..f62c9397278f0343fbf9b99c6827d8cee430f233 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 }, |