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 5d8ed5bd2b3e4814b342c14e4397fdcc8b27529a..4c39e7433c7b697920afe27521b0e0cdf8d7ffa4 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": { "IncognitoModeAvailability": 1 }, |
|
bartfab (slow)
2014/12/19 12:08:54
s/IncognitoModeAvailability/CaptivePortalAuthentic
Alexander Alekseev
2014/12/22 22:20:11
Done.
|
| + "pref_mappings": [ |
| + { "pref": "proxy.captive_portal_ignores_proxy" } |
| + ] |
| + }, |
| + |
| "ProxyMode": { |
| "os": ["win", "mac", "linux"], |
| "test_policy": { "ProxyMode": "direct" }, |