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

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

Issue 545543002: Enable the PrintingEnabled policy on Android from M39 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 'desc': '''Restricts the UDP port range used by the remote access host in this machine. 737 'desc': '''Restricts the UDP port range used by the remote access host in this machine.
738 738
739 If this policy is left not set, or if it is set to an empty string, th e remote access host will be allowed to use any available port, unless the polic y <ph name="REMOTEACCESSHOSTFIREWALLTRAVERSAL_POLICY_NAME">RemoteAccessHostFirew allTraversal</ph> is disabled, in which case the remote access host will use UDP ports in the 12400-12409 range.''', 739 If this policy is left not set, or if it is set to an empty string, th e remote access host will be allowed to use any available port, unless the polic y <ph name="REMOTEACCESSHOSTFIREWALLTRAVERSAL_POLICY_NAME">RemoteAccessHostFirew allTraversal</ph> is disabled, in which case the remote access host will use UDP ports in the 12400-12409 range.''',
740 }, 740 },
741 ], 741 ],
742 }, 742 },
743 { 743 {
744 'name': 'PrintingEnabled', 744 'name': 'PrintingEnabled',
745 'type': 'main', 745 'type': 'main',
746 'schema': { 'type': 'boolean' }, 746 'schema': { 'type': 'boolean' },
747 'supported_on': ['chrome.*:8-', 'chrome_os:11-'], 747 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:39-'],
748 'features': { 748 'features': {
749 'dynamic_refresh': True, 749 'dynamic_refresh': True,
750 'per_profile': True, 750 'per_profile': True,
751 }, 751 },
752 'example_value': True, 752 'example_value': True,
753 'id': 12, 753 'id': 12,
754 'caption': '''Enable printing''', 754 'caption': '''Enable printing''',
755 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting. 755 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting.
756 756
757 If this setting is enabled or not configured, users can print. 757 If this setting is enabled or not configured, users can print.
(...skipping 6018 matching lines...) Expand 10 before | Expand all | Expand 10 after
6776 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6776 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6777 'text': 'Default Settings (users can override)', 6777 'text': 'Default Settings (users can override)',
6778 }, 6778 },
6779 'doc_complex_policies_on_windows': { 6779 'doc_complex_policies_on_windows': {
6780 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 6780 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
6781 '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>''' , 6781 '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>''' ,
6782 }, 6782 },
6783 }, 6783 },
6784 'placeholders': [], 6784 'placeholders': [],
6785 } 6785 }
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