| 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 7f50fc3076abecb20c39aa58cdfa64b0d259f784..3f1e461946591b963055f6faf6336f149ee30c3a 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1767,6 +1767,16 @@
|
| ]
|
| },
|
|
|
| + "PacHttpsUrlStrippingEnabled": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "test_policy": { "PacHttpsUrlStrippingEnabled": true },
|
| + "pref_mappings": [
|
| + { "pref": "proxy.pac_https_url_stripping_enabled",
|
| + "local_state": true
|
| + }
|
| + ]
|
| + },
|
| +
|
| "RegisteredProtocolHandlers": {
|
| "os": ["win", "linux", "mac", "chromeos"],
|
| "can_be_recommended": true,
|
|
|