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

Unified Diff: chrome/test/functional/policy_test_cases.py

Issue 10825149: [Chromoting] Add new Chromoting enterprise policies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename TalkGadget policy name Created 8 years, 5 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/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':
Nirnimesh 2012/08/02 23:58:38 Do these apply to chromeos too?
garykac 2012/08/03 01:35:07 We currently don't support hosts on ChromeOS, but
+ ('kRemoteAccessHostRequireTwoFactor', False, [], OS_ALL),
+ '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, [], []),

Powered by Google App Engine
This is Rietveld 408576698