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

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

Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked the 5 "new" policies as chrome_os:42- Created 5 years, 11 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5ea265a214ac71f7a754bcf75e68ef1931b07b98..860b61f6bda1472bd468448d871185703cf4de80 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -202,77 +202,45 @@
},
"RemoteAccessHostFirewallTraversal": {
- "os": [],
- "test_policy": { "RemoteAccessHostFirewallTraversal": true },
- "pref_mappings": [
- { "pref": "remote_access.host_firewall_traversal" }
- ],
-
- "note": "TODO(frankf): Enable on all OS after crbug.com/121066 is fixed."
},
"RemoteAccessHostRequireTwoFactor": {
- "os": [],
- "test_policy": { "RemoteAccessHostRequireTwoFactor": false },
- "pref_mappings": [
- { "pref": "remote_access.host_require_two_factor" }
- ]
},
"RemoteAccessHostDomain": {
- "os": [],
- "test_policy": { "RemoteAccessHostDomain": "" },
- "pref_mappings": [
- { "pref": "remote_access.host_domain" }
- ]
},
"RemoteAccessHostTalkGadgetPrefix": {
- "os": [],
- "test_policy": { "RemoteAccessHostTalkGadgetPrefix": "chromoting-host" },
- "pref_mappings": [
- { "pref": "remote_access.host_talkgadget_prefix" }
- ]
},
"RemoteAccessHostRequireCurtain": {
- "os": [],
- "test_policy": { "RemoteAccessHostRequireCurtain": false },
- "pref_mappings": [
- { "pref": "remote_access.host_require_curtain" }
- ]
},
"RemoteAccessHostAllowClientPairing": {
- "os": [],
- "test_policy": { "RemoteAccessHostAllowClientPairing": true },
- "pref_mappings": [
- { "pref": "remote_access.host_allow_client_pairing" }
- ]
},
"RemoteAccessHostAllowGnubbyAuth": {
- "os": [],
- "test_policy": { "RemoteAccessHostAllowGnubbyAuth": true },
- "pref_mappings": [
- { "pref": "remote_access.host_allow_gnubby_auth" }
- ]
},
"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" }
- ]
+ },
+
+ "RemoteAccessHostMatchUsername": {
+ },
+
+ "RemoteAccessHostTokenUrl": {
+ },
+
+ "RemoteAccessHostTokenValidationUrl": {
+ },
+
+ "RemoteAccessHostTokenValidationCertificateIssuer": {
+ },
+
+ "RemoteAccessHostDebugOverridePolicies": {
},
"PrintingEnabled": {
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698