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

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

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Fix test Created 3 years, 6 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
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 9550 matching lines...) Expand 10 before | Expand all | Expand 10 after
9561 'features': { 9561 'features': {
9562 'dynamic_refresh': True, 9562 'dynamic_refresh': True,
9563 'per_profile': True, 9563 'per_profile': True,
9564 }, 9564 },
9565 'example_value': True, 9565 'example_value': True,
9566 'id': 370, 9566 'id': 370,
9567 'caption': '''Allow queries to a Google time service''', 9567 'caption': '''Allow queries to a Google time service''',
9568 'tags': [], 9568 'tags': [],
9569 'desc': '''Setting this policy to false stops <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> from occasionally sending queries to a Google server t o retrieve an accurate timestamp. These queries will be enabled if this policy i s set to True or is not set.''', 9569 'desc': '''Setting this policy to false stops <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> from occasionally sending queries to a Google server t o retrieve an accurate timestamp. These queries will be enabled if this policy i s set to True or is not set.''',
9570 }, 9570 },
9571 {
9572 'name': 'UseSystemDefaultPrinterAsDefault',
9573 'type': 'main',
9574 'schema': { 'type': 'boolean' },
9575 'supported_on': [
9576 'chrome.*:60-',
9577 'chrome_os:60-',
9578 ],
9579 'features': {
9580 'can_be_recommended': True,
9581 'dynamic_refresh': False,
9582 'per_profile': True,
9583 },
9584 'example_value': False,
9585 'id': 371,
9586 'caption': '''Use System Default Printer as Default''',
9587 'tags': [],
9588 'desc': '''Causes <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to use the system default printer as the default choice in Print Preview instead o f the most recently used printer.
9589
9590 If you disable this setting or do not set a value, Print Preview will use the most recently used printer as the default destination choice.
9591
9592 If you enable this setting, Print Preview will use the OS system default p rinter as the default destination choice.''',
9593 },
9571 ], 9594 ],
9572 'messages': { 9595 'messages': {
9573 # Messages that are not associated to any policies. 9596 # Messages that are not associated to any policies.
9574 'win_supported_winxpsp2': { 9597 'win_supported_winxpsp2': {
9575 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', 9598 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''',
9576 'text': '''Microsoft Windows XP SP2 or later''' 9599 'text': '''Microsoft Windows XP SP2 or later'''
9577 }, 9600 },
9578 'mac_chrome_preferences': { 9601 'mac_chrome_preferences': {
9579 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 9602 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
9580 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 9603 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
9694 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9717 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9695 'text': 'Default Settings (users can override)', 9718 'text': 'Default Settings (users can override)',
9696 }, 9719 },
9697 'doc_complex_policies_on_windows': { 9720 'doc_complex_policies_on_windows': {
9698 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9721 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9699 '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>' '', 9722 '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>' '',
9700 }, 9723 },
9701 }, 9724 },
9702 'placeholders': [], 9725 'placeholders': [],
9703 } 9726 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698