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

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

Issue 8477005: Add policies to specify an enterprise web store. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasse. 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
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: 111 103 # For your editing convenience: highest ID currently used: 113
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 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 'future': False, 2096 'future': False,
2097 'example_value': True, 2097 'example_value': True,
2098 'id': 109, 2098 'id': 109,
2099 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph>''', 2099 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph>''',
2100 '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. 2100 '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.
2101 2101
2102 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. 2102 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.
2103 2103
2104 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''', 2104 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''',
2105 }, 2105 },
2106 {
2107 'name': 'EnterpriseWebStoreURL',
2108 'type': 'string',
2109 'supported_on': ['chrome.*:17-','chrome_os:0.17-'],
2110 'features': {'dynamic_refresh': 1},
2111 'future': False,
2112 'example_value': 'http://company-intranet/chromeapps',
2113 'id': 112,
2114 'caption': '''Enterprise web store URL''',
2115 'desc': '''Specifies the URL for the enterprise web store. When this setti ng is enabled, an app will appear on the new tab page which, when clicked, will take the user to the specified URL. Extensions and apps can be installed from th is page without extra warnings being presented to the user. If this policy is se t, the EnterpriseWebStoreName setting should also be set.
2116
2117 If this setting is disabled, no enterprise web store app will appear on th e new tab page.''',
2118 },
2119 {
2120 'name': 'EnterpriseWebStoreName',
2121 'type': 'string',
2122 'supported_on': ['chrome.*:17-','chrome_os:0.17-'],
2123 'features': {'dynamic_refresh': 1},
2124 'future': False,
2125 'example_value': 'WidgCo Chrome Apps',
2126 'id': 113,
2127 'caption': '''Enterprise web store name''',
2128 'desc': '''The name of the enterprise web store, which will appear underne ath the app icon on the new tab page. This setting has no effect if EnterpriseWe bStoreURL is not set.
2129
2130 If this setting is disabled, the enterprise web store app (if it exists) w ill be labeled with its URL.''',
2131 },
2106 ], 2132 ],
2107 'messages': { 2133 'messages': {
2108 # Messages that are not associated to any policies. 2134 # Messages that are not associated to any policies.
2109 'win_supported_winxpsp2': { 2135 'win_supported_winxpsp2': {
2110 '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:'.''', 2136 '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:'.''',
2111 'text': '''Microsoft Windows XP SP2 or later''' 2137 'text': '''Microsoft Windows XP SP2 or later'''
2112 }, 2138 },
2113 'mac_chrome_preferences': { 2139 'mac_chrome_preferences': {
2114 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', 2140 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''',
2115 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 2141 '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
2186 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 2212 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
2187 'text': '''Dynamic Policy Refresh''' 2213 'text': '''Dynamic Policy Refresh'''
2188 }, 2214 },
2189 'doc_deprecated': { 2215 'doc_deprecated': {
2190 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 2216 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
2191 'text': 'deprecated', 2217 'text': 'deprecated',
2192 } 2218 }
2193 }, 2219 },
2194 'placeholders': [], 2220 'placeholders': [],
2195 } 2221 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/extensions/component_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698