Chromium Code Reviews| Index: components/policy/resources/policy_templates.json |
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
| index 099f01f700716a438289313f1e8d6c444394712b..d6116606af3e7146033eb50216a0c6c1396d3478 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -9626,6 +9626,28 @@ |
| 'tags': [], |
| 'desc': '''Setting this policy to false stops <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> from occasionally sending queries to a Google server to retrieve an accurate timestamp. These queries will be enabled if this policy is set to True or is not set.''', |
| }, |
| + { |
| + 'name': 'PrintPreviewUseSystemDefaultPrinter', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': [ |
| + 'chrome.*:60-', |
| + ], |
| + 'features': { |
| + 'can_be_recommended': True, |
| + 'dynamic_refresh': False, |
|
pastarmovj
2017/06/16 08:23:41
Just to make sure - is this policy only consulted
rbpotter
2017/06/16 17:51:25
Fixed.
It will change for later prints, as it is
|
| + 'per_profile': True, |
| + }, |
| + 'example_value': False, |
| + 'id': 372, |
| + 'caption': '''Use System Default Printer as Default''', |
| + 'tags': [], |
| + 'desc': '''Causes <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to use the system default printer as the default choice in Print Preview instead of the most recently used printer. |
| + |
| + If you disable this setting or do not set a value, Print Preview will use the most recently used printer as the default destination choice. |
| + |
| + If you enable this setting, Print Preview will use the OS system default printer as the default destination choice.''', |
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |