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 5dc026638cc515edf0fb6f6955b74a6c62d9bffd..4ead304e767f5cdd37089a6179fe3e630c56a880 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -1467,6 +1467,19 @@ |
] |
}, |
+ "ImportAutofillFormData": { |
+ "os": ["win", "mac", "linux"], |
+ "can_be_recommended": true, |
+ "test_policy": { "ImportAutofillFormData": false }, |
+ "pref_mappings": [ |
+ { "pref": "import_autofill_form_data", |
+ "indicator_tests": [ |
+ { "policy": { "ImportAutofillFormData": false } } |
+ ] |
+ } |
+ ] |
+ }, |
+ |
"MaxConnectionsPerProxy": { |
"os": ["win", "linux", "mac", "chromeos"], |
"test_policy": { "MaxConnectionsPerProxy": 16 }, |