| 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 46150a0842901f9096b97a06c51d6484711fb338..2e1d91b024b670bbb3d5763e561a32e7f0797120 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1944,11 +1944,9 @@
|
| },
|
|
|
| "SSLVersionMin": {
|
| - "note": "This policy is retired, see https://crbug.com/487730."
|
| },
|
|
|
| "SSLVersionFallbackMin": {
|
| - "note": "This policy is retired, see https://crbug.com/621780."
|
| },
|
|
|
| "CertificateTransparencyEnforcementDisabledForUrls": {
|
| @@ -1960,11 +1958,16 @@
|
| },
|
|
|
| "RC4Enabled": {
|
| - "note": "This policy is retired, see https://crbug.com/375342."
|
| },
|
|
|
| "DHEEnabled": {
|
| - "note": "This policy is retired, see https://crbug.com/619194."
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "DHEEnabled": true },
|
| + "pref_mappings": [
|
| + { "pref": "ssl.dhe_enabled",
|
| + "local_state": true
|
| + }
|
| + ]
|
| },
|
|
|
| "WelcomePageOnOSUpgradeEnabled": {
|
|
|