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

Unified Diff: chrome/browser/printing/print_job.h

Issue 2970473002: Add generic text printing (Closed)
Patch Set: Address comment Created 3 years, 5 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: chrome/browser/printing/print_job.h
diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h
index aa293c80c887eb0acea26ac2b53c0b9b9385b2d1..6a189d6d5692905c1f934b8e1b584df475aeaaf0 100644
--- a/chrome/browser/printing/print_job.h
+++ b/chrome/browser/printing/print_job.h
@@ -105,6 +105,10 @@ class PrintJob : public PrintJobWorkerOwner,
const gfx::Rect& content_area,
const gfx::Point& physical_offset,
bool ps_level2);
+
+ void StartPdfToTextConversion(
+ const scoped_refptr<base::RefCountedMemory>& bytes,
+ const gfx::Size& page_size);
#endif // defined(OS_WIN)
protected:

Powered by Google App Engine
This is Rietveld 408576698