| 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 882ba2d9c8a1f99ffa584840e19c6ee6b9b43689..0a16076e584f78e7f2173c8af14230036277b48a 100755
|
| --- a/chrome/test/functional/policy_test_cases.py
|
| +++ b/chrome/test/functional/policy_test_cases.py
|
| @@ -137,6 +137,9 @@ class PolicyPrefsTestCases(object):
|
| 'ExtensionInstallForcelist':
|
| ('kExtensionInstallForceList', ['lcncmkcnkcdbbanbjakcencbaoegdjlp;' +
|
| 'https://clients2.google.com/service/update2/crx'], [], OS_ALL),
|
| + 'ExtensionInstallSources':
|
| + ('kExtensionInstallSources', ['https://www.corp.monkey.net/*'],
|
| + [], OS_ALL),
|
| 'ShowHomeButton': ('kShowHomeButton', True, [BROWSER], OS_ALL),
|
| 'DeveloperToolsDisabled': ('kDevToolsDisabled', True, [], OS_ALL),
|
| 'RestoreOnStartup': (None, 5, [BROWSER], OS_ALL),
|
|
|