| 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 ea7e14c69ce1331a43477e100baf19c28577afee..211d84328237530d99a47cbccad26222690590c2 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1215,6 +1215,14 @@
|
| ]
|
| },
|
|
|
| + "DefaultWebBluetoothGuardSetting": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "DefaultWebBluetoothGuardSetting": 2 },
|
| + "pref_mappings": [
|
| + { "pref": "profile.managed_default_content_settings.web_bluetooth_guard" }
|
| + ]
|
| + },
|
| +
|
| "AutoSelectCertificateForUrls": {
|
| "os": ["win", "linux", "mac", "chromeos"],
|
| "test_policy": { "AutoSelectCertificateForUrls": ["{'pattern':'https://example.com','filter':{'ISSUER':{'CN': 'issuer-name'}}}"] },
|
|
|