| OLD | NEW |
| 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 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1597 If this setting is disabled or not set, users will be asked for permission
to run plugins that require authorization. These are plugins that can compromis
e security.''', | 1597 If this setting is disabled or not set, users will be asked for permission
to run plugins that require authorization. These are plugins that can compromis
e security.''', |
| 1598 }, | 1598 }, |
| 1599 { | 1599 { |
| 1600 'name': 'BookmarkBarEnabled', | 1600 'name': 'BookmarkBarEnabled', |
| 1601 'type': 'main', | 1601 'type': 'main', |
| 1602 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 1602 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
| 1603 'features': {'dynamic_refresh': 1}, | 1603 'features': {'dynamic_refresh': 1}, |
| 1604 'example_value': True, | 1604 'example_value': True, |
| 1605 'id': 82, | 1605 'id': 82, |
| 1606 'caption': '''Enable Bookmark Bar''', | 1606 'caption': '''Enable Bookmark Bar''', |
| 1607 'desc': '''Enables the bookmark bar on the new tab page on <ph name="PRODU
CT_NAME">$1<ex>Google Chrome</ex></ph>. | 1607 'desc': '''Enables the bookmark bar on <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>. |
| 1608 | 1608 |
| 1609 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show a bookmark bar on the "New tab" page. | 1609 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e
x></ph> will show a bookmark bar. |
| 1610 | 1610 |
| 1611 If you disable this setting, users will never see the bookmark bar. | 1611 If you disable this setting, users will never see the bookmark bar. |
| 1612 | 1612 |
| 1613 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 1613 If you enable or disable this setting, users cannot change or override it
in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
| 1614 }, | 1614 }, |
| 1615 { | 1615 { |
| 1616 'name': 'EditBookmarksEnabled', | 1616 'name': 'EditBookmarksEnabled', |
| 1617 'type': 'main', | 1617 'type': 'main', |
| 1618 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], | 1618 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'], |
| 1619 'features': {'dynamic_refresh': 1}, | 1619 'features': {'dynamic_refresh': 1}, |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1921 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 1921 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
| 1922 'text': '''Dynamic Policy Refresh''' | 1922 'text': '''Dynamic Policy Refresh''' |
| 1923 }, | 1923 }, |
| 1924 'doc_deprecated': { | 1924 'doc_deprecated': { |
| 1925 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 1925 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', |
| 1926 'text': 'deprecated', | 1926 'text': 'deprecated', |
| 1927 } | 1927 } |
| 1928 }, | 1928 }, |
| 1929 'placeholders': [], | 1929 'placeholders': [], |
| 1930 } | 1930 } |
| OLD | NEW |