Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 4433b84d48d8bde1d6020b8edb3d35ac087aa932..4246eddb869acf1f2101b8bf2560629208696636 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -313,6 +313,11 @@ const char kDisablePreconnect[] = "disable-preconnect"; |
// Disables print preview (For testing, and for users who don't like us. :[ ) |
const char kDisablePrintPreview[] = "disable-print-preview"; |
+// Default print destination selection rules. |
+// See PrintPreviewDefaultPrinterSelection policy for details. |
+const char kPrintPreviewDefaultDestinationSelectionRules[] = |
+ "default-printer-selection-rules"; |
Thiemo Nagel
2015/10/09 16:35:47
Adding command line switches is not allowed unless
Aleksey Shlyapnikov
2015/10/09 21:02:51
My rationale was to offer non-enterprise users unh
Thiemo Nagel
2015/10/12 19:10:09
I guess the request was to remove the flag unless
Aleksey Shlyapnikov
2015/10/13 18:14:57
Done.
|
+ |
// Normally when the user attempts to navigate to a page that was the result of |
// a post we prompt to make sure they want to. This switch may be used to |
// disable that check. This switch is used during automated testing. |