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

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

Issue 7390027: Added group policies to enable/disable importing of data from other browsers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed issues in James' codereview Created 9 years, 5 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 | « no previous file | chrome/browser/first_run/first_run.cc » ('j') | chrome/browser/first_run/first_run.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index ab9822695cd115bbbfd6706d155dba6026c790cd..747c66f8e1aeb7fc10866e924cfc159a26814896 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -94,7 +94,8 @@
# 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: 92
+
+# For your editing convenience: highest ID currently used: 97
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -1594,6 +1595,61 @@
'desc': '''Specifies the release channel that this device should be locked to. This policy is a work in progress; currently, the user can still change the release channel even if it's specified by the policy.'''
},
{
+ 'name': 'ImportBookmarks',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:15-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 93,
+ 'caption': '''Import bookmarks from default browser on first run''',
+ 'desc': '''This policy forces bookmarks to be imported from the current default browser if enabled. If disabled, no bookmarks are imported. If it is not configured, the default behaviour is used. If enabled, this policy also affects the import dialog.''',
+ 'label': '''Import bookmarks from default browser on first run''',
+ },
+ {
+ 'name': 'ImportHistory',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:15-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 94,
+ 'caption': '''Import browsing history from default browser on first run''',
+ 'desc': '''This policy forces the browsing history to be imported from the current default browser if enabled. If disabled, no browsing history is imported. If it is not configured, the default behaviour is used. If enabled, this policy also affects the import dialog.''',
+ 'label': '''Import browsing history from default browser on first run''',
+ },
+ {
+ 'name': 'ImportHomepage',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:15-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 95,
+ 'caption': '''Import of homepage from default browser on first run''',
+ 'desc': '''This policy forces the home page to be imported from the current default browser if enabled. If disabled, the home page is not imported. If it is not configured, the default behaviour is used.''',
+ 'label': '''Import of homepage from default browser on first run''',
+ },
+ {
+ 'name': 'ImportSearchEngine',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:15-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 96,
+ 'caption': '''Import search engines from default browser on first run''',
+ 'desc': '''This policy forces search engines to be imported from the current default browser if enabled. If disabled, the default search engine is not imported. If it is not configured, the default behaviour is used. If enabled, this policy also affects the import dialog.''',
+ 'label': '''Import search engines from default browser on first run''',
+ },
+ {
+ 'name': 'ImportSavedPasswords',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:15-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 97,
+ 'caption': '''Import saved passwords from default browser on first run''',
+ 'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If disabled, the saved passwords are not imported. If it is not configured, the default behaviour is used. If enabled, this policy also affects the import dialog.''',
+ 'label': '''Import saved passwords from default browser on first run''',
+ },
+ {
'name': 'MaxConnectionsPerProxy',
'type': 'int',
'supported_on': ['chrome_os:1.0-','chrome.*:14-'],
@@ -1609,7 +1665,6 @@
Some web apps are known to consume many connections with hanging GETs, so lowering below 32 may lead to browser networking hangs if too many such web apps are open. Lower below the default at your own risk.''',
},
-
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « no previous file | chrome/browser/first_run/first_run.cc » ('j') | chrome/browser/first_run/first_run.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698