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 7965bf2812d2d2c026534cb66074f8e0562ba42a..25e48a552d76104532249451e36c21b98364620a 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\',' + |