Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index d454384f410f23706899cf2d6e676fe15bfc2835..371889f017f33cef23fc7934583b659504db5c85 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1094,6 +1094,11 @@ const char kPrintingEnabled[] = "printing.enabled"; |
// Boolean controlling whether print preview is disabled. |
const char kPrintPreviewDisabled[] = "printing.print_preview_disabled"; |
+// A pref holding the value of the policy used to control default destination |
+// selection in the Print Preview. See DefaultPrinterSelection policy. |
+const char kPrintPreviewDefaultDestinationSelectionRules[] = |
+ "printing.default_destination_selection_rules"; |
+ |
// An integer pref specifying the fallback behavior for sites outside of content |
// packs. One of: |
// 0: Allow (does nothing) |