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

Unified Diff: ppapi/cpp/dev/printing_dev.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: ppapi/cpp/dev/printing_dev.h
diff --git a/ppapi/cpp/dev/printing_dev.h b/ppapi/cpp/dev/printing_dev.h
index 869dbacc5b260f2fbf5e54a88193c864a1daebdc..90f0f48577a8ef59f81e1e01b534ca3092038dff 100644
--- a/ppapi/cpp/dev/printing_dev.h
+++ b/ppapi/cpp/dev/printing_dev.h
@@ -30,6 +30,7 @@ class Printing_Dev : public Resource {
uint32_t page_range_count) = 0;
virtual void PrintEnd() = 0;
virtual bool IsPrintScalingDisabled() = 0;
+ virtual int32_t GetNumCopies() = 0;
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 GetCopies
Nikhil 2014/07/16 13:52:55 Done.
// PPB_Printing_Dev functions.
// Returns true if the browser supports the required PPB_Printing_Dev

Powered by Google App Engine
This is Rietveld 408576698