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

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

Issue 1422293002: Remove RC4 by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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 e96914c17d796ed96f88e834aa56f1d3c17c239e..7c3fd7776942a4998fcf89bc7c101d9e154ba9b5 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1800,6 +1800,16 @@
"pref_mappings": []
},
+ "RC4Enabled": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "RC4Enabled": true },
+ "pref_mappings": [
+ { "pref": "ssl.rc4_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/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698