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 39d71f68930ad0af811d89ff5049b43d8a873a4b..6ba9d65f9bfbb3f3c1a67c20134f451364a0c8df 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -964,6 +964,16 @@ |
] |
}, |
+ "AudioCaptureAllowedUrls": { |
+ "os": ["win", "linux", "mac", "chromeos"], |
+ "test_policy": { "AudioCaptureAllowedUrls": ["[*.]google.com"] }, |
+ "pref_mappings": [ |
+ { |
+ "pref": "hardware.audio_capture_allowed_urls" |
+ } |
+ ] |
+ }, |
+ |
"VideoCaptureAllowed": { |
"os": ["win", "linux", "mac", "chromeos"], |
"test_policy": { "VideoCaptureAllowed": false }, |
@@ -977,6 +987,16 @@ |
] |
}, |
+ "VideoCaptureAllowedUrls": { |
+ "os": ["win", "linux", "mac", "chromeos"], |
+ "test_policy": { "VideoCaptureAllowedUrls": ["[*.]google.com"] }, |
+ "pref_mappings": [ |
+ { |
+ "pref": "hardware.video_capture_allowed_urls" |
+ } |
+ ] |
+ }, |
+ |
"AutoSelectCertificateForUrls": { |
"os": ["win", "linux", "mac", "chromeos"], |
"test_policy": { "AutoSelectCertificateForUrls": ["{'pattern':'https://example.com','filter':{'ISSUER':{'CN': 'issuer-name'}}}"] }, |