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

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

Issue 603253003: Revert of Restored disable print preview policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « chrome/renderer/printing/print_web_view_helper.cc ('k') | 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 3702 matching lines...) Expand 10 before | Expand all | Expand 10 after
3713 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> version 35. 3713 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> version 35.
3714 3714
3715 Memory info is anyway reported to page, regardless of the option value, bu t the sizes reported are 3715 Memory info is anyway reported to page, regardless of the option value, bu t the sizes reported are
3716 quantized and the rate of updates is limited for security reasons. To obta in real-time precise data, 3716 quantized and the rate of updates is limited for security reasons. To obta in real-time precise data,
3717 please use tools like Telemetry.''', 3717 please use tools like Telemetry.''',
3718 }, 3718 },
3719 { 3719 {
3720 'name': 'DisablePrintPreview', 3720 'name': 'DisablePrintPreview',
3721 'type': 'main', 3721 'type': 'main',
3722 'schema': { 'type': 'boolean' }, 3722 'schema': { 'type': 'boolean' },
3723 'supported_on': ['chrome.*:18-'], 3723 'supported_on': ['chrome.*:18-38'],
3724 'deprecated': True, 3724 'deprecated': True,
3725 'features': { 3725 'features': {
3726 'dynamic_refresh': False, 3726 'dynamic_refresh': False,
3727 'per_profile': True, 3727 'per_profile': True,
3728 }, 3728 },
3729 'example_value': False, 3729 'example_value': False,
3730 'id': 117, 3730 'id': 117,
3731 'caption': '''Disable Print Preview (deprecated)''', 3731 'caption': '''Disable Print Preview (deprecated)''',
3732 'desc': '''Show the system print dialog instead of print preview. 3732 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> version 39.
3733
3734 Show the system print dialog instead of print preview.
3733 3735
3734 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. 3736 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.
3735 3737
3736 If this policy is not set or is set to false, print commands trigger the p rint preview screen.''', 3738 If this policy is not set or is set to false, print commands trigger the p rint preview screen.''',
3737 }, 3739 },
3738 { 3740 {
3739 'name': 'DisableSSLRecordSplitting', 3741 'name': 'DisableSSLRecordSplitting',
3740 'type': 'main', 3742 'type': 'main',
3741 'schema': { 'type': 'boolean' }, 3743 'schema': { 'type': 'boolean' },
3742 'supported_on': ['chrome.*:18-', 'chrome_os:18-'], 3744 'supported_on': ['chrome.*:18-', 'chrome_os:18-'],
(...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after
6824 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6826 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6825 'text': 'Default Settings (users can override)', 6827 'text': 'Default Settings (users can override)',
6826 }, 6828 },
6827 'doc_complex_policies_on_windows': { 6829 'doc_complex_policies_on_windows': {
6828 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 6830 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
6829 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , 6831 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
6830 }, 6832 },
6831 }, 6833 },
6832 'placeholders': [], 6834 'placeholders': [],
6833 } 6835 }
OLDNEW
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698