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 16b09d9b084c837bf6bd596471289da543848d4c..312876c6e989f0246e143297b03e617adc09795a 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": "net.network_prediction_options", |
Joao da Silva
2014/07/30 13:33:32
Setting this value to the old value should fix the
Bence
2014/07/31 20:41:11
Done.
|
+ "indicator_tests": [ |
+ { "policy": { "NetworkPredictionOptions": 2 } } |
+ ] |
+ } |
+ ] |
+ }, |
+ |
"DisableSpdy": { |
"os": ["win", "linux", "mac", "chromeos"], |
"test_policy": { "DisableSpdy": true }, |