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 0a16076e584f78e7f2173c8af14230036277b48a..3bb332795d60c6dd0fc1ce9917200e9abf868f27 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\',' + |