Index: printing/backend/win_helper.h |
diff --git a/printing/backend/win_helper.h b/printing/backend/win_helper.h |
index 04014336c79d8fc66b4b97431f27f9761326d518..70da4990b9f836a2bf9640f269bf7f606682441b 100644 |
--- a/printing/backend/win_helper.h |
+++ b/printing/backend/win_helper.h |
@@ -129,6 +129,9 @@ PRINTING_EXPORT bool InitBasicPrinterInfo(HANDLE printer, |
PRINTING_EXPORT std::string GetDriverInfo(HANDLE printer); |
+// Simplify title to resolve issue with some drivers on Windows. |
+PRINTING_EXPORT string16 SimplifyDocumentTitle(const string16& title); |
+ |
} // namespace printing |
#endif // PRINTING_BACKEND_WIN_HELPER_H_ |