Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4134)

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 581583004: Importer - Add policy changes for ImportAutofillFormData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback (update latest value) Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 },
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698