Index: chrome/test/functional/policy_test_cases.py |
diff --git a/chrome/test/functional/policy_test_cases.py b/chrome/test/functional/policy_test_cases.py |
index 285b47fbd213740a5c545b6c1c69a5789d748678..1eb162b32c094b8bc29ef460bb168ea5255cd672 100755 |
--- a/chrome/test/functional/policy_test_cases.py |
+++ b/chrome/test/functional/policy_test_cases.py |
@@ -66,6 +66,14 @@ class PolicyPrefsTestCases(object): |
# TODO(frankf): Enable on all OS after crbug.com/121066 is fixed. |
'RemoteAccessHostFirewallTraversal': |
('kRemoteAccessHostFirewallTraversal', True, [], []), |
+ 'RemoteAccessHostRequireTwoFactor': |
+ ('kRemoteAccessHostRequireTwoFactor', False, [], |
+ ['win', 'mac', 'linux']), |
+ 'RemoteAccessHostDomain': |
+ ('kRemoteAccessHostDomain', '', [], ['win', 'mac', 'linux']), |
+ 'RemoteAccessHostTalkGadgetPrefix': |
+ ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [], |
+ ['win', 'mac', 'linux']), |
'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL), |
# Note: supported_on is empty for this policy. |
'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', True, [], []), |