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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 11305021: Added feature to import Autofill entires from Firefox 3+ into Chrome. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Adding feature to import autofill entires from Firefox to Chromium Created 8 years, 1 month 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/app/policy/policy_templates.json
===================================================================
--- chrome/app/policy/policy_templates.json (revision 168404)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -112,7 +112,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: 163
+# For your editing convenience: highest ID currently used: 164
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2400,6 +2400,25 @@
Leaving this policy not set will make <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> use the default value of 3 hours.''',
},
{
+ 'name': 'ImportAutofill',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.win:21-', 'chrome.linux:21-'],
+ 'features': {
+ 'dynamic_refresh': True,
+ 'can_be_recommended': True,
+ },
+ 'example_value': True,
+ 'id': 164,
+ 'caption': '''Import autofill entries from default browser on first run''',
+ 'desc': '''This policy forces the autofill entries to be imported from the current default browser if enabled. If enabled, this policy also affects the import dialog.
+
+ If disabled, no autofill entries are imported.
+
+ If it is not set, the user may be asked whether to import, or importing may happen automatically.''',
+ 'label': '''Import autofill entries from default browser on first run''',
+ },
+ {
'name': 'ImportBookmarks',
'type': 'main',
'schema': { 'type': 'boolean' },

Powered by Google App Engine
This is Rietveld 408576698