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

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: Change capture policy values to be per-profile. 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
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..614331ad6fbee39817b81f26495dde53582e88e2 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -964,6 +964,9 @@
]
},
+ "AudioCaptureAllowedUrls": {
+ },
+
"VideoCaptureAllowed": {
"os": ["win", "linux", "mac", "chromeos"],
"test_policy": { "VideoCaptureAllowed": false },
@@ -977,6 +980,9 @@
]
},
+ "VideoCaptureAllowedUrls": {
+ },
+
"AutoSelectCertificateForUrls": {
"os": ["win", "linux", "mac", "chromeos"],
"test_policy": { "AutoSelectCertificateForUrls": ["{'pattern':'https://example.com','filter':{'ISSUER':{'CN': 'issuer-name'}}}"] },
« chrome/browser/media/media_stream_devices_controller.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698