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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 2656953002: Revert of Remove remnants of DHE support. (Closed)
Patch Set: Created 3 years, 11 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 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": {
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698