Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(972)

Unified Diff: printing/backend/win_helper.h

Issue 10941025: Simplify document title for Windows printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « printing/DEPS ('k') | printing/backend/win_helper.cc » ('j') | printing/backend/win_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698