Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 3584407122684d6b472048e9505da04e571f83e6..8eff0fd345ffd2ddca6ab948ea38e7c683344340 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -419,6 +419,11 @@ const char kEnableExtensionActivityLogTesting[] = |
// crbug.com/142458 . |
const char kEnableFastUnload[] = "enable-fast-unload"; |
+#if defined(OS_WIN) |
+// Use GDI for printing text. |
+const char kEnableGDITextPrinting[] = "enable-gdi-text-printing"; |
+#endif |
+ |
#if defined(GOOGLE_CHROME_BUILD) |
// Shows a Google icon next to context menu items powered by Google services. |
const char kEnableGoogleBrandedContextMenu[] = |