Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index 723e96c1da9caf1b82c7aadbe1c622a4f86b17af..3d92feadd791bab8add1c716e67990c0eeb2adf5 100644 |
--- a/components/policy/resources/policy_templates.json |
+++ b/components/policy/resources/policy_templates.json |
@@ -143,7 +143,7 @@ |
# persistent IDs for all fields (but not for groups!) are needed. These are |
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
# because doing so would break the deployed wire format! |
-# For your editing convenience: highest ID currently used: 372 |
+# For your editing convenience: highest ID currently used: 373 |
# And don't forget to also update the EnterprisePolicies enum of |
# histograms.xml (run 'python tools/metrics/histograms/update_policies.py'). |
# |
@@ -9674,6 +9674,28 @@ |
If 'U2F_EXTENDED' is selected, the integrated second factor will provide the U2F functions plus some extensions for individual attestation.''', |
}, |
+ { |
+ 'name': 'PrintPreviewUseSystemDefaultPrinter', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': [ |
+ 'chrome.*:61-', |
+ ], |
+ 'features': { |
+ 'can_be_recommended': True, |
+ 'dynamic_refresh': True, |
+ 'per_profile': True, |
+ }, |
+ 'example_value': False, |
+ 'id': 373, |
+ '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. |