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

Unified Diff: components/policy/resources/policy_templates.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
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 2be24063ce9620f8f6d5dcd1247c85fed6675547..eb8d0e0d382633e44069bc077bed7dcffca62e62 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -123,7 +123,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 276
+# For your editing convenience: highest ID currently used: 277
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -3477,6 +3477,26 @@
'label': '''Import saved passwords from default browser on first run''',
},
{
+ 'name': 'ImportAutofillFormData',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:39-'],
+ 'features': {
+ 'can_be_recommended': True,
+ 'dynamic_refresh': True,
+ 'per_profile': True,
+ },
+ 'example_value': True,
+ 'id': 277,
+ 'caption': '''Import autofill form data from default browser on first run''',
+ 'desc': '''This policy forces the autofill form data to be imported from the previous default browser if enabled. If enabled, this policy also affects the import dialog.
+
+ If disabled, the autofill form data is not imported.
+
+ If it is not set, the user may be asked whether to import, or importing may happen automatically.''',
+ 'label': '''Import autofill form data from default browser on first run''',
+ },
+ {
'name': 'MaxConnectionsPerProxy',
'type': 'int',
'schema': { 'type': 'integer' },
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698