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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 8395007: Add policy for blocking GCP printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build break and respond to additional feedback Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/policy/config_dir_policy_provider_unittest.cc » ('j') | 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 # policy configuration files. 'dynamic_refresh' controls if the generated 93 # policy configuration files. 'dynamic_refresh' controls if the generated
94 # documentation should state that the policy supports dynamic refresh or not. 94 # documentation should state that the policy supports dynamic refresh or not.
95 # Supporting dynamic refresh means that Chrome respects the changes to the 95 # Supporting dynamic refresh means that Chrome respects the changes to the
96 # policy immediately, without the need for restart. 96 # policy immediately, without the need for restart.
97 # 97 #
98 # IDs: 98 # IDs:
99 # Since a Protocol Buffer definition is generated from this file, unique and 99 # Since a Protocol Buffer definition is generated from this file, unique and
100 # persistent IDs for all fields (but not for groups!) are needed. These are 100 # persistent IDs for all fields (but not for groups!) are needed. These are
101 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 101 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
102 # because doing so would break the deployed wire format! 102 # because doing so would break the deployed wire format!
103 # For your editing convenience: highest ID currently used: 108 103 # For your editing convenience: highest ID currently used: 109
104 # 104 #
105 # Placeholders: 105 # Placeholders:
106 # The following placeholder strings are automatically substituted: 106 # The following placeholder strings are automatically substituted:
107 # $1 -> Google Chrome / Chromium 107 # $1 -> Google Chrome / Chromium
108 # $2 -> Google Chrome OS / Chromium OS 108 # $2 -> Google Chrome OS / Chromium OS
109 # $3 -> Google Chrome Frame / Chromium Frame 109 # $3 -> Google Chrome Frame / Chromium Frame
110 # $6 is reserved for doc_writer 110 # $6 is reserved for doc_writer
111 # 111 #
112 # Device Policy: 112 # Device Policy:
113 # An additional flag device_only (optional, defaults to False) indicates 113 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 'type': 'string', 1840 'type': 'string',
1841 'supported_on': ['chrome_os:0.16-'], 1841 'supported_on': ['chrome_os:0.16-'],
1842 'device_only': True, 1842 'device_only': True,
1843 'features': {'dynamic_refresh': 1}, 1843 'features': {'dynamic_refresh': 1},
1844 'future': True, 1844 'future': True,
1845 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7 a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }', 1845 'example_value': '{ "NetworkConfigurations": [ { "GUID": "{4b224dfd-6849-7 a63-5e394343244ae9c9}", "Name": "my WiFi", "Type": "WiFi", "WiFi": { "SSID": "my WiFi", "HiddenSSID": false, "Security": "None", "AutoConnect": true } } ] }',
1846 'id': 108, 1846 'id': 108,
1847 'caption': '''Device-level network configuration''', 1847 'caption': '''Device-level network configuration''',
1848 'desc': '''Allows pushing network configuration to be applied for all usee rs of a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The netwo rk configuration is a JSON-formatted string as defined by the Open Network Confi guration format described at https://sites.google.com/a/chromium.org/dev/chromiu m-os/chromiumos-design-docs/open-network-configuration''', 1848 'desc': '''Allows pushing network configuration to be applied for all usee rs of a <ph name="PRODUCT_OS_NAME">$2<ex>Chromium OS</ex></ph> device. The netwo rk configuration is a JSON-formatted string as defined by the Open Network Confi guration format described at https://sites.google.com/a/chromium.org/dev/chromiu m-os/chromiumos-design-docs/open-network-configuration''',
1849 }, 1849 },
1850 {
1851 'name': 'CloudPrintSubmitEnabled',
1852 'type': 'main',
1853 'supported_on': ['chrome.*:17-'],
1854 'features': {'dynamic_refresh': 1},
1855 'future': False,
1856 'example_value': True,
1857 'id': 109,
1858 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph>''',
1859 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>< /ph> to submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for printing. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does not prevent users from submitting print jobs on web sites.
1860
1861 If this setting is enabled or not configured, users can print to <ph name= "CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> print dialog.
1862
1863 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> print dialog''',
1864 },
1850 ], 1865 ],
1851 'messages': { 1866 'messages': {
1852 # Messages that are not associated to any policies. 1867 # Messages that are not associated to any policies.
1853 'win_supported_winxpsp2': { 1868 'win_supported_winxpsp2': {
1854 '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:'.''', 1869 '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:'.''',
1855 'text': '''Microsoft Windows XP SP2 or later''' 1870 'text': '''Microsoft Windows XP SP2 or later'''
1856 }, 1871 },
1857 'mac_chrome_preferences': { 1872 'mac_chrome_preferences': {
1858 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', 1873 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''',
1859 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 1874 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 1945 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
1931 'text': '''Dynamic Policy Refresh''' 1946 'text': '''Dynamic Policy Refresh'''
1932 }, 1947 },
1933 'doc_deprecated': { 1948 'doc_deprecated': {
1934 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 1949 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
1935 'text': 'deprecated', 1950 'text': 'deprecated',
1936 } 1951 }
1937 }, 1952 },
1938 'placeholders': [], 1953 'placeholders': [],
1939 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/config_dir_policy_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698