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

Unified Diff: pdf/pdf_engine.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: pdf/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index ee1cb1ff000341f1f0569dc1d617de11ee1260f5..c4f68b635b65d71f742543a27285f39542d2c2a6 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -247,6 +247,8 @@ class PDFEngine {
// Gets the PDF document's print scaling preference. True if the document can
// be scaled to fit.
virtual bool GetPrintScaling() = 0;
+ // Gets the number of copies to be printed.
+ virtual int GetNumCopies() = 0;
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 name
Nikhil 2014/07/16 13:52:55 Done.
// Append blank pages to make a 1-page document to a |num_pages| document.
// Always retain the first page data.

Powered by Google App Engine
This is Rietveld 408576698