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

Unified Diff: components/policy/resources/policy_templates.json

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Address comments, add test Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/test/data/webui/print_preview/print_preview_ui_browsertest.js ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698