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

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: Back out of mocking the world for cros 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
« chrome/common/pref_names.cc ('K') | « 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..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": {
Mattias Nissler (ping if slow) 2013/05/28 08:11:39 This policy is mapped to a pref, so it should have
tommi (sloooow) - chröme 2013/05/28 10:19:43 Can you help me out here? What would be the appro
tommi (sloooow) - chröme 2013/05/28 10:52:49 Nevermind. Done.
+ },
+
"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/common/pref_names.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