| 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 6e04df2825343eb3ece03721ce5a1ac8eed231fe..2ad48a96af588b5f9b7798c516fcff762145f253 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -693,6 +693,16 @@
|
| ]
|
| },
|
|
|
| + "EnableCommonNameFallbackForLocalAnchors": {
|
| + "os": ["win", "linux", "mac", "chromeos", "android"],
|
| + "test_policy": { "EnableCommonNameFallbackForLocalAnchors": true },
|
| + "pref_mappings": [
|
| + { "pref": "ssl.common_name_fallback_enabled_for_local_anchors",
|
| + "local_state": true
|
| + }
|
| + ]
|
| + },
|
| +
|
| "AuthSchemes": {
|
| "os": ["win", "linux", "mac", "chromeos", "android"],
|
| "test_policy": { "AuthSchemes": "AuthSchemes" },
|
|
|