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

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

Issue 15738004: Add a policy list for access to capture devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reference bug for code cleanup Created 7 years, 7 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'}}}"] },
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698