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

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

Issue 5742008: Clean up threading model of external extension providers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'annotations': { 374 'annotations': {
375 'features': {'dynamic_refresh': 1}, 375 'features': {'dynamic_refresh': 1},
376 'example_value': ['extension_id1', 'extension_id2'] 376 'example_value': ['extension_id1', 'extension_id2']
377 } 377 }
378 }, 378 },
379 { 379 {
380 'name': 'ExtensionInstallForcelist', 380 'name': 'ExtensionInstallForcelist',
381 'type': 'list', 381 'type': 'list',
382 'supported_on': ['chrome.*:9-'], 382 'supported_on': ['chrome.*:9-'],
383 'annotations': { 383 'annotations': {
384 'features': {'dynamic_refresh': 0}, 384 'features': {'dynamic_refresh': 1},
385 'example_value': [ 385 'example_value': [
386 'lcncmkcnkcdbbanbjakcencbaoegdjlp;' 386 'lcncmkcnkcdbbanbjakcencbaoegdjlp;'
387 'https://clients2.google.com/service/update2/crx' 387 'https://clients2.google.com/service/update2/crx'
388 ] 388 ]
389 } 389 }
390 }] 390 }]
391 }, 391 },
392 { 392 {
393 'name': 'ShowHomeButton', 393 'name': 'ShowHomeButton',
394 'type': 'main', 394 'type': 'main',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 { 677 {
678 'key': '$4', 678 'key': '$4',
679 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 679 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
680 }, 680 },
681 { 681 {
682 'key': '$5', 682 'key': '$5',
683 'value': 'http://www.chromium.org/administrators/policy-templates' 683 'value': 'http://www.chromium.org/administrators/policy-templates'
684 }, 684 },
685 ] 685 ]
686 } 686 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698