Chromium Code Reviews| 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..bf83f3fd2f2c49af5f81d7fa3062ff64208488f1 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_gnubby_auth" } |
|
Sergey Ulanov
2014/03/27 18:31:20
allow_relayed_connection
dcaiafa
2014/03/27 19:32:24
Done.
|
| + ] |
| + }, |
| + |
| + "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 }, |