| 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 3713e603329bd1dd18368dfbde468fc61eb9fc11..9135d29008712e7ae0b5b1d3ecf8cbdb1771f769 100755
|
| --- a/chrome/test/functional/policy_test_cases.py
|
| +++ b/chrome/test/functional/policy_test_cases.py
|
| @@ -71,6 +71,8 @@ class PolicyPrefsTestCases(object):
|
| 'RemoteAccessHostDomain': ('kRemoteAccessHostDomain', '', [], []),
|
| 'RemoteAccessHostTalkGadgetPrefix':
|
| ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [], []),
|
| + 'RemoteAccessHostRequireCurtain':
|
| + ('kRemoteAccessHostRequireCurtain', False, [], []),
|
| 'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL),
|
| # Note: supported_on is empty for this policy.
|
| 'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', True, [], []),
|
|
|