Index: chrome/test/data/policy/policy_test_cases.json |
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json |
index 16b09d9b084c837bf6bd596471289da543848d4c..607c3d5b5a60d2f50da70c9bfb620e80d93e62dc 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -946,6 +946,24 @@ |
"note": "TODO(bartfab): Flag this with can_be_recommended when http://crbug.com/106682 is fixed." |
}, |
+ "DefaultMediaSetting": { |
+ "os": ["win", "linux", "mac", "chromeos"], |
+ "test_policy": { "DefaultMediaSetting": 2 }, |
+ "pref_mappings": [ |
+ { "pref": "profile.managed_default_content_settings.media", |
+ "indicator_selector": "[content-setting=media]", |
+ "indicator_tests": [ |
+ { "policy": { "DefaultMediaSetting": 1 }, |
+ "value": "allow"}, |
+ { "policy": { "DefaultMediaSetting": 2 }, |
+ "value": "block"} |
+ ] |
+ } |
+ ], |
+ |
+ "note": "TODO(bartfab): Flag this with can_be_recommended when http://crbug.com/106682 is fixed." |
+ }, |
+ |
"DefaultPluginsSetting": { |
"os": ["win", "linux", "mac", "chromeos"], |
"test_policy": { "DefaultPluginsSetting": 2 }, |