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