Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 80e38bdda1693e6b1697670ccbf99169286fd7ff..70fc4b16e60d114c3d393a713410f312728aae0d 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1097,6 +1097,12 @@ 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 PrintPreviewDefaultPrinterSelection 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) |