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

Unified Diff: ppapi/api/dev/ppp_printing_dev.idl

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/api/dev/ppp_printing_dev.idl
diff --git a/ppapi/api/dev/ppp_printing_dev.idl b/ppapi/api/dev/ppp_printing_dev.idl
index df107abe009b69ffa1438172b176a1b39b2d05c7..9082aca876326a51b30d47597eb2ff7c9b85822b 100644
--- a/ppapi/api/dev/ppp_printing_dev.idl
+++ b/ppapi/api/dev/ppp_printing_dev.idl
@@ -57,4 +57,8 @@ interface PPP_Printing_Dev {
* and not scaled down to fit within the printer's printable area.
*/
PP_Bool IsScalingDisabled([in] PP_Instance instance);
+ /**
+ * Returns the number of copies to be printed.
+ */
+ int32_t NumCopies([in] PP_Instance instance);
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 name
yzshen1 2014/07/14 17:30:55 Style nits: Usually the name of a method should be
Nikhil 2014/07/16 13:52:55 I'm unsure of this change. Please check and let me
Nikhil 2014/07/16 13:52:55 Done.
};

Powered by Google App Engine
This is Rietveld 408576698