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

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

Issue 2727813002: Options/MD Settings: use new prefs to drive import data dialog (Closed)
Patch Set: pastarmovj@ review Created 3 years, 9 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/webui/settings/import_data_dialog_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6e04df2825343eb3ece03721ce5a1ac8eed231fe..10017662bcbef036ac77e0d16b8fbd136e6d32e5 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1633,7 +1633,7 @@
"can_be_recommended": true,
"test_policy": { "ImportBookmarks": false },
"pref_mappings": [
- { "pref": "import_bookmarks",
+ { "pref": "import_dialog_bookmarks",
"indicator_tests": [
{ "policy": { "ImportBookmarks": false } }
]
@@ -1646,7 +1646,7 @@
"can_be_recommended": true,
"test_policy": { "ImportHistory": false },
"pref_mappings": [
- { "pref": "import_history",
+ { "pref": "import_dialog_history",
"indicator_tests": [
{ "policy": { "ImportHistory": false } }
]
@@ -1667,7 +1667,7 @@
"can_be_recommended": true,
"test_policy": { "ImportSearchEngine": false },
"pref_mappings": [
- { "pref": "import_search_engine",
+ { "pref": "import_dialog_search_engine",
"indicator_tests": [
{ "policy": { "ImportSearchEngine": false } }
]
@@ -1680,7 +1680,7 @@
"can_be_recommended": true,
"test_policy": { "ImportSavedPasswords": false },
"pref_mappings": [
- { "pref": "import_saved_passwords",
+ { "pref": "import_dialog_saved_passwords",
"indicator_tests": [
{ "policy": { "ImportSavedPasswords": false } }
]
@@ -1693,7 +1693,7 @@
"can_be_recommended": true,
"test_policy": { "ImportAutofillFormData": false },
"pref_mappings": [
- { "pref": "import_autofill_form_data",
+ { "pref": "import_dialog_autofill_form_data",
"indicator_tests": [
{ "policy": { "ImportAutofillFormData": false } }
]
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/webui/settings/import_data_dialog_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698