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

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

Issue 2056343006: Remove DHE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actually connect up the feature flag Created 4 years, 6 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 678cdff083da66ae0a3bff991109d0ccc7d69627..f696e9d1be954a86224e538a47e9250f6a18bbfd 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1870,6 +1870,16 @@
"RC4Enabled": {
},
+ "DHEEnabled": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "DHEEnabled": true },
+ "pref_mappings": [
+ { "pref": "ssl.dhe_enabled",
+ "local_state": true
+ }
+ ]
+ },
+
"WelcomePageOnOSUpgradeEnabled": {
"os": ["win"],
"test_policy": { "WelcomePageOnOSUpgradeEnabled": false },
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | components/error_page/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698