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

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

Issue 8438020: Cloud print connector policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, initialization fix for Windows. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'caption': '''Enable printing''', 391 'caption': '''Enable printing''',
392 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting. 392 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting.
393 393
394 If this setting is enabled or not configured, users can print. 394 If this setting is enabled or not configured, users can print.
395 395
396 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.''', 396 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.''',
397 }, 397 },
398 { 398 {
399 'name': 'CloudPrintProxyEnabled', 399 'name': 'CloudPrintProxyEnabled',
400 'type': 'main', 400 'type': 'main',
401 'supported_on': ['chrome.*:X-'], 401 'supported_on': ['chrome.*:17-'],
402 'features': {'dynamic_refresh': 1}, 402 'features': {'dynamic_refresh': 1},
403 'future': True,
404 'example_value': True, 403 'example_value': True,
405 'id': 13, 404 'id': 13,
406 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p roxy''', 405 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p roxy''',
407 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>< /ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</p h> and legacy printers connected to the machine. 406 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>< /ph> to act as a proxy between <ph name="CLOUD_PRINT_NAME">Google Cloud Print</p h> and legacy printers connected to the machine.
408 407
409 If this setting is enabled or not configured, users can enable the cloud p rint proxy by authentication with their Google account. 408 If this setting is enabled or not configured, users can enable the cloud p rint proxy by authentication with their Google account.
410 409
411 If this setting is disabled, users cannot enable the proxy, and the machin e will not be allowed to share it's printers with <ph name="CLOUD_PRINT_NAME">Go ogle Cloud Print</ph>.''', 410 If this setting is disabled, users cannot enable the proxy, and the machin e will not be allowed to share it's printers with <ph name="CLOUD_PRINT_NAME">Go ogle Cloud Print</ph>.''',
412 }, 411 },
413 { 412 {
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 1949 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
1951 'text': '''Dynamic Policy Refresh''' 1950 'text': '''Dynamic Policy Refresh'''
1952 }, 1951 },
1953 'doc_deprecated': { 1952 'doc_deprecated': {
1954 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 1953 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
1955 'text': 'deprecated', 1954 'text': 'deprecated',
1956 } 1955 }
1957 }, 1956 },
1958 'placeholders': [], 1957 'placeholders': [],
1959 } 1958 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698