| 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 a69a9069d1b181cf502280c1929e5d932ae7c5fb..fcb61e6532f505f7e0a7465b7709e47d4ab8da64 100755
|
| --- a/chrome/test/functional/policy_test_cases.py
|
| +++ b/chrome/test/functional/policy_test_cases.py
|
| @@ -176,6 +176,8 @@ class PolicyPrefsTestCases(object):
|
| ('kManagedDefaultNotificationsSetting', 2, [CONTENT], OS_ALL),
|
| 'DefaultGeolocationSetting':
|
| ('kManagedDefaultGeolocationSetting', 2, [CONTENT], OS_ALL),
|
| + 'DefaultMediaStreamSetting':
|
| + ('kManagedDefaultMediaStreamSetting', 2, [CONTENT], OS_ALL),
|
| 'AutoSelectCertificateForUrls':
|
| ('kManagedAutoSelectCertificateForUrls',
|
| ['{\'pattern\':\'https://example.com\',' +
|
|
|