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

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: 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 5c7f7a1fd4eea2dd20b3dd956d16348af238b10a..99fb1ed3c50ea378d9ffb890bf1ca654c2c694f0 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -94,7 +94,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: 91
+# For your editing convenience: highest ID currently used: 96
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -1593,6 +1593,61 @@
'caption': '''Release channel''',
'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.*:14-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 92,
+ '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.''',
Mattias Nissler (ping if slow) 2011/07/18 15:02:30 It might be worth mentioning that this also affect
+ 'label': '''Import bookmarks from default browser on first run''',
+ },
+ {
+ 'name': 'ImportHistory',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:14-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 93,
+ 'caption': '''Allow importing 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.''',
+ 'label': '''Allow importing browsing history from default browser on first run''',
+ },
+ {
+ 'name': 'ImportHomepage',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:14-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 94,
+ 'caption': '''Allow import of homepage from default browser''',
+ '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': '''Allow import of homepage from default browser''',
+ },
+ {
+ 'name': 'ImportSearchEngine',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:14-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 95,
+ 'caption': '''Allow import of default search engine from default browser on first run''',
+ 'desc': '''This policy forces the default search engine 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.''',
+ 'label': '''Allow import of default search engine from default browser on first run''',
+ },
+ {
+ 'name': 'ImportSavedPasswords',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:14-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': True,
+ 'id': 96,
+ '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.''',
+ 'label': '''Import saved passwords from default browser on first run''',
+ },
],
'messages': {
« 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