Chromium Code Reviews| 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 }, |