| 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:
|
|
|