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

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

Issue 2253653002: Only allow HTTP/0.9 support on default ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update policy id (*sigh*) Created 4 years, 4 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 94f9d9874478bc3fc2b459f419cc59fa65e41112..cd94cfae39acc46a70a65517bd0a0818e10f9a15 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -155,6 +155,11 @@
]
},
+ "Http09OnNonDefaultPortsEnabled": {
pastarmovj 2016/08/31 12:02:11 You can as well leave the braces empty as nothing
mmenke 2016/08/31 14:30:28 Done (Yea, there's no pref, no UI surface area)
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "Http09OnNonDefaultPortsEnabled": true }
+ },
+
"JavascriptEnabled": {
"os": ["win", "linux", "mac", "chromeos"],
"test_policy": { "JavascriptEnabled": false },

Powered by Google App Engine
This is Rietveld 408576698