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

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

Issue 2885363003: Add policy to use system default printer (Closed)
Patch Set: Fix 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 7082782f95f149ff63d605023ee6f645f4f67f1f..ed4d104b09e3e94035694561d1831925f910a2fe 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -9568,6 +9568,29 @@
'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': 'UseSystemDefaultPrinterAsDefault',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': [
+ 'chrome.*:60-',
+ 'chrome_os:60-',
+ ],
+ 'features': {
+ 'can_be_recommended': True,
+ 'dynamic_refresh': False,
+ 'per_profile': True,
+ },
+ 'example_value': False,
+ 'id': 371,
+ '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.

Powered by Google App Engine
This is Rietveld 408576698