Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index c825b79c8501e32ae599df274bb23bfd894811ae..73471b7f718676802653227387f39e9ce7750f3b 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1245,6 +1245,13 @@ const char kPrintPreviewDisabled[] = "printing.print_preview_disabled"; |
const char kPrintPreviewDefaultDestinationSelectionRules[] = |
"printing.default_destination_selection_rules"; |
+#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS) |
+// A pref that sets the default destination in Print Preview to always be the |
+// OS default printer instead of the most recently used destination. |
+const char kPrintPreviewUseSystemDefaultPrinter[] = |
+ "printing.use_system_default_printer"; |
+#endif // !OS_CHROMEOS && !OS_ANDROID && !OS_IOS |
+ |
#if defined(OS_CHROMEOS) |
// List of all printers that the user has configured. |
const char kPrintingDevices[] = "printing.devices"; |