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

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: Move the code to the browser process 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'caption': '''Enable printing''', 386 'caption': '''Enable printing''',
387 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting. 387 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting.
388 388
389 If this setting is enabled or not configured, users can print. 389 If this setting is enabled or not configured, users can print.
390 390
391 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.''', 391 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.''',
392 }, 392 },
393 { 393 {
394 'name': 'CloudPrintProxyEnabled', 394 'name': 'CloudPrintProxyEnabled',
395 'type': 'main', 395 'type': 'main',
396 'supported_on': ['chrome.*:X-'], 396 'supported_on': ['chrome.*:17-'],
397 'features': {'dynamic_refresh': 1}, 397 'features': {'dynamic_refresh': 1},
398 'future': True,
399 'example_value': True, 398 'example_value': True,
400 'id': 13, 399 'id': 13,
401 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p roxy''', 400 'caption': '''Enable <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> p roxy''',
402 '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. 401 '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.
403 402
404 If this setting is enabled or not configured, users can enable the cloud p rint proxy by authentication with their Google account. 403 If this setting is enabled or not configured, users can enable the cloud p rint proxy by authentication with their Google account.
405 404
406 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>.''', 405 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>.''',
407 }, 406 },
408 { 407 {
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 1944 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
1946 'text': '''Dynamic Policy Refresh''' 1945 'text': '''Dynamic Policy Refresh'''
1947 }, 1946 },
1948 'doc_deprecated': { 1947 'doc_deprecated': {
1949 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 1948 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
1950 'text': 'deprecated', 1949 'text': 'deprecated',
1951 } 1950 }
1952 }, 1951 },
1953 'placeholders': [], 1952 'placeholders': [],
1954 } 1953 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698