| 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 3673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3684 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 35. | 3684 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e
x>Google Chrome</ex></ph> version 35. |
| 3685 | 3685 |
| 3686 Memory info is anyway reported to page, regardless of the option value, bu
t the sizes reported are | 3686 Memory info is anyway reported to page, regardless of the option value, bu
t the sizes reported are |
| 3687 quantized and the rate of updates is limited for security reasons. To obta
in real-time precise data, | 3687 quantized and the rate of updates is limited for security reasons. To obta
in real-time precise data, |
| 3688 please use tools like Telemetry.''', | 3688 please use tools like Telemetry.''', |
| 3689 }, | 3689 }, |
| 3690 { | 3690 { |
| 3691 'name': 'DisablePrintPreview', | 3691 'name': 'DisablePrintPreview', |
| 3692 'type': 'main', | 3692 'type': 'main', |
| 3693 'schema': { 'type': 'boolean' }, | 3693 'schema': { 'type': 'boolean' }, |
| 3694 'supported_on': ['chrome.*:18-'], | 3694 'supported_on': ['chrome.*:18-38'], |
| 3695 'deprecated': True, |
| 3695 'features': { | 3696 'features': { |
| 3696 'dynamic_refresh': False, | 3697 'dynamic_refresh': False, |
| 3697 'per_profile': True, | 3698 'per_profile': True, |
| 3698 }, | 3699 }, |
| 3699 'example_value': False, | 3700 'example_value': False, |
| 3700 'id': 117, | 3701 'id': 117, |
| 3701 'caption': '''Disable Print Preview''', | 3702 'caption': '''Disable Print Preview (deprecated)''', |
| 3702 'desc': '''Show the system print dialog instead of print preview. | 3703 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1<
ex>Google Chrome</ex></ph> version 39. |
| 3704 |
| 3705 Show the system print dialog instead of print preview. |
| 3703 | 3706 |
| 3704 When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome<
/ex></ph> will open the system print dialog instead of the built-in print previe
w when a user requests a page to be printed. | 3707 When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome<
/ex></ph> will open the system print dialog instead of the built-in print previe
w when a user requests a page to be printed. |
| 3705 | 3708 |
| 3706 If this policy is not set or is set to false, print commands trigger the p
rint preview screen.''', | 3709 If this policy is not set or is set to false, print commands trigger the p
rint preview screen.''', |
| 3707 }, | 3710 }, |
| 3708 { | 3711 { |
| 3709 'name': 'DisableSSLRecordSplitting', | 3712 'name': 'DisableSSLRecordSplitting', |
| 3710 'type': 'main', | 3713 'type': 'main', |
| 3711 'schema': { 'type': 'boolean' }, | 3714 'schema': { 'type': 'boolean' }, |
| 3712 'supported_on': ['chrome.*:18-', 'chrome_os:18-'], | 3715 'supported_on': ['chrome.*:18-', 'chrome_os:18-'], |
| (...skipping 3055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6768 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6771 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 6769 'text': 'deprecated', | 6772 'text': 'deprecated', |
| 6770 }, | 6773 }, |
| 6771 'doc_recommended': { | 6774 'doc_recommended': { |
| 6772 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6775 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 6773 'text': 'Default Settings (users can override)', | 6776 'text': 'Default Settings (users can override)', |
| 6774 }, | 6777 }, |
| 6775 }, | 6778 }, |
| 6776 'placeholders': [], | 6779 'placeholders': [], |
| 6777 } | 6780 } |
| OLD | NEW |