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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2918093002: Update the policy documentation for sync and local sync. (Closed)
Patch Set: Address comments. Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
1529 'example_value': True, 1529 'example_value': True,
1530 'id': 20, 1530 'id': 20,
1531 'caption': '''Disable synchronization of data with Google''', 1531 'caption': '''Disable synchronization of data with Google''',
1532 'tags': ['filtering', 'google-sharing'], 1532 'tags': ['filtering', 'google-sharing'],
1533 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting. 1533 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting.
1534 1534
1535 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1535 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1536 1536
1537 If this policy is left not set Google Sync will be available for the user to choose whether to use it or not. 1537 If this policy is left not set Google Sync will be available for the user to choose whether to use it or not.
1538 1538
1539 To fully disable Google Sync, it is recommended that you disable the Googl e Sync service in the Google Admin console.''', 1539 To fully disable Google Sync, it is recommended that you disable the Googl e Sync service in the Google Admin console.
1540
1541 This policy should not be enabled when <ph name="ROAMING_PROFILE_SUPPORT_E NABLED_POLICY_NAME">RoamingProfileSupportEnabled</ph> policy is set to enabled a s that feature shares the same client side functionality. The Google-hosted sync hronization is disabled in this case completely.''',
1540 'arc_support': 'Disabling Google Sync will cause Android Backup and Restor e to not function properly.', 1542 'arc_support': 'Disabling Google Sync will cause Android Backup and Restor e to not function properly.',
1541 }, 1543 },
1542 { 1544 {
1543 'name': 'RoamingProfileSupportEnabled', 1545 'name': 'RoamingProfileSupportEnabled',
1544 'type': 'main', 1546 'type': 'main',
1545 'schema': { 'type': 'boolean' }, 1547 'schema': { 'type': 'boolean' },
1546 'supported_on': ['chrome.win:57-'], 1548 'supported_on': ['chrome.win:57-'],
1547 'features': { 1549 'features': {
1548 'dynamic_refresh': False, 1550 'dynamic_refresh': False,
1549 'per_profile': False, 1551 'per_profile': False,
1550 }, 1552 },
1551 'example_value': True, 1553 'example_value': True,
1552 'id': 358, 1554 'id': 358,
1553 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data''', 1555 'caption': '''Enable the creation of roaming copies for <ph name="PRODUCT_ NAME">$1<ex>Google Chrome</ex></ph> profile data''',
1554 'tags': ['local-data-access'], 1556 'tags': ['local-data-access'],
1555 'desc': '''If you enable this setting, the settings stored in <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles like bookmarks, autofill data , passwords, etc. will also be written to a file stored in the Roaming user prof ile folder or a location specified by the Administrator through the <ph name="RO AMING_PROFILE_LOCATION_POLICY_NAME">$1<ex>RoamingProfileLocation</ex></ph> polic y. 1557 'desc': '''If you enable this setting, the settings stored in <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles like bookmarks, autofill data , passwords, etc. will also be written to a file stored in the Roaming user prof ile folder or a location specified by the Administrator through the <ph name="RO AMING_PROFILE_LOCATION_POLICY_NAME">$1<ex>RoamingProfileLocation</ex></ph> polic y. Enabling this policy disables cloud sync.
1556 1558
1557 Google Sync is automatically disabled when this policy is enabled. 1559 If this policy is disabled or left not set only the regular local profiles will be used.
1558 1560
1559 To prevent accidental data leaks it is advisable to also set the <ph name= "SIGNIN_ALLOWED_POLICY_NAME">$1<ex>SigninAllowed</ex></ph> policy to False. 1561 The <ph name="SYNC_DISABLED_POLICY_NAME">SyncDisabled</ph> policy disables all data synchronization, overriding RoamingProfileSupportEnabled.''',
1560
1561 If this policy is disabled or left not set only the regular local profiles will be used.''',
1562 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''', 1562 'label': '''Enable the creation of roaming copies for <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> profile data.''',
1563 }, 1563 },
1564 { 1564 {
1565 'name': 'RoamingProfileLocation', 1565 'name': 'RoamingProfileLocation',
1566 'type': 'string', 1566 'type': 'string',
1567 'schema': { 'type': 'string' }, 1567 'schema': { 'type': 'string' },
1568 'supported_on': ['chrome.win:57-'], 1568 'supported_on': ['chrome.win:57-'],
1569 'features': { 1569 'features': {
1570 'dynamic_refresh': False, 1570 'dynamic_refresh': False,
1571 'per_profile': False, 1571 'per_profile': False,
(...skipping 8290 matching lines...) Expand 10 before | Expand all | Expand 10 after
9862 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9862 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9863 'text': 'Default Settings (users can override)', 9863 'text': 'Default Settings (users can override)',
9864 }, 9864 },
9865 'doc_complex_policies_on_windows': { 9865 'doc_complex_policies_on_windows': {
9866 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9866 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9867 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9867 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9868 }, 9868 },
9869 }, 9869 },
9870 'placeholders': [], 9870 'placeholders': [],
9871 } 9871 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698