Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5459)

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 209323002: New policies: enable/disable relay; port range (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: policy_templates.json; addressed other CR comments. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 },

Powered by Google App Engine
This is Rietveld 408576698