| 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 f13b464b44f3ac76c860f5e096dbae1b260247ae..32878374e11858091aa0d3da2e9ed21029aadd51 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -121,6 +121,19 @@
|
| ]
|
| },
|
|
|
| + "NetworkPredictionOptions": {
|
| + "os": ["win", "linux", "mac", "chromeos"],
|
| + "can_be_recommended": true,
|
| + "test_policy": { "NetworkPredictionOptions": 2 },
|
| + "pref_mappings": [
|
| + { "pref": "dns_prefetching.enabled",
|
| + "indicator_tests": [
|
| + { "policy": { "NetworkPredictionOptions": 2 } }
|
| + ]
|
| + }
|
| + ]
|
| + },
|
| +
|
| "DisableSpdy": {
|
| "os": ["win", "linux", "mac", "chromeos"],
|
| "test_policy": { "DisableSpdy": true },
|
|
|