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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 488853002: Removed --disable-print-preview switch and policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3673 matching lines...) Expand 10 before | Expand all | Expand 10 after
3684 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> version 35. 3684 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> version 35.
3685 3685
3686 Memory info is anyway reported to page, regardless of the option value, bu t the sizes reported are 3686 Memory info is anyway reported to page, regardless of the option value, bu t the sizes reported are
3687 quantized and the rate of updates is limited for security reasons. To obta in real-time precise data, 3687 quantized and the rate of updates is limited for security reasons. To obta in real-time precise data,
3688 please use tools like Telemetry.''', 3688 please use tools like Telemetry.''',
3689 }, 3689 },
3690 { 3690 {
3691 'name': 'DisablePrintPreview', 3691 'name': 'DisablePrintPreview',
3692 'type': 'main', 3692 'type': 'main',
3693 'schema': { 'type': 'boolean' }, 3693 'schema': { 'type': 'boolean' },
3694 'supported_on': ['chrome.*:18-'], 3694 'supported_on': ['chrome.*:18-38'],
3695 'deprecated': True,
bartfab (slow) 2014/08/21 09:09:43 Please add a line to the policy description that s
Vitaly Buka (NO REVIEWS) 2014/08/21 09:57:41 Done.
3695 'features': { 3696 'features': {
3696 'dynamic_refresh': False, 3697 'dynamic_refresh': False,
3697 'per_profile': True, 3698 'per_profile': True,
3698 }, 3699 },
3699 'example_value': False, 3700 'example_value': False,
3700 'id': 117, 3701 'id': 117,
3701 'caption': '''Disable Print Preview''', 3702 'caption': '''Disable Print Preview''',
3702 'desc': '''Show the system print dialog instead of print preview. 3703 'desc': '''Show the system print dialog instead of print preview.
3703 3704
3704 When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph> will open the system print dialog instead of the built-in print previe w when a user requests a page to be printed. 3705 When this setting is enabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph> will open the system print dialog instead of the built-in print previe w when a user requests a page to be printed.
(...skipping 3063 matching lines...) Expand 10 before | Expand all | Expand 10 after
6768 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6769 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6769 'text': 'deprecated', 6770 'text': 'deprecated',
6770 }, 6771 },
6771 'doc_recommended': { 6772 'doc_recommended': {
6772 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6773 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6773 'text': 'Default Settings (users can override)', 6774 'text': 'Default Settings (users can override)',
6774 }, 6775 },
6775 }, 6776 },
6776 'placeholders': [], 6777 'placeholders': [],
6777 } 6778 }
OLDNEW
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698