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

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

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review! Created 9 years, 10 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 | 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc 79 # chrome.*, chrome.win, chrome_frame -> ADM,ADMX,ADML,doc
80 # chrome.*, chrome.linux -> JSON,doc 80 # chrome.*, chrome.linux -> JSON,doc
81 # chrome.*, chrome.mac -> plist, plist_strings,doc 81 # chrome.*, chrome.mac -> plist, plist_strings,doc
82 # everything else -> doc 82 # everything else -> doc
83 # 83 #
84 # Annotations: 84 # Annotations:
85 # Additional information is specified under keys 'features' and 85 # Additional information is specified under keys 'features' and
86 # 'example_value'. These are used in the generated documentation and example 86 # 'example_value'. These are used in the generated documentation and example
87 # policy configuration files. 87 # policy configuration files.
88 # 88 #
89 # Protobuf IDs:
90 # Since protobuf definitions are generated from this file, each policy must
91 # declare a 'protobuf_id' which is used as the ID of the respective protobuf
92 # field. IDs must be unique inside each group as well as in the root list.
93 # NEVER CHANGE OR RE-USE EXISTING IDs, because doing so will break the
94 # deployed wire format!
95 #
89 'policy_definitions': [ 96 'policy_definitions': [
90 { 97 {
91 'name': 'Homepage', 98 'name': 'Homepage',
92 'type': 'group', 99 'type': 'group',
93 'caption': '''Home page''', 100 'caption': '''Home page''',
94 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it. 101 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it.
95 102
96 The user's home page settings are only completely locked down, if you eith er select the home page to be the new tab page, or set it to be a URL and specif y a home page URL. If you don't specify the home page URL, then the user is stil l able to set the home page to the new tab page by specifying 'chrome://newtab'. ''', 103 The user's home page settings are only completely locked down, if you eith er select the home page to be the new tab page, or set it to be a URL and specif y a home page URL. If you don't specify the home page URL, then the user is stil l able to set the home page to the new tab page by specifying 'chrome://newtab'. ''',
104 'protobuf_id': 1,
gfeher 2011/02/02 08:42:45 For better readability, I suggest moving 'protobuf
Jakob Kummerow 2011/02/03 14:36:52 Done.
97 'policies': [ 105 'policies': [
98 { 106 {
99 'name': 'HomepageLocation', 107 'name': 'HomepageLocation',
100 'type': 'string', 108 'type': 'string',
101 'supported_on': ['chrome.*:8-'], 109 'supported_on': ['chrome.*:8-'],
102 'features': {'dynamic_refresh': 1}, 110 'features': {'dynamic_refresh': 1},
103 'example_value': 'http://chromium.org', 111 'example_value': 'http://chromium.org',
104 'caption': '''Configure the home page URL''', 112 'caption': '''Configure the home page URL''',
105 'desc': '''Configures the default home page URL in <ph name="PRODUCT_N AME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it. 113 'desc': '''Configures the default home page URL in <ph name="PRODUCT_N AME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it.
106 114
107 The home page type can either be set to a URL you specify here or set to the New Tab Page. 115 The home page type can either be set to a URL you specify here or set to the New Tab Page.
108 116
109 If you select the New Tab Page, then this policy is ignored. 117 If you select the New Tab Page, then this policy is ignored.
110 118
111 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can c hoose the New Tab Page as their home page.''', 119 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can c hoose the New Tab Page as their home page.''',
112 'label': '''Home page URL''', 120 'label': '''Home page URL''',
121 'protobuf_id': 1,
113 }, 122 },
114 { 123 {
115 'name': 'HomepageIsNewTabPage', 124 'name': 'HomepageIsNewTabPage',
116 'type': 'main', 125 'type': 'main',
117 'supported_on': ['chrome.*:8-'], 126 'supported_on': ['chrome.*:8-'],
118 'features': {'dynamic_refresh': 1}, 127 'features': {'dynamic_refresh': 1},
119 'example_value': True, 128 'example_value': True,
120 'caption': '''Use New Tab Page as homepage''', 129 'caption': '''Use New Tab Page as homepage''',
121 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set t o the New Tab Page. 130 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set t o the New Tab Page.
122 131
123 If you enable this setting, always the New Tab Page is used for the ho me page, and the home page URL location is ignored. 132 If you enable this setting, always the New Tab Page is used for the ho me page, and the home page URL location is ignored.
124 133
125 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'. 134 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'.
126 135
127 If you enable or disable this setting, users cannot change their homep age type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 136 If you enable or disable this setting, users cannot change their homep age type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
137 'protobuf_id': 2,
128 }, 138 },
129 ], 139 ],
130 }, 140 },
131 { 141 {
132 'name': 'ApplicationLocaleValue', 142 'name': 'ApplicationLocaleValue',
133 'type': 'string', 143 'type': 'string',
134 'supported_on': ['chrome.win:8-'], 144 'supported_on': ['chrome.win:8-'],
135 'features': {'dynamic_refresh': 0}, 145 'features': {'dynamic_refresh': 0},
136 'example_value': 'en', 146 'example_value': 'en',
137 'caption': '''Application locale''', 147 'caption': '''Application locale''',
138 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing the locale. 148 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing the locale.
139 149
140 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead. 150 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead.
141 151
142 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c onfigured), the system locale or the fallback locale 'en-US'.''', 152 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c onfigured), the system locale or the fallback locale 'en-US'.''',
143 'label': '''Application locale''', 153 'label': '''Application locale''',
154 'protobuf_id': 2,
144 }, 155 },
145 { 156 {
146 'name': 'AlternateErrorPagesEnabled', 157 'name': 'AlternateErrorPagesEnabled',
147 'type': 'main', 158 'type': 'main',
148 'supported_on': ['chrome.*:8-'], 159 'supported_on': ['chrome.*:8-'],
149 'features': {'dynamic_refresh': 1}, 160 'features': {'dynamic_refresh': 1},
150 'example_value': True, 161 'example_value': True,
151 'caption': '''Enable alternate error pages''', 162 'caption': '''Enable alternate error pages''',
152 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting. 163 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting.
153 164
154 If you enable this setting, alternate error pages are used. 165 If you enable this setting, alternate error pages are used.
155 166
156 If you disable this setting, alternate error pages are never used. 167 If you disable this setting, alternate error pages are never used.
157 168
158 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 169 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
170 'protobuf_id': 3,
159 }, 171 },
160 { 172 {
161 'name': 'SearchSuggestEnabled', 173 'name': 'SearchSuggestEnabled',
162 'type': 'main', 174 'type': 'main',
163 'supported_on': ['chrome.*:8-'], 175 'supported_on': ['chrome.*:8-'],
164 'features': {'dynamic_refresh': 1}, 176 'features': {'dynamic_refresh': 1},
165 'example_value': True, 177 'example_value': True,
166 'caption': '''Enable search suggestions''', 178 'caption': '''Enable search suggestions''',
167 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting. 179 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting.
168 180
169 If you enable this setting, search suggestions are used. 181 If you enable this setting, search suggestions are used.
170 182
171 If you disable this setting, search suggestions are never used. 183 If you disable this setting, search suggestions are never used.
172 184
173 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 185 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
186 'protobuf_id': 4,
174 }, 187 },
175 { 188 {
176 'name': 'DnsPrefetchingEnabled', 189 'name': 'DnsPrefetchingEnabled',
177 'type': 'main', 190 'type': 'main',
178 'supported_on': ['chrome.*:8-'], 191 'supported_on': ['chrome.*:8-'],
179 'features': {'dynamic_refresh': 1}, 192 'features': {'dynamic_refresh': 1},
180 'example_value': True, 193 'example_value': True,
181 'caption': '''Enable DNS prefetching''', 194 'caption': '''Enable DNS prefetching''',
182 'desc': '''Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting. 195 'desc': '''Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
183 196
184 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 197 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
198 'protobuf_id': 5,
185 }, 199 },
186 { 200 {
187 'name': 'DisableSpdy', 201 'name': 'DisableSpdy',
188 'type': 'main', 202 'type': 'main',
189 'supported_on': ['chrome.*:8-'], 203 'supported_on': ['chrome.*:8-'],
190 'features': {'dynamic_refresh': 1}, 204 'features': {'dynamic_refresh': 1},
191 'example_value': True, 205 'example_value': True,
192 'caption': '''Disable SPDY protocol''', 206 'caption': '''Disable SPDY protocol''',
193 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>.''', 207 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>.''',
208 'protobuf_id': 6,
194 }, 209 },
195 { 210 {
196 'name': 'JavascriptEnabled', 211 'name': 'JavascriptEnabled',
197 'type': 'main', 212 'type': 'main',
198 'supported_on': ['chrome.*:8-'], 213 'supported_on': ['chrome.*:8-'],
199 'features': {'dynamic_refresh': 0}, 214 'features': {'dynamic_refresh': 0},
200 'example_value': True, 215 'example_value': True,
201 'caption': '''Enable JavaScript''', 216 'caption': '''Enable JavaScript''',
202 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph> and prevents users from changing this setting. 217 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph> and prevents users from changing this setting.
203 218
204 If this setting is enabled or not configured, web pages can use JavaScript . 219 If this setting is enabled or not configured, web pages can use JavaScript .
205 220
206 If this setting is disabled, web pages cannot use JavaScript.''', 221 If this setting is disabled, web pages cannot use JavaScript.''',
222 'protobuf_id': 7,
207 }, 223 },
208 { 224 {
209 'name': 'IncognitoEnabled', 225 'name': 'IncognitoEnabled',
210 'type': 'main', 226 'type': 'main',
211 'supported_on': ['chrome.*:11-'], 227 'supported_on': ['chrome.*:11-'],
212 'features': {'dynamic_refresh': 1}, 228 'features': {'dynamic_refresh': 1},
213 'example_value': False, 229 'example_value': False,
214 'caption': '''Enable Incognito mode''', 230 'caption': '''Enable Incognito mode''',
215 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 231 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
216 232
217 If this setting is enabled or not configured, users can open web pages in incognito mode. 233 If this setting is enabled or not configured, users can open web pages in incognito mode.
218 234
219 If this setting is disabled, users cannot open web pages in incognito mode .''', 235 If this setting is disabled, users cannot open web pages in incognito mode .''',
236 'protobuf_id': 8,
220 }, 237 },
221 { 238 {
222 'name': 'SavingBrowserHistoryDisabled', 239 'name': 'SavingBrowserHistoryDisabled',
223 'type': 'main', 240 'type': 'main',
224 'supported_on': ['chrome.*:8-'], 241 'supported_on': ['chrome.*:8-'],
225 'features': {'dynamic_refresh': 1}, 242 'features': {'dynamic_refresh': 1},
226 'example_value': True, 243 'example_value': True,
227 'caption': '''Disable saving browser history''', 244 'caption': '''Disable saving browser history''',
228 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting. 245 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting.
229 246
230 If this setting is enabled, browsing history is not saved. 247 If this setting is enabled, browsing history is not saved.
231 248
232 If this setting is disabled or not configured, browsing history is saved.' '', 249 If this setting is disabled or not configured, browsing history is saved.' '',
250 'protobuf_id': 9,
233 }, 251 },
234 { 252 {
235 'name': 'PrintingEnabled', 253 'name': 'PrintingEnabled',
236 'type': 'main', 254 'type': 'main',
237 'supported_on': ['chrome.*:8-'], 255 'supported_on': ['chrome.*:8-'],
238 'features': {'dynamic_refresh': 1}, 256 'features': {'dynamic_refresh': 1},
239 'example_value': True, 257 'example_value': True,
240 'caption': '''Enable printing''', 258 'caption': '''Enable printing''',
241 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting. 259 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting.
242 260
243 If this setting is enabled or not configured, users can print. 261 If this setting is enabled or not configured, users can print.
244 262
245 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten sions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing . For example certain Flash applications has the print option in their context m enu, and that will not be disabled.''', 263 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten sions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing . For example certain Flash applications has the print option in their context m enu, and that will not be disabled.''',
264 'protobuf_id': 10,
246 }, 265 },
247 { 266 {
248 'name': 'SafeBrowsingEnabled', 267 'name': 'SafeBrowsingEnabled',
249 'type': 'main', 268 'type': 'main',
250 'supported_on': ['chrome.*:8-'], 269 'supported_on': ['chrome.*:8-'],
251 'features': {'dynamic_refresh': 0}, 270 'features': {'dynamic_refresh': 0},
252 'example_value': True, 271 'example_value': True,
253 'caption': '''Enable Safe Browsing''', 272 'caption': '''Enable Safe Browsing''',
254 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting. 273 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting.
255 274
256 If you enable this setting, Safe Browsing is always active. 275 If you enable this setting, Safe Browsing is always active.
257 276
258 If you disable this setting, Safe Browsing is never active. 277 If you disable this setting, Safe Browsing is never active.
259 278
260 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 279 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
280 'protobuf_id': 11,
261 }, 281 },
262 { 282 {
263 'name': 'MetricsReportingEnabled', 283 'name': 'MetricsReportingEnabled',
264 'type': 'main', 284 'type': 'main',
265 'supported_on': ['chrome.*:8-'], 285 'supported_on': ['chrome.*:8-'],
266 'features': {'dynamic_refresh': 0}, 286 'features': {'dynamic_refresh': 0},
267 'example_value': True, 287 'example_value': True,
268 'caption': '''Enable reporting of usage and crash-related data''', 288 'caption': '''Enable reporting of usage and crash-related data''',
269 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting. 289 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting.
270 290
271 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. 291 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
272 292
273 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google. 293 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google.
274 294
275 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 295 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
296 'protobuf_id': 12,
276 }, 297 },
277 { 298 {
278 'name': 'PasswordManager', 299 'name': 'PasswordManager',
279 'type': 'group', 300 'type': 'group',
280 'caption': '''Password manager''', 301 'caption': '''Password manager''',
281 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''', 302 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''',
303 'protobuf_id': 13,
282 'policies': [ 304 'policies': [
283 { 305 {
284 'name': 'PasswordManagerEnabled', 306 'name': 'PasswordManagerEnabled',
285 'type': 'main', 307 'type': 'main',
286 'supported_on': ['chrome.*:8-'], 308 'supported_on': ['chrome.*:8-'],
287 'features': {'dynamic_refresh': 1}, 309 'features': {'dynamic_refresh': 1},
288 'example_value': True, 310 'example_value': True,
289 'caption': '''Enable the password manager''', 311 'caption': '''Enable the password manager''',
290 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 312 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
291 313
292 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the next time they log in to a site. 314 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the next time they log in to a site.
293 315
294 If you disable this setting, users are not able to save passwords or u se already saved passwords. 316 If you disable this setting, users are not able to save passwords or u se already saved passwords.
295 317
296 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 318 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
319 'protobuf_id': 1,
297 }, 320 },
298 { 321 {
299 'name': 'PasswordManagerAllowShowPasswords', 322 'name': 'PasswordManagerAllowShowPasswords',
300 'type': 'main', 323 'type': 'main',
301 'supported_on': ['chrome.*:8-'], 324 'supported_on': ['chrome.*:8-'],
302 'features': {'dynamic_refresh': 1}, 325 'features': {'dynamic_refresh': 1},
303 'example_value': False, 326 'example_value': False,
304 'caption': '''Allow users to show passwords in Password Manager''', 327 'caption': '''Allow users to show passwords in Password Manager''',
305 'desc': '''Controls whether the user may show passwords in clear text in the password manager. 328 'desc': '''Controls whether the user may show passwords in clear text in the password manager.
306 329
307 If you disable this setting, the password manager does not allow showi ng stored passwords in clear text in the password manager window. 330 If you disable this setting, the password manager does not allow showi ng stored passwords in clear text in the password manager window.
308 331
309 If you enable or do not configure this setting, users can view their p asswords in clear text in the password manager.''', 332 If you enable or do not configure this setting, users can view their p asswords in clear text in the password manager.''',
333 'protobuf_id': 2,
310 }, 334 },
311 ], 335 ],
312 }, 336 },
313 { 337 {
314 'name': 'AutoFillEnabled', 338 'name': 'AutoFillEnabled',
315 'type': 'main', 339 'type': 'main',
316 'supported_on': ['chrome.*:8-'], 340 'supported_on': ['chrome.*:8-'],
317 'features': {'dynamic_refresh': 1}, 341 'features': {'dynamic_refresh': 1},
318 'example_value': False, 342 'example_value': False,
319 'caption': '''Enable AutoFill''', 343 'caption': '''Enable AutoFill''',
320 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information. 344 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information.
321 345
322 If you disable this setting, AutoFill will be inaccessible to users. 346 If you disable this setting, AutoFill will be inaccessible to users.
323 347
324 If you enable this setting or do not configure a value, AutoFill will rema in under the control of the user. This will allow them to configure AutoFill pro files and to switch AutoFill on or off at their own discretion.''', 348 If you enable this setting or do not configure a value, AutoFill will rema in under the control of the user. This will allow them to configure AutoFill pro files and to switch AutoFill on or off at their own discretion.''',
349 'protobuf_id': 14,
325 }, 350 },
326 { 351 {
327 'name': 'DisabledPlugins', 352 'name': 'DisabledPlugins',
328 'type': 'list', 353 'type': 'list',
329 'supported_on': ['chrome.*:8-'], 354 'supported_on': ['chrome.*:8-'],
330 'features': {'dynamic_refresh': 1}, 355 'features': {'dynamic_refresh': 1},
331 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 356 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
332 'caption': '''Specify a list of disabled plugins''', 357 'caption': '''Specify a list of disabled plugins''',
333 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se tting. 358 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se tting.
334 359
335 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them. 360 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them.
336 361
337 If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a s disabled in 'about:plugins' and users cannot enable them.''', 362 If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a s disabled in 'about:plugins' and users cannot enable them.''',
338 'label': '''List of disabled plugins''', 363 'label': '''List of disabled plugins''',
364 'protobuf_id': 15,
339 }, 365 },
340 { 366 {
341 'name': 'SyncDisabled', 367 'name': 'SyncDisabled',
342 'type': 'main', 368 'type': 'main',
343 'supported_on': ['chrome.*:8-'], 369 'supported_on': ['chrome.*:8-'],
344 'features': {'dynamic_refresh': 1}, 370 'features': {'dynamic_refresh': 1},
345 'example_value': True, 371 'example_value': True,
346 'caption': '''Disable synchronization of data with Google''', 372 'caption': '''Disable synchronization of data with Google''',
347 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting. 373 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting.
348 374
349 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 375 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
376 'protobuf_id': 16,
350 }, 377 },
351 { 378 {
352 'name': 'Proxy', 379 'name': 'Proxy',
353 'type': 'group', 380 'type': 'group',
354 'caption': '''Proxy server''', 381 'caption': '''Proxy server''',
355 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set tings. 382 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set tings.
356 383
357 If you choose to never use a proxy server and always connect directly, all other options are ignored. 384 If you choose to never use a proxy server and always connect directly, all other options are ignored.
358 385
359 If you choose to auto detect the proxy server, all other options are ignor ed. 386 If you choose to auto detect the proxy server, all other options are ignor ed.
360 387
361 For detailed examples, visit: 388 For detailed examples, visit:
362 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> 389 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
363 390
364 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.''', 391 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.''',
392 'protobuf_id': 17,
365 'policies': [ 393 'policies': [
366 { 394 {
367 'name': 'ProxyMode', 395 'name': 'ProxyMode',
368 'type': 'string-enum', 396 'type': 'string-enum',
369 'items': [ 397 'items': [
370 { 398 {
371 'name': 'ProxyDisabled', 399 'name': 'ProxyDisabled',
372 'value': 'direct', 400 'value': 'direct',
373 'caption': '''Never use a proxy''' 401 'caption': '''Never use a proxy'''
374 }, 402 },
(...skipping 29 matching lines...) Expand all
404 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. 432 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
405 433
406 If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass r ules'. 434 If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass r ules'.
407 435
408 If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'. 436 If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'.
409 437
410 For detailed examples, visit: 438 For detailed examples, visit:
411 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> 439 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
412 440
413 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.'' ', 441 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.'' ',
442 'protobuf_id': 1,
414 }, 443 },
415 { 444 {
416 'name': 'ProxyServerMode', 445 'name': 'ProxyServerMode',
417 'type': 'int-enum', 446 'type': 'int-enum',
418 'items': [ 447 'items': [
419 { 448 {
420 'name': 'ProxyServerDisabled', 449 'name': 'ProxyServerDisabled',
421 'value': 0, 450 'value': 0,
422 'caption': '''Never use a proxy''' 451 'caption': '''Never use a proxy'''
423 }, 452 },
(...skipping 24 matching lines...) Expand all
448 If you choose to never use a proxy server and always connect directly, all other options are ignored. 477 If you choose to never use a proxy server and always connect directly, all other options are ignored.
449 478
450 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. 479 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
451 480
452 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'. 481 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'.
453 482
454 For detailed examples, visit: 483 For detailed examples, visit:
455 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> 484 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
456 485
457 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.'' ', 486 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.'' ',
487 'protobuf_id': 2,
458 }, 488 },
459 { 489 {
460 'name': 'ProxyServer', 490 'name': 'ProxyServer',
461 'type': 'string', 491 'type': 'string',
462 'supported_on': ['chrome.*:8-'], 492 'supported_on': ['chrome.*:8-'],
463 'features': {'dynamic_refresh': 1}, 493 'features': {'dynamic_refresh': 1},
464 'example_value': '123.123.123.123:8080', 494 'example_value': '123.123.123.123:8080',
465 'caption': '''Address or URL of proxy server''', 495 'caption': '''Address or URL of proxy server''',
466 'desc': '''You can specify the URL of the proxy server here. 496 'desc': '''You can specify the URL of the proxy server here.
467 497
468 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 498 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
469 499
470 For more options and detailed examples, visit: 500 For more options and detailed examples, visit:
471 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''', 501 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''',
502 'protobuf_id': 3,
472 }, 503 },
473 { 504 {
474 'name': 'ProxyPacUrl', 505 'name': 'ProxyPacUrl',
475 'type': 'string', 506 'type': 'string',
476 'supported_on': ['chrome.*:8-'], 507 'supported_on': ['chrome.*:8-'],
477 'features': {'dynamic_refresh': 1}, 508 'features': {'dynamic_refresh': 1},
478 'example_value': 'http://internal.site/example.pac', 509 'example_value': 'http://internal.site/example.pac',
479 'caption': '''URL to a proxy .pac file''', 510 'caption': '''URL to a proxy .pac file''',
480 'desc': '''You can specify a URL to a proxy .pac file here. 511 'desc': '''You can specify a URL to a proxy .pac file here.
481 512
482 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 513 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
483 514
484 For detailed examples, visit: 515 For detailed examples, visit:
485 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''', 516 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''',
517 'protobuf_id': 4,
486 }, 518 },
487 { 519 {
488 'name': 'ProxyBypassList', 520 'name': 'ProxyBypassList',
489 'type': 'string', 521 'type': 'string',
490 'supported_on': ['chrome.*:8-'], 522 'supported_on': ['chrome.*:8-'],
491 'features': {'dynamic_refresh': 1}, 523 'features': {'dynamic_refresh': 1},
492 'example_value': 'http://www.example1.com,http://www.example2.com,http ://internalsite/', 524 'example_value': 'http://www.example1.com,http://www.example2.com,http ://internalsite/',
493 'caption': '''Proxy bypass rules''', 525 'caption': '''Proxy bypass rules''',
494 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here. 526 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here.
495 527
496 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 528 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
497 529
498 For more detailed examples, visit: 530 For more detailed examples, visit:
499 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''', 531 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''',
500 'label': '''Comma-separated list of proxy bypass rules''', 532 'label': '''Comma-separated list of proxy bypass rules''',
533 'protobuf_id': 5,
501 }, 534 },
502 ], 535 ],
503 }, 536 },
504 { 537 {
505 'name': 'HTTPAuthentication', 538 'name': 'HTTPAuthentication',
506 'type': 'group', 539 'type': 'group',
507 'caption': '''Policies for HTTP Authentication''', 540 'caption': '''Policies for HTTP Authentication''',
508 'desc': '''Policies related to integrated HTTP authentication.''', 541 'desc': '''Policies related to integrated HTTP authentication.''',
542 'protobuf_id': 18,
509 'policies': [ 543 'policies': [
510 { 544 {
511 'name': 'AuthSchemes', 545 'name': 'AuthSchemes',
512 'type': 'string', 546 'type': 'string',
513 'supported_on': ['chrome.*:9-'], 547 'supported_on': ['chrome.*:9-'],
514 'features': {'dynamic_refresh': 0}, 548 'features': {'dynamic_refresh': 0},
515 'example_value': 'basic,digest,ntlm,negotiate', 549 'example_value': 'basic,digest,ntlm,negotiate',
516 'caption': '''Supported authentication schemes''', 550 'caption': '''Supported authentication schemes''',
517 'desc': '''Specifies which HTTP Authentication schemes are supported b y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 551 'desc': '''Specifies which HTTP Authentication schemes are supported b y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
518 552
519 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat e multiple values with commas.''', 553 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat e multiple values with commas.''',
554 'protobuf_id': 1,
520 }, 555 },
521 { 556 {
522 'name': 'DisableAuthNegotiateCnameLookup', 557 'name': 'DisableAuthNegotiateCnameLookup',
523 'type': 'main', 558 'type': 'main',
524 'supported_on': ['chrome.*:9-'], 559 'supported_on': ['chrome.*:9-'],
525 'features': {'dynamic_refresh': 0}, 560 'features': {'dynamic_refresh': 0},
526 'example_value': False, 561 'example_value': False,
527 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic ation''', 562 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic ation''',
528 'desc': '''Specifies whether the generated Kerberos SPN is based on th e canonical DNS name or the original name entered. 563 'desc': '''Specifies whether the generated Kerberos SPN is based on th e canonical DNS name or the original name entered.
529 564
530 If you enable this setting, CNAME lookup will be skipped and the serve r name will be used as entered. 565 If you enable this setting, CNAME lookup will be skipped and the serve r name will be used as entered.
531 566
532 If you disable this setting, the canonical name of the server will be determined via CNAME lookup.''', 567 If you disable this setting, the canonical name of the server will be determined via CNAME lookup.''',
568 'protobuf_id': 2,
533 }, 569 },
534 { 570 {
535 'name': 'EnableAuthNegotiatePort', 571 'name': 'EnableAuthNegotiatePort',
536 'type': 'main', 572 'type': 'main',
537 'supported_on': ['chrome.*:9-'], 573 'supported_on': ['chrome.*:9-'],
538 'features': {'dynamic_refresh': 0}, 574 'features': {'dynamic_refresh': 0},
539 'example_value': False, 575 'example_value': False,
540 'caption': '''Include non-standard port in Kerberos SPN''', 576 'caption': '''Include non-standard port in Kerberos SPN''',
541 'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port. 577 'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port.
542 578
543 If you enable this setting, and a non-standard port (i.e., a port othe r than 80 or 443) is entered, it will be included in the generated Kerberos SPN. 579 If you enable this setting, and a non-standard port (i.e., a port othe r than 80 or 443) is entered, it will be included in the generated Kerberos SPN.
544 580
545 If you disable this setting, the generated Kerberos SPN will not inclu de a port in any case.''', 581 If you disable this setting, the generated Kerberos SPN will not inclu de a port in any case.''',
582 'protobuf_id': 3,
546 }, 583 },
547 { 584 {
548 'name': 'AuthServerWhitelist', 585 'name': 'AuthServerWhitelist',
549 'type': 'string', 586 'type': 'string',
550 'supported_on': ['chrome.*:9-'], 587 'supported_on': ['chrome.*:9-'],
551 'features': {'dynamic_refresh': 0}, 588 'features': {'dynamic_refresh': 0},
552 'example_value': '*example.com,foobar.com,*baz', 589 'example_value': '*example.com,foobar.com,*baz',
553 'caption': '''Authentication server whitelist''', 590 'caption': '''Authentication server whitelist''',
554 'desc': '''Specifies which servers should be whitelisted for integrate d authentication. Integrated authentication is only enabled when <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> receives an authentication challenge from a proxy or from a server which is in this permitted list. 591 'desc': '''Specifies which servers should be whitelisted for integrate d authentication. Integrated authentication is only enabled when <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> receives an authentication challenge from a proxy or from a server which is in this permitted list.
555 592
556 Separate multiple server names with commas. Wildcards (*) are allowed. ''', 593 Separate multiple server names with commas. Wildcards (*) are allowed. ''',
594 'protobuf_id': 4,
557 }, 595 },
558 { 596 {
559 'name': 'AuthNegotiateDelegateWhitelist', 597 'name': 'AuthNegotiateDelegateWhitelist',
560 'type': 'string', 598 'type': 'string',
561 'supported_on': ['chrome.*:9-'], 599 'supported_on': ['chrome.*:9-'],
562 'features': {'dynamic_refresh': 0}, 600 'features': {'dynamic_refresh': 0},
563 'example_value': 'foobar.example.com', 601 'example_value': 'foobar.example.com',
564 'caption': '''Kerberos delegation server whitelist''', 602 'caption': '''Kerberos delegation server whitelist''',
565 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> may delegate to.''', 603 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> may delegate to.''',
604 'protobuf_id': 5,
566 }, 605 },
567 { 606 {
568 'name': 'GSSAPILibraryName', 607 'name': 'GSSAPILibraryName',
569 'type': 'string', 608 'type': 'string',
570 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], 609 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'],
571 'features': {'dynamic_refresh': 0}, 610 'features': {'dynamic_refresh': 0},
572 'example_value': 'libgssapi_krb5.so.2', 611 'example_value': 'libgssapi_krb5.so.2',
573 'caption': '''GSSAPI library name''', 612 'caption': '''GSSAPI library name''',
574 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati on. You can set either just a library name, or a full path. If no setting is pro vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u sing a default library name.''', 613 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati on. You can set either just a library name, or a full path. If no setting is pro vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u sing a default library name.''',
614 'protobuf_id': 6,
575 }, 615 },
576 ], 616 ],
577 }, 617 },
578 { 618 {
579 'name': 'Extensions', 619 'name': 'Extensions',
580 'type': 'group', 620 'type': 'group',
581 'caption': '''Extensions''', 621 'caption': '''Extensions''',
582 'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also forc e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list of forced extensions.''', 622 'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also forc e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list of forced extensions.''',
623 'protobuf_id': 19,
583 'policies': [ 624 'policies': [
584 { 625 {
585 'name': 'ExtensionInstallBlacklist', 626 'name': 'ExtensionInstallBlacklist',
586 'type': 'list', 627 'type': 'list',
587 'supported_on': ['chrome.*:8-'], 628 'supported_on': ['chrome.*:8-'],
588 'features': {'dynamic_refresh': 1}, 629 'features': {'dynamic_refresh': 1},
589 'example_value': ['extension_id1', 'extension_id2'], 630 'example_value': ['extension_id1', 'extension_id2'],
590 'caption': '''Configure extension installation blacklist''', 631 'caption': '''Configure extension installation blacklist''',
591 'desc': '''Allows you to specify which extensions the users can NOT in stall. 632 'desc': '''Allows you to specify which extensions the users can NOT in stall.
592 633
593 A blacklist value of * means all extensions are blacklisted unless the y are explicitly listed in the whitelist.''', 634 A blacklist value of * means all extensions are blacklisted unless the y are explicitly listed in the whitelist.''',
594 'label': '''Extension IDs the user should be prevented from installing (or * for all)''', 635 'label': '''Extension IDs the user should be prevented from installing (or * for all)''',
636 'protobuf_id': 1,
595 }, 637 },
596 { 638 {
597 'name': 'ExtensionInstallWhitelist', 639 'name': 'ExtensionInstallWhitelist',
598 'type': 'list', 640 'type': 'list',
599 'supported_on': ['chrome.*:8-'], 641 'supported_on': ['chrome.*:8-'],
600 'features': {'dynamic_refresh': 1}, 642 'features': {'dynamic_refresh': 1},
601 'example_value': ['extension_id1', 'extension_id2'], 643 'example_value': ['extension_id1', 'extension_id2'],
602 'caption': '''Configure extension installation whitelist''', 644 'caption': '''Configure extension installation whitelist''',
603 'desc': '''Allows you to specify which extensions are not subject to t he blacklist. 645 'desc': '''Allows you to specify which extensions are not subject to t he blacklist.
604 646
605 A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist. 647 A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist.
606 648
607 By default, all extensions are whitelisted, but if all extensions have been blacklisted by policy, the whitelist can be used to override that policy.' '', 649 By default, all extensions are whitelisted, but if all extensions have been blacklisted by policy, the whitelist can be used to override that policy.' '',
608 'label': '''Extension IDs to exempt from the blacklist''', 650 'label': '''Extension IDs to exempt from the blacklist''',
651 'protobuf_id': 2,
609 }, 652 },
610 { 653 {
611 'name': 'ExtensionInstallForcelist', 654 'name': 'ExtensionInstallForcelist',
612 'type': 'list', 655 'type': 'list',
613 'supported_on': ['chrome.*:9-'], 656 'supported_on': ['chrome.*:9-'],
614 'features': {'dynamic_refresh': 1}, 657 'features': {'dynamic_refresh': 1},
615 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g oogle.com/service/update2/crx'], 658 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g oogle.com/service/update2/crx'],
616 'caption': '''Configure the list of force-installed extensions''', 659 'caption': '''Configure the list of force-installed extensions''',
617 'desc': '''Allows you to specify a list of extensions that will be ins talled silently, without user interaction. 660 'desc': '''Allows you to specify a list of extensions that will be ins talled silently, without user interaction.
618 661
619 Each item of the list is a string, that contains an extension ID and a n update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example : <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://c lients2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the I D from the specified URL and silently install it. The following pages explain ho w you can host extensions on your own server. About update URLs: <ph name="LINK_ TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph> , about hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http:/ /code.google.com/chrome/extensions/hosting.html</ph>. 662 Each item of the list is a string, that contains an extension ID and a n update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example : <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://c lients2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the I D from the specified URL and silently install it. The following pages explain ho w you can host extensions on your own server. About update URLs: <ph name="LINK_ TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph> , about hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http:/ /code.google.com/chrome/extensions/hosting.html</ph>.
620 663
621 Users will be unable to uninstall extensions that are specified by thi s policy. If you remove an extension from this list, then it will be automatical ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi ons that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, can not be force-installed by this policy.''', 664 Users will be unable to uninstall extensions that are specified by thi s policy. If you remove an extension from this list, then it will be automatical ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi ons that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, can not be force-installed by this policy.''',
622 'label': '''Extension IDs and update URLs to be silently installed''', 665 'label': '''Extension IDs and update URLs to be silently installed''',
666 'protobuf_id': 3,
623 }, 667 },
624 ], 668 ],
625 }, 669 },
626 { 670 {
627 'name': 'ShowHomeButton', 671 'name': 'ShowHomeButton',
628 'type': 'main', 672 'type': 'main',
629 'supported_on': ['chrome.*:8-'], 673 'supported_on': ['chrome.*:8-'],
630 'features': {'dynamic_refresh': 1}, 674 'features': {'dynamic_refresh': 1},
631 'example_value': True, 675 'example_value': True,
632 'caption': '''Show Home button on toolbar''', 676 'caption': '''Show Home button on toolbar''',
633 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C hrome</ex></ph>'s toolbar. 677 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C hrome</ex></ph>'s toolbar.
634 678
635 If you enable this setting, the Home button is always shown. 679 If you enable this setting, the Home button is always shown.
636 680
637 If you disable this setting, the Home button is never shown. 681 If you disable this setting, the Home button is never shown.
638 682
639 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 683 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
684 'protobuf_id': 20,
640 }, 685 },
641 { 686 {
642 'name': 'DeveloperToolsDisabled', 687 'name': 'DeveloperToolsDisabled',
643 'type': 'main', 688 'type': 'main',
644 'supported_on': ['chrome.*:9-'], 689 'supported_on': ['chrome.*:9-'],
645 'features': {'dynamic_refresh': 1}, 690 'features': {'dynamic_refresh': 1},
646 'example_value': False, 691 'example_value': False,
647 'caption': '''Disable Developer Tools''', 692 'caption': '''Disable Developer Tools''',
648 'desc': '''Disables the Developer Tools and the JavaScript console. 693 'desc': '''Disables the Developer Tools and the JavaScript console.
649 694
650 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.''', 695 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.''',
696 'protobuf_id': 21,
651 }, 697 },
652 { 698 {
653 'name': 'RestoreOnStartupGroup', 699 'name': 'RestoreOnStartupGroup',
654 'type': 'group', 700 'type': 'group',
655 'caption': '''Startup pages''', 701 'caption': '''Startup pages''',
656 'desc': '''Allows you to configure the pages that are loaded on startup. 702 'desc': '''Allows you to configure the pages that are loaded on startup.
657 703
658 The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''', 704 The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''',
705 'protobuf_id': 22,
659 'policies': [ 706 'policies': [
660 { 707 {
661 'name': 'RestoreOnStartup', 708 'name': 'RestoreOnStartup',
662 'type': 'int-enum', 709 'type': 'int-enum',
663 'items': [ 710 'items': [
664 { 711 {
665 'name': 'RestoreOnStartupIsNone', 712 'name': 'RestoreOnStartupIsNone',
666 'value': 0, 713 'value': 0,
667 'caption': '''Open home page''' 714 'caption': '''Open home page'''
668 }, 715 },
(...skipping 14 matching lines...) Expand all
683 'caption': '''Action on startup''', 730 'caption': '''Action on startup''',
684 'desc': '''Allows you to specify the behavior on startup. 731 'desc': '''Allows you to specify the behavior on startup.
685 732
686 If you choose 'Open home page' the home page will always be opened whe n you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 733 If you choose 'Open home page' the home page will always be opened whe n you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
687 734
688 If you choose 'Reopen the URLs that were open last', the URLs that wer e open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was close d will be reopened. 735 If you choose 'Reopen the URLs that were open last', the URLs that wer e open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was close d will be reopened.
689 736
690 If you choose 'Open a list of URLs', the list of 'URLs to open on star tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. 737 If you choose 'Open a list of URLs', the list of 'URLs to open on star tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>.
691 738
692 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 739 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
740 'protobuf_id': 1,
693 }, 741 },
694 { 742 {
695 'name': 'RestoreOnStartupURLs', 743 'name': 'RestoreOnStartupURLs',
696 'type': 'list', 744 'type': 'list',
697 'supported_on': ['chrome.*:8-'], 745 'supported_on': ['chrome.*:8-'],
698 'features': {'dynamic_refresh': 1}, 746 'features': {'dynamic_refresh': 1},
699 'example_value': ['http://example.com', 'http://chromium.org'], 747 'example_value': ['http://example.com', 'http://chromium.org'],
700 'caption': '''URLs to open on startup''', 748 'caption': '''URLs to open on startup''',
701 'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened.''', 749 'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened.''',
750 'protobuf_id': 2,
702 }, 751 },
703 ], 752 ],
704 }, 753 },
705 { 754 {
706 'name': 'DefaultSearchProvider', 755 'name': 'DefaultSearchProvider',
707 'type': 'group', 756 'type': 'group',
708 'caption': '''Default search provider''', 757 'caption': '''Default search provider''',
709 'desc': '''Configures the default search provider. You can specify the def ault search provider that the user will use or choose to disable default search. ''', 758 'desc': '''Configures the default search provider. You can specify the def ault search provider that the user will use or choose to disable default search. ''',
759 'protobuf_id': 23,
710 'policies': [ 760 'policies': [
711 { 761 {
712 'name': 'DefaultSearchProviderEnabled', 762 'name': 'DefaultSearchProviderEnabled',
713 'type': 'main', 763 'type': 'main',
714 'supported_on': ['chrome.*:8-'], 764 'supported_on': ['chrome.*:8-'],
715 'features': {'dynamic_refresh': 1}, 765 'features': {'dynamic_refresh': 1},
716 'example_value': True, 766 'example_value': True,
717 'caption': '''Enable the default search provider''', 767 'caption': '''Enable the default search provider''',
718 'desc': '''Enables the use of a default search provider. 768 'desc': '''Enables the use of a default search provider.
719 769
720 If you enable this setting, a default search is performed when the use r types text in the omnibox that is not a URL. 770 If you enable this setting, a default search is performed when the use r types text in the omnibox that is not a URL.
721 771
722 You can specify the default search provider to be used by setting the rest of the default search policies. If these are left empty, the user can choos e the default provider. 772 You can specify the default search provider to be used by setting the rest of the default search policies. If these are left empty, the user can choos e the default provider.
723 773
724 If you diable this setting, no search is performed when the user enter s non-URL text in the omnibox. 774 If you diable this setting, no search is performed when the user enter s non-URL text in the omnibox.
725 775
726 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME"> 776 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">
727 $1<ex>Google Chrome</ex> 777 $1<ex>Google Chrome</ex>
728 </ph>.''', 778 </ph>.''',
779 'protobuf_id': 1,
729 }, 780 },
730 { 781 {
731 'name': 'BlockThirdPartyCookies', 782 'name': 'BlockThirdPartyCookies',
732 'type': 'main', 783 'type': 'main',
733 'supported_on': ['chrome.*:10-'], 784 'supported_on': ['chrome.*:10-'],
734 'features': {'dynamic_refresh': 1}, 785 'features': {'dynamic_refresh': 1},
735 'example_value': False, 786 'example_value': False,
736 'caption': '''Block third party cookies''', 787 'caption': '''Block third party cookies''',
737 'desc': '''Blocks third party cookies. 788 'desc': '''Blocks third party cookies.
738 789
739 Enabling this setting prevents cookies from being set by web page elem ents that are not from the domain that is in the browser's address bar. 790 Enabling this setting prevents cookies from being set by web page elem ents that are not from the domain that is in the browser's address bar.
740 791
741 Disabling this setting allows cookies to be set by web page elements t hat are not from the domain that is in the browser's address bar and prevents us ers from changing this setting.''', 792 Disabling this setting allows cookies to be set by web page elements t hat are not from the domain that is in the browser's address bar and prevents us ers from changing this setting.''',
793 'protobuf_id': 2,
742 }, 794 },
743 { 795 {
744 'name': 'DefaultSearchProviderName', 796 'name': 'DefaultSearchProviderName',
745 'type': 'string', 797 'type': 'string',
746 'supported_on': ['chrome.*:8-'], 798 'supported_on': ['chrome.*:8-'],
747 'features': {'dynamic_refresh': 1}, 799 'features': {'dynamic_refresh': 1},
748 'example_value': 'My Intranet Search', 800 'example_value': 'My Intranet Search',
749 'caption': '''Default search provider name''', 801 'caption': '''Default search provider name''',
750 'desc': '''Specifies the name of the default search provider. If left empty, the host name specified by the search URL will be used.''', 802 'desc': '''Specifies the name of the default search provider. If left empty, the host name specified by the search URL will be used.''',
803 'protobuf_id': 3,
751 }, 804 },
752 { 805 {
753 'name': 'DefaultSearchProviderKeyword', 806 'name': 'DefaultSearchProviderKeyword',
754 'type': 'string', 807 'type': 'string',
755 'supported_on': ['chrome.*:8-'], 808 'supported_on': ['chrome.*:8-'],
756 'features': {'dynamic_refresh': 1}, 809 'features': {'dynamic_refresh': 1},
757 'example_value': 'mis', 810 'example_value': 'mis',
758 'caption': '''Default search provider keyword''', 811 'caption': '''Default search provider keyword''',
759 'desc': '''Specifies the keyword, which is the shortcut used in the om nibox to trigger the search for this provider. Optional.''', 812 'desc': '''Specifies the keyword, which is the shortcut used in the om nibox to trigger the search for this provider. Optional.''',
813 'protobuf_id': 4,
760 }, 814 },
761 { 815 {
762 'name': 'DefaultSearchProviderSearchURL', 816 'name': 'DefaultSearchProviderSearchURL',
763 'type': 'string', 817 'type': 'string',
764 'supported_on': ['chrome.*:8-'], 818 'supported_on': ['chrome.*:8-'],
765 'features': {'dynamic_refresh': 1}, 819 'features': {'dynamic_refresh': 1},
766 'example_value': 'http://search.my.company/search?q={searchTerms}', 820 'example_value': 'http://search.my.company/search?q={searchTerms}',
767 'caption': '''Default search provider search URL''', 821 'caption': '''Default search provider search URL''',
768 'desc': '''Specifies the URL of the search engine used when doing a de fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{ searchTerms}</ph>', which will be replaced at query time by the terms the user i s searching for.''', 822 'desc': '''Specifies the URL of the search engine used when doing a de fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{ searchTerms}</ph>', which will be replaced at query time by the terms the user i s searching for.''',
823 'protobuf_id': 5,
769 }, 824 },
770 { 825 {
771 'name': 'DefaultSearchProviderSuggestURL', 826 'name': 'DefaultSearchProviderSuggestURL',
772 'type': 'string', 827 'type': 'string',
773 'supported_on': ['chrome.*:8-'], 828 'supported_on': ['chrome.*:8-'],
774 'features': {'dynamic_refresh': 1}, 829 'features': {'dynamic_refresh': 1},
775 'example_value': 'http://search.my.company/suggest?q={searchTerms}', 830 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
776 'caption': '''Default search provider suggest URL''', 831 'caption': '''Default search provider suggest URL''',
777 'desc': '''Specifies the URL of the search engine used to provide sear ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER" >{searchTerms}</ph>', which will be replaced at query time by the text the user has entered so far. Optional.''', 832 'desc': '''Specifies the URL of the search engine used to provide sear ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER" >{searchTerms}</ph>', which will be replaced at query time by the text the user has entered so far. Optional.''',
833 'protobuf_id': 6,
778 }, 834 },
779 { 835 {
780 'name': 'DefaultSearchProviderInstantURL', 836 'name': 'DefaultSearchProviderInstantURL',
781 'type': 'string', 837 'type': 'string',
782 'supported_on': ['chrome.*:10-'], 838 'supported_on': ['chrome.*:10-'],
783 'features': {'dynamic_refresh': 1}, 839 'features': {'dynamic_refresh': 1},
784 'example_value': 'http://search.my.company/suggest?q={searchTerms}', 840 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
785 'caption': '''Default search provider instant URL''', 841 'caption': '''Default search provider instant URL''',
786 'desc': '''Specifies the URL of the search engine used to provide inst ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s earchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far. Optional.''', 842 'desc': '''Specifies the URL of the search engine used to provide inst ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s earchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far. Optional.''',
843 'protobuf_id': 7,
787 }, 844 },
788 { 845 {
789 'name': 'DefaultSearchProviderIconURL', 846 'name': 'DefaultSearchProviderIconURL',
790 'type': 'string', 847 'type': 'string',
791 'supported_on': ['chrome.*:8-'], 848 'supported_on': ['chrome.*:8-'],
792 'features': {'dynamic_refresh': 1}, 849 'features': {'dynamic_refresh': 1},
793 'example_value': 'http://search.my.company/favicon.ico', 850 'example_value': 'http://search.my.company/favicon.ico',
794 'caption': '''Default search provider icon''', 851 'caption': '''Default search provider icon''',
795 'desc': '''Specifies the favorite icon URL of the default search provi der. Optional.''', 852 'desc': '''Specifies the favorite icon URL of the default search provi der. Optional.''',
853 'protobuf_id': 8,
796 }, 854 },
797 { 855 {
798 'name': 'DefaultSearchProviderEncodings', 856 'name': 'DefaultSearchProviderEncodings',
799 'type': 'list', 857 'type': 'list',
800 'supported_on': ['chrome.*:8-'], 858 'supported_on': ['chrome.*:8-'],
801 'features': {'dynamic_refresh': 1}, 859 'features': {'dynamic_refresh': 1},
802 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'], 860 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'],
803 'caption': '''Default search provider encodings''', 861 'caption': '''Default search provider encodings''',
804 'desc': '''Specifies the character encodings supported by the search p rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided. The default is UTF-8.''', 862 'desc': '''Specifies the character encodings supported by the search p rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided. The default is UTF-8.''',
863 'protobuf_id': 9,
805 }, 864 },
806 ], 865 ],
807 }, 866 },
808 { 867 {
809 'name': 'ContentSettings', 868 'name': 'ContentSettings',
810 'type': 'group', 869 'type': 'group',
811 'caption': '''Content Settings''', 870 'caption': '''Content Settings''',
812 'desc': '''Content Settings allow you to specify how contents of a specifi c type (for example Cookies, Images or JavaScript) is handled.''', 871 'desc': '''Content Settings allow you to specify how contents of a specifi c type (for example Cookies, Images or JavaScript) is handled.''',
872 'protobuf_id': 24,
813 'policies': [ 873 'policies': [
814 { 874 {
815 'name': 'DefaultCookiesSetting', 875 'name': 'DefaultCookiesSetting',
816 'type': 'int-enum', 876 'type': 'int-enum',
817 'items': [ 877 'items': [
818 { 878 {
819 'name': 'AllowCookies', 879 'name': 'AllowCookies',
820 'value': 0, 880 'value': 0,
821 'caption': '''Allow all sites to set local data.''' 881 'caption': '''Allow all sites to set local data.'''
822 }, 882 },
823 { 883 {
824 'name': 'BlockCookies', 884 'name': 'BlockCookies',
825 'value': 1, 885 'value': 1,
826 'caption': '''Do not allow any site to set local data''' 886 'caption': '''Do not allow any site to set local data'''
827 }, 887 },
828 ], 888 ],
829 'supported_on': ['chrome.*:10-'], 889 'supported_on': ['chrome.*:10-'],
830 'features': {'dynamic_refresh': 1}, 890 'features': {'dynamic_refresh': 1},
831 'example_value': 0, 891 'example_value': 0,
832 'caption': '''Default cookies setting''', 892 'caption': '''Default cookies setting''',
833 'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for a ll websites.''', 893 'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for a ll websites.''',
894 'protobuf_id': 1,
834 }, 895 },
835 { 896 {
836 'name': 'DefaultImagesSetting', 897 'name': 'DefaultImagesSetting',
837 'type': 'int-enum', 898 'type': 'int-enum',
838 'items': [ 899 'items': [
839 { 900 {
840 'name': 'AllowImages', 901 'name': 'AllowImages',
841 'value': 0, 902 'value': 0,
842 'caption': '''Allow all sites to show all images''' 903 'caption': '''Allow all sites to show all images'''
843 }, 904 },
844 { 905 {
845 'name': 'BlockImages', 906 'name': 'BlockImages',
846 'value': 1, 907 'value': 1,
847 'caption': '''Do not allow any site to show images''' 908 'caption': '''Do not allow any site to show images'''
848 }, 909 },
849 ], 910 ],
850 'supported_on': ['chrome.*:10-'], 911 'supported_on': ['chrome.*:10-'],
851 'features': {'dynamic_refresh': 1}, 912 'features': {'dynamic_refresh': 1},
852 'example_value': 0, 913 'example_value': 0,
853 'caption': '''Default images setting''', 914 'caption': '''Default images setting''',
854 'desc': '''Allows you to set whether websites are allowed to display i mages. Displaying images can be either allowed for all websites or denied for al l websites.''', 915 'desc': '''Allows you to set whether websites are allowed to display i mages. Displaying images can be either allowed for all websites or denied for al l websites.''',
916 'protobuf_id': 2,
855 }, 917 },
856 { 918 {
857 'name': 'DefaultJavaScriptSetting', 919 'name': 'DefaultJavaScriptSetting',
858 'type': 'int-enum', 920 'type': 'int-enum',
859 'items': [ 921 'items': [
860 { 922 {
861 'name': 'AllowJavaScript', 923 'name': 'AllowJavaScript',
862 'value': 0, 924 'value': 0,
863 'caption': '''Allow all sites to run JavaScript''' 925 'caption': '''Allow all sites to run JavaScript'''
864 }, 926 },
865 { 927 {
866 'name': 'BlockJavaScript', 928 'name': 'BlockJavaScript',
867 'value': 1, 929 'value': 1,
868 'caption': '''Do not allow any site to run JavaScript''' 930 'caption': '''Do not allow any site to run JavaScript'''
869 }, 931 },
870 ], 932 ],
871 'supported_on': ['chrome.*:10-'], 933 'supported_on': ['chrome.*:10-'],
872 'features': {'dynamic_refresh': 1}, 934 'features': {'dynamic_refresh': 1},
873 'example_value': 0, 935 'example_value': 0,
874 'caption': '''Default JavaScript setting''', 936 'caption': '''Default JavaScript setting''',
875 'desc': '''Allows you to set whether websites are allowed to run JavaS cript. Running JavaScript can be either allowed for all websites or denied for a ll websites.''', 937 'desc': '''Allows you to set whether websites are allowed to run JavaS cript. Running JavaScript can be either allowed for all websites or denied for a ll websites.''',
938 'protobuf_id': 3,
876 }, 939 },
877 { 940 {
878 'name': 'DefaultPluginsSetting', 941 'name': 'DefaultPluginsSetting',
879 'type': 'int-enum', 942 'type': 'int-enum',
880 'items': [ 943 'items': [
881 { 944 {
882 'name': 'AllowPlugins', 945 'name': 'AllowPlugins',
883 'value': 0, 946 'value': 0,
884 'caption': '''Allow all sites to automatically run plugins''' 947 'caption': '''Allow all sites to automatically run plugins'''
885 }, 948 },
886 { 949 {
887 'name': 'BlockPlugins', 950 'name': 'BlockPlugins',
888 'value': 1, 951 'value': 1,
889 'caption': '''Block all plugins''' 952 'caption': '''Block all plugins'''
890 }, 953 },
891 ], 954 ],
892 'supported_on': ['chrome.*:10-'], 955 'supported_on': ['chrome.*:10-'],
893 'features': {'dynamic_refresh': 1}, 956 'features': {'dynamic_refresh': 1},
894 'example_value': 0, 957 'example_value': 0,
895 'caption': '''Default plugins setting''', 958 'caption': '''Default plugins setting''',
896 'desc': '''Allows you to set whether websites are allowed to automatic ally run plugins. Automatically running plugins can be either allowed for all we bsites or denied for all websites.''', 959 'desc': '''Allows you to set whether websites are allowed to automatic ally run plugins. Automatically running plugins can be either allowed for all we bsites or denied for all websites.''',
960 'protobuf_id': 4,
897 }, 961 },
898 { 962 {
899 'name': 'DefaultPopupsSetting', 963 'name': 'DefaultPopupsSetting',
900 'type': 'int-enum', 964 'type': 'int-enum',
901 'items': [ 965 'items': [
902 { 966 {
903 'name': 'AllowPopups', 967 'name': 'AllowPopups',
904 'value': 0, 968 'value': 0,
905 'caption': '''Allow all sites to show pop-ups''' 969 'caption': '''Allow all sites to show pop-ups'''
906 }, 970 },
907 { 971 {
908 'name': 'BlockPopups', 972 'name': 'BlockPopups',
909 'value': 1, 973 'value': 1,
910 'caption': '''Do not allow any site to show popups''' 974 'caption': '''Do not allow any site to show popups'''
911 }, 975 },
912 ], 976 ],
913 'supported_on': ['chrome.*:10-'], 977 'supported_on': ['chrome.*:10-'],
914 'features': {'dynamic_refresh': 1}, 978 'features': {'dynamic_refresh': 1},
915 'example_value': 1, 979 'example_value': 1,
916 'caption': '''Default popups setting''', 980 'caption': '''Default popups setting''',
917 'desc': '''Allows you to set whether websites are allowed to show pop- ups. Showing popups can be either allowed for all websites or denied for all web sites.''', 981 'desc': '''Allows you to set whether websites are allowed to show pop- ups. Showing popups can be either allowed for all websites or denied for all web sites.''',
982 'protobuf_id': 5,
918 }, 983 },
919 { 984 {
920 'name': 'DefaultNotificationSetting', 985 'name': 'DefaultNotificationSetting',
921 'type': 'int-enum', 986 'type': 'int-enum',
922 'items': [ 987 'items': [
923 { 988 {
924 'name': 'AllowNotifications', 989 'name': 'AllowNotifications',
925 'value': 0, 990 'value': 0,
926 'caption': '''Allow sites to show desktop notifications''' 991 'caption': '''Allow sites to show desktop notifications'''
927 }, 992 },
928 { 993 {
929 'name': 'BlockNotifications', 994 'name': 'BlockNotifications',
930 'value': 1, 995 'value': 1,
931 'caption': '''Do not allow any site to show desktop notifications' '' 996 'caption': '''Do not allow any site to show desktop notifications' ''
932 }, 997 },
933 { 998 {
934 'name': 'AskNotifications', 999 'name': 'AskNotifications',
935 'value': 2, 1000 'value': 2,
936 'caption': '''Ask every time a site wants to show desktop notifica tions''' 1001 'caption': '''Ask every time a site wants to show desktop notifica tions'''
937 }, 1002 },
938 ], 1003 ],
939 'supported_on': ['chrome.*:10-'], 1004 'supported_on': ['chrome.*:10-'],
940 'features': {'dynamic_refresh': 1}, 1005 'features': {'dynamic_refresh': 1},
941 'example_value': 2, 1006 'example_value': 2,
942 'caption': '''Default notification setting''', 1007 'caption': '''Default notification setting''',
943 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked everytime a website wants to show d esktop notifications.''', 1008 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked everytime a website wants to show d esktop notifications.''',
1009 'protobuf_id': 6,
944 }, 1010 },
945 { 1011 {
946 'name': 'DefaultGeolocationSetting', 1012 'name': 'DefaultGeolocationSetting',
947 'type': 'int-enum', 1013 'type': 'int-enum',
948 'items': [ 1014 'items': [
949 { 1015 {
950 'name': 'AllowGeolocation', 1016 'name': 'AllowGeolocation',
951 'value': 0, 1017 'value': 0,
952 'caption': '''Allow sites to track the users' physical location''' 1018 'caption': '''Allow sites to track the users' physical location'''
953 }, 1019 },
954 { 1020 {
955 'name': 'BlockGeolocation', 1021 'name': 'BlockGeolocation',
956 'value': 1, 1022 'value': 1,
957 'caption': '''Do not allow any site to track the users' physical l ocation''' 1023 'caption': '''Do not allow any site to track the users' physical l ocation'''
958 }, 1024 },
959 { 1025 {
960 'name': 'AskGeolocation', 1026 'name': 'AskGeolocation',
961 'value': 2, 1027 'value': 2,
962 'caption': '''Ask whenever a site wants to track the users' physic al location''' 1028 'caption': '''Ask whenever a site wants to track the users' physic al location'''
963 }, 1029 },
964 ], 1030 ],
965 'supported_on': ['chrome.*:10-'], 1031 'supported_on': ['chrome.*:10-'],
966 'features': {'dynamic_refresh': 1}, 1032 'features': {'dynamic_refresh': 1},
967 'example_value': 0, 1033 'example_value': 0,
968 'caption': '''Default geolocation setting''', 1034 'caption': '''Default geolocation setting''',
969 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website reque sts the pysical location.''', 1035 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website reque sts the pysical location.''',
1036 'protobuf_id': 7,
970 }, 1037 },
971 ], 1038 ],
972 }, 1039 },
973 { 1040 {
974 'name': 'Disable3DAPIs', 1041 'name': 'Disable3DAPIs',
975 'type': 'main', 1042 'type': 'main',
976 'supported_on': ['chrome.*:9-'], 1043 'supported_on': ['chrome.*:9-'],
977 'features': {'dynamic_refresh': 0}, 1044 'features': {'dynamic_refresh': 0},
978 'example_value': False, 1045 'example_value': False,
979 'caption': '''Disable support for 3D graphics APIs''', 1046 'caption': '''Disable support for 3D graphics APIs''',
980 'desc': '''Disable support for 3D graphics APIs. 1047 'desc': '''Disable support for 3D graphics APIs.
981 1048
982 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API. 1049 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API.
983 1050
984 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.''', 1051 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.''',
1052 'protobuf_id': 25,
985 }, 1053 },
986 { 1054 {
987 'name': 'PolicyRefreshRate', 1055 'name': 'PolicyRefreshRate',
988 'type': 'int', 1056 'type': 'int',
989 'supported_on': ['chrome_os:1.0.0.0-'], 1057 'supported_on': ['chrome_os:1.0.0.0-'],
990 'features': {'dynamic_refresh': 1}, 1058 'features': {'dynamic_refresh': 1},
991 'example_value': 3600000, 1059 'example_value': 3600000,
992 'caption': '''Policy refresh rate''', 1060 'caption': '''Policy refresh rate''',
993 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for policy information. 1061 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for policy information.
994 1062
995 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 30 minutes to 1 day. Any values not in this range will be clamped to the respective boundary.''', 1063 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 30 minutes to 1 day. Any values not in this range will be clamped to the respective boundary.''',
1064 'protobuf_id': 26,
996 }, 1065 },
997 { 1066 {
998 'name': 'ChromeFrameRendererSettings', 1067 'name': 'ChromeFrameRendererSettings',
999 'type': 'group', 1068 'type': 'group',
1000 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e x>Google Chrome Frame</ex></ph>''', 1069 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e x>Google Chrome Frame</ex></ph>''',
1001 'desc': '''Allows you to configure the default HTML renderer when <ph name ="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> 1070 'desc': '''Allows you to configure the default HTML renderer when <ph name ="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex>
1002 </ph> is installed. 1071 </ph> is installed.
1003 The default setting is to allow the host browser do the rendering, but you 1072 The default setting is to allow the host browser do the rendering, but you
1004 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> 1073 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex>
1005 Google Chrome Frame</ex></ph> render HTML pages by default.''', 1074 Google Chrome Frame</ex></ph> render HTML pages by default.''',
1075 'protobuf_id': 27,
1006 'policies': [ 1076 'policies': [
1007 { 1077 {
1008 'name': 'ChromeFrameRendererSettings', 1078 'name': 'ChromeFrameRendererSettings',
1009 'type': 'int-enum', 1079 'type': 'int-enum',
1010 'items': [ 1080 'items': [
1011 { 1081 {
1012 'name': 'RenderInHost', 1082 'name': 'RenderInHost',
1013 'value': 0, 1083 'value': 0,
1014 'caption': '''Use the host browser by default''' 1084 'caption': '''Use the host browser by default'''
1015 }, 1085 },
1016 { 1086 {
1017 'name': 'RenderInChromeFrame', 1087 'name': 'RenderInChromeFrame',
1018 'value': 1, 1088 'value': 1,
1019 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph> by default''' 1089 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph> by default'''
1020 }, 1090 },
1021 ], 1091 ],
1022 'supported_on': ['chrome_frame:8-'], 1092 'supported_on': ['chrome_frame:8-'],
1023 'features': {'dynamic_refresh': 0}, 1093 'features': {'dynamic_refresh': 0},
1024 'example_value': 1, 1094 'example_value': 1,
1025 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME"> $3<ex>Google Chrome Frame</ex></ph>''', 1095 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME"> $3<ex>Google Chrome Frame</ex></ph>''',
1026 'desc': '''Allows you to configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> 1096 'desc': '''Allows you to configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex>
1027 </ph> is installed. 1097 </ph> is installed.
1028 The default setting is to allow the host browser do the rendering, but you 1098 The default setting is to allow the host browser do the rendering, but you
1029 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3 <ex> 1099 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3 <ex>
1030 Google Chrome Frame</ex></ph> render HTML pages by default.''', 1100 Google Chrome Frame</ex></ph> render HTML pages by default.''',
1101 'protobuf_id': 1,
1031 }, 1102 },
1032 { 1103 {
1033 'name': 'RenderInChromeFrameList', 1104 'name': 'RenderInChromeFrameList',
1034 'type': 'list', 1105 'type': 'list',
1035 'supported_on': ['chrome_frame:8-'], 1106 'supported_on': ['chrome_frame:8-'],
1036 'features': {'dynamic_refresh': 0}, 1107 'features': {'dynamic_refresh': 0},
1037 'example_value': ['http://www.example.com', 'http://www.example.edu'], 1108 'example_value': ['http://www.example.com', 'http://www.example.edu'],
1038 'caption': '''Always render the following URL patterns in <ph name="PR ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', 1109 'caption': '''Always render the following URL patterns in <ph name="PR ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''',
1039 'desc': '''Customize the list of URL patterns that should always be re ndered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>. 1110 'desc': '''Customize the list of URL patterns that should always be re ndered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.
1040 1111
1041 For example patterns see http://www.chromium.org/developers/how-tos/ch rome-frame-getting-started.''', 1112 For example patterns see http://www.chromium.org/developers/how-tos/ch rome-frame-getting-started.''',
1113 'protobuf_id': 2,
1042 }, 1114 },
1043 { 1115 {
1044 'name': 'RenderInHostList', 1116 'name': 'RenderInHostList',
1045 'type': 'list', 1117 'type': 'list',
1046 'supported_on': ['chrome_frame:8-'], 1118 'supported_on': ['chrome_frame:8-'],
1047 'features': {'dynamic_refresh': 0}, 1119 'features': {'dynamic_refresh': 0},
1048 'example_value': ['http://www.example.com', 'http://www.example.edu'], 1120 'example_value': ['http://www.example.com', 'http://www.example.edu'],
1049 'caption': '''Always render the following URL patterns in the host bro wser''', 1121 'caption': '''Always render the following URL patterns in the host bro wser''',
1050 'desc': '''Customize the list of URL patterns that should always be re ndered by the host browser. 1122 'desc': '''Customize the list of URL patterns that should always be re ndered by the host browser.
1051 For example patterns see http://www.chromium.org/developers/how-tos/ch rome-frame-getting-started.''', 1123 For example patterns see http://www.chromium.org/developers/how-tos/ch rome-frame-getting-started.''',
1124 'protobuf_id': 3,
1052 }, 1125 },
1053 ], 1126 ],
1054 }, 1127 },
1055 { 1128 {
1056 'name': 'ChromeFrameContentTypes', 1129 'name': 'ChromeFrameContentTypes',
1057 'type': 'group', 1130 'type': 'group',
1058 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types.''', 1131 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types.''',
1059 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''', 1132 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''',
1133 'protobuf_id': 28,
1060 'policies': [ 1134 'policies': [
1061 { 1135 {
1062 'name': 'ChromeFrameContentTypes', 1136 'name': 'ChromeFrameContentTypes',
1063 'type': 'list', 1137 'type': 'list',
1064 'supported_on': ['chrome_frame:8-'], 1138 'supported_on': ['chrome_frame:8-'],
1065 'features': {'dynamic_refresh': 0}, 1139 'features': {'dynamic_refresh': 0},
1066 'example_value': ['text/xml', 'application/xml'], 1140 'example_value': ['text/xml', 'application/xml'],
1067 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types.''', 1141 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types.''',
1068 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the following content types.''', 1142 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the following content types.''',
1143 'protobuf_id': 1,
1069 }, 1144 },
1070 ], 1145 ],
1071 }, 1146 },
1072 { 1147 {
1073 'name': 'ChromeOsLockOnIdleSuspend', 1148 'name': 'ChromeOsLockOnIdleSuspend',
1074 'type': 'main', 1149 'type': 'main',
1075 'supported_on': ['chrome_os:0.9.79.0-'], 1150 'supported_on': ['chrome_os:0.9.79.0-'],
1076 'features': {'dynamic_refresh': 1}, 1151 'features': {'dynamic_refresh': 1},
1077 'example_value': True, 1152 'example_value': True,
1078 'caption': '''Enable lock when ChromeOS devices become idle or suspended.' '', 1153 'caption': '''Enable lock when ChromeOS devices become idle or suspended.' '',
1079 'desc': '''Enable lock when ChromeOS devices become idle or suspended. 1154 'desc': '''Enable lock when ChromeOS devices become idle or suspended.
1080 1155
1081 If you enable this setting, users will be asked for a password to unlock C hromeOS devices from sleep. 1156 If you enable this setting, users will be asked for a password to unlock C hromeOS devices from sleep.
1082 1157
1083 If you disable this setting, users will not be asked for a password to wak e ChromeOS devices from sleep. 1158 If you disable this setting, users will not be asked for a password to wak e ChromeOS devices from sleep.
1084 1159
1085 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.''', 1160 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.''',
1161 'protobuf_id': 29,
1086 }, 1162 },
1087 ], 1163 ],
1088 'messages': { 1164 'messages': {
1089 # Messages that are not associated to any policies. 1165 # Messages that are not associated to any policies.
1090 'win_supported_winxpsp2': { 1166 'win_supported_winxpsp2': {
1091 '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:'.''', 1167 '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:'.''',
1092 'text': '''Microsoft Windows XP SP2 or later''' 1168 'text': '''Microsoft Windows XP SP2 or later'''
1093 }, 1169 },
1094 'mac_chrome_preferences': { 1170 'mac_chrome_preferences': {
1095 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', 1171 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 { 1258 {
1183 'key': '$4', 1259 'key': '$4',
1184 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 1260 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
1185 }, 1261 },
1186 { 1262 {
1187 'key': '$5', 1263 'key': '$5',
1188 'value': 'http://www.chromium.org/administrators/policy-templates' 1264 'value': 'http://www.chromium.org/administrators/policy-templates'
1189 }, 1265 },
1190 ] 1266 ]
1191 } 1267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698