Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 27635002: Content settings for <audio> and <video>. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 },

Powered by Google App Engine
This is Rietveld 408576698