Chromium Code Reviews| 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..df80870b9011a2590c74ca7adda420db58dff066 100755 |
| --- a/chrome/test/functional/policy_test_cases.py |
| +++ b/chrome/test/functional/policy_test_cases.py |
| @@ -66,6 +66,12 @@ class PolicyPrefsTestCases(object): |
| # TODO(frankf): Enable on all OS after crbug.com/121066 is fixed. |
| 'RemoteAccessHostFirewallTraversal': |
| ('kRemoteAccessHostFirewallTraversal', True, [], []), |
| + 'RemoteAccessHostRequireTwoFactor': |
| + ('kRemoteAccessHostRequireTwoFactor', False, [], OS_ALL), |
|
Nirnimesh
2012/08/03 21:49:52
Since it's not meant for chromeos, shouldn't you h
garykac
2012/08/03 21:59:49
Done.
|
| + 'RemoteAccessHostDomain': |
| + ('kRemoteAccessHostDomain', '', [], OS_ALL), |
| + 'RemoteAccessHostTalkGadgetPrefix': |
| + ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [], OS_ALL), |
| 'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL), |
| # Note: supported_on is empty for this policy. |
| 'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', True, [], []), |