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

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

Issue 2724073002: Un-deprecated DisablePrintPreview policy. (Closed)
Patch Set: Un-deprecated DisablePrintPreview policy. Created 3 years, 9 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 4697 matching lines...) Expand 10 before | Expand all | Expand 10 after
4708 4708
4709 Memory info is anyway reported to page, regardless of the option value, bu t the sizes reported are 4709 Memory info is anyway reported to page, regardless of the option value, bu t the sizes reported are
4710 quantized and the rate of updates is limited for security reasons. To obta in real-time precise data, 4710 quantized and the rate of updates is limited for security reasons. To obta in real-time precise data,
4711 please use tools like Telemetry.''', 4711 please use tools like Telemetry.''',
4712 }, 4712 },
4713 { 4713 {
4714 'name': 'DisablePrintPreview', 4714 'name': 'DisablePrintPreview',
4715 'type': 'main', 4715 'type': 'main',
4716 'schema': { 'type': 'boolean' }, 4716 'schema': { 'type': 'boolean' },
4717 'supported_on': ['chrome.*:18-'], 4717 'supported_on': ['chrome.*:18-'],
4718 'deprecated': True,
4719 'features': { 4718 'features': {
4720 'dynamic_refresh': False, 4719 'dynamic_refresh': False,
4721 'per_profile': True, 4720 'per_profile': True,
4722 }, 4721 },
4723 'example_value': False, 4722 'example_value': False,
4724 'id': 117, 4723 'id': 117,
4725 'caption': '''Disable Print Preview (deprecated)''', 4724 'caption': '''Disable Print Preview''',
4726 'tags': [], 4725 'tags': [],
4727 'desc': '''Show the system print dialog instead of print preview. 4726 'desc': '''Show the system print dialog instead of print preview.
4728 4727
4729 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. 4728 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.
4730 4729
4731 If this policy is not set or is set to false, print commands trigger the p rint preview screen.''', 4730 If this policy is not set or is set to false, print commands trigger the p rint preview screen.''',
4732 }, 4731 },
4733 { 4732 {
4734 'name': 'DefaultPrinterSelection', 4733 'name': 'DefaultPrinterSelection',
4735 'type': 'string', 4734 'type': 'string',
(...skipping 4988 matching lines...) Expand 10 before | Expand all | Expand 10 after
9724 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9723 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9725 'text': 'Default Settings (users can override)', 9724 'text': 'Default Settings (users can override)',
9726 }, 9725 },
9727 'doc_complex_policies_on_windows': { 9726 'doc_complex_policies_on_windows': {
9728 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9727 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9729 '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>' '', 9728 '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>' '',
9730 }, 9729 },
9731 }, 9730 },
9732 'placeholders': [], 9731 'placeholders': [],
9733 } 9732 }
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