| 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 5d8ed5bd2b3e4814b342c14e4397fdcc8b27529a..13ba43955040cc51ee0688ec41f3d87996fb4e4c 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -502,6 +502,14 @@
|
| "note": "This policy is retired, see http://crbug.com/133291."
|
| },
|
|
|
| + "CaptivePortalAuthenticationIgnoresProxy": {
|
| + "os": ["chromeos"],
|
| + "test_policy": { "CaptivePortalAuthenticationIgnoresProxy": 1 },
|
| + "pref_mappings": [
|
| + { "pref": "proxy.captive_portal_ignores_proxy" }
|
| + ]
|
| + },
|
| +
|
| "ProxyMode": {
|
| "os": ["win", "mac", "linux"],
|
| "test_policy": { "ProxyMode": "direct" },
|
|
|