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

Unified Diff: pdf/pdf.h

Issue 2970473002: Add generic text printing (Closed)
Patch Set: Clean up Created 3 years, 6 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: pdf/pdf.h
diff --git a/pdf/pdf.h b/pdf/pdf.h
index d18489d10535029903797e1985110ceb4e0b7634..a41477eddf79468b07d33c9d406aeb49c7ac37ce 100644
--- a/pdf/pdf.h
+++ b/pdf/pdf.h
@@ -82,7 +82,7 @@ void SetPDFEnsureTypefaceCharactersAccessible(
PDFEnsureTypefaceCharactersAccessible func);
void SetPDFUseGDIPrinting(bool enable);
-
+void SetPDFUseTextOnlyPrinting(bool enable);
void SetPDFPostscriptPrintingLevel(int postscript_level);
#endif // defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698